meta data for this page

CentOS Installation via VNC

Server

wget http://mirror.intergenia.de/centos/6/os/x86_64/images/pxeboot/initrd.img -O /boot/centos_installer_initrd.img
wget http://mirror.intergenia.de/centos/6/os/x86_64/images/pxeboot/vmlinuz -O /boot/centos_installer_vmlinuz
/boot/grub/menu.lst
title CentOS VNC Installation
	root (hd0,0)
	kernel /centos_installer_vmlinuz headless vnc vncpassword=<PASSWORD> ip=<IP> netmask=<NETMASK> gateway=<GATEWAY> dns=<NAMESERVER> ksdevice=eth0 method=http://mirror.intergenia.de/centos/6/os/x86_64/ lang=en_US keymap=de
	initrd /centos_installer_initrd.img

Client

Connect VNC client to <IP>:1 (Port 1 TCP)