Results 1 to 8 of 8
-
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
-
12th Nov 2009, 10:02 PM #2Banned
Nice,
Thanks.
-
13th Nov 2009, 03:36 PM #3Too busy :|Website's:
L337Fx.com BeastieBay.netO.O ! Nice one
Thanks man !
-
5th Jan 2010, 01:37 AM #4Member
you can also use a local mirror for that.
Too bad this only works with centos.
-
5th Jan 2010, 01:44 AM #5BannedWebsite's:
HostMyWarez.comGood work, nice tut.
-
12th Jan 2010, 10:31 AM #6MemberWebsite's:
greatseeder.com32 or 64 doesn't make any difference when pasting in the bootloader file.
I think it should look like this for the 64 bits version:
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/x86_64/ lang=en_US keymap=us
initrd /boot/initrd.img.cent.pxe
-
12th Jan 2010, 10:43 AM #7Member
could u pls clear the doubts.
what kind a install is this. clean install of centos 5.4 from Centos older versions ?
every datacenter gives latest centos installed. then why u want to install it. without CentOS or a linux or windows with vncserver in it u cant start a vnc installtion.
so there is no advantage of this install. just email data center and tell them to install. all the additional things etc can be installed from shell.
-
14th Jan 2010, 03:30 PM #8MemberWebsite's:
greatseeder.com
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
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...