Results 1 to 8 of 8
Threaded View
-
12th Nov 2009, 05:34 PM #1OPMemberWebsite's:
ServeDome.com[HOWTO] Install CentOS on a remote server through VNC
It is actually very simple to do, but this is how?
Execute these commands :
Code:mkdir /cleaninstall cd /cleaninstall
Code:wget http://ftp.hosteurope.de/mirror/centos.org/5/os/i386/images/pxeboot/initrd.img wget http://ftp.hosteurope.de/mirror/centos.org/5/os/i386/images/pxeboot/vmlinuz
Code:wget http://ftp.hosteurope.de/mirror/centos.org/5/os/x86_64/images/pxeboot/initrd.img wget http://ftp.hosteurope.de/mirror/centos.org/5/os/x86_64/images/pxeboot/vmlinuz
Code:cp vmlinuz /boot/vmlinuz.cent.pxe cp initrd.img /boot/initrd.img.cent.pxe
Code:yum install grub
Code:nano -w /boot/grub/menu.lst
For 32-bit CentOS:
Code:default 0 timeout 30 title Centos Install (PXE) root (hd0,0) kernel /boot/vmlinuz.cent.pxe vnc vncpassword=YOURPASSWORD headless ip=IPADDR netmask=255.255.255.0 gateway=GATEWAY dns=213.186.33.99 ksdevice=eth0 method=http://ftp.hosteurope.de/mirror/centos.org/5/os/i386/ lang=en_US keymap=us initrd /boot/initrd.img.cent.pxe
Code:default 0 timeout 30 title Centos Install (PXE) root (hd0,0) kernel /boot/vmlinuz.cent.pxe vnc vncpassword=YOURPASSWORD headless ip=IPADDR netmask=255.255.255.0 gateway=GATEWAY dns=213.186.33.99 ksdevice=eth0 method=http://ftp.hosteurope.de/mirror/centos.org/5/os/i386/ lang=en_US keymap=us initrd /boot/initrd.img.cent.pxe
YOURPASSWORD = A password of your choice, this is a a temporary password and is only used during the installation via VNC
IPADDR = The main IP address of your server
GATEWAY = The gateway IP address of your server
You can see the gateway ip by issuing:
Code:route -n |grep UG
Next we need to install GRUB into the MBR of the server's disk
Code:grub-install /dev/sda grub-install --recheck /dev/sda
Code:shutdown -r now
Enter the password you specified as and you will be presented a VNC window at the first step of the CentOS installation screen.
Follow the installer (make sure you leave the network options alone ? for now at least). After the installation completes and reboots, you now have a PROPER CentOS installation.coldabhishek Reviewed by coldabhishek on . [HOWTO] Install CentOS on a remote server through VNC It is actually very simple to do, but this is how? Execute these commands : mkdir /cleaninstall cd /cleaninstall For 32-bit CentOS: Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Tutorial] How to Install Remote Desktop ( RDP ) on Centos vps
By simoestcoool in forum Server ManagementReplies: 31Last Post: 18th Nov 2012, 03:26 AM -
[Buying] i need to install rtorrent rutorrent vsftpd and webmin in a centos server
By ciaociao4 in forum Completed TransactionsReplies: 2Last Post: 5th Dec 2011, 10:06 PM -
TeamViewer on Centos Remote Server
By tawy in forum Server ManagementReplies: 8Last Post: 19th Jul 2011, 08:27 PM -
HOWTO Install SHOUTcast on a VPS
By BlaZe in forum Technical and Security TutorialsReplies: 3Last Post: 30th Oct 2010, 10:04 AM -
Howto install cPanel / WHM
By Nick in forum Technical and Security TutorialsReplies: 0Last Post: 9th Nov 2009, 09:19 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...