TUTORIAL Install Clean Centos 7 over Centos 6 at CloudatCost

hecatae

resident hecatae
Joined
Feb 7, 2014
Messages
768
Reaction score
201
choose any size Centos 6 install:

Code:
wget http://mirror.rackspace.com/CentOS/7/os/x86_64/isolinux/vmlinuz -O /boot/vmlinuz_remote
wget http://mirror.rackspace.com/CentOS/7/os/x86_64/isolinux/initrd.img -O /boot/initrd_remote.img

yum -y install nano
nano -w /etc/grub.conf

in that file paste this in BETWEEN "hiddenmenu" and "title CentOS..."

Code:
title Centos 7 Install   
root (hd0,0)   
kernel /vmlinuz_remote repo=http://mirror.rackspace.com/CentOS/7/os/x86_64/ vnc vncpassword=q1q1q1q1 ip=192.168.1.51 netmask=255.255.255.0 gateway=192.168.1.1 dns=192.168.1.1 noselinux headless xfs panic=60
      initrd /initrd_remote.img
         savedefault 0

ctrl+o ctrl+x

reboot

connect via vnc at the prompt

heavily adapted from http://developers-club.com/posts/207584/

Ideal for creating an Elastix 4 with IncrediblePBX install.
 
Last edited:

hecatae

resident hecatae
Joined
Feb 7, 2014
Messages
768
Reaction score
201
install seems to fail to work on a 512mb 10gb ssd instance, does not matter if you choose 32bit or 64bit.

working on fixing
 

Members online

Forum statistics

Threads
25,812
Messages
167,761
Members
19,240
Latest member
nikko
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top