我怎样透过VNC(Virtual Network Computing)来安装 Red Hat Enterprise Linux?
解决方法:

有关版本: Red Hat Enterprise Linux 4 Red Hat Enterprise Linux 5

在 Red Hat Enterprise Linux 4 和 5 中,有一个选项可以让你使用 VNC 来安装操作系统。在启时的提示号后输入:

boot: linux vnc

之后,安装程序 anaconda 就会开始运行,并启动一个 VNC 服务器。

Starting VNC...

WARNING!!! VNC server running with NO PASSWORD!
You can use the vncpassword=<password> boot option
if you would like to secure the server.

The VNC server is now running.
Please connect to 192.168.1.115:1 to begin the install...
Starting graphical installation...

出现了以上的信息后,你可以用任何的 VNC 客户端连到这台机器:

$ vncviewer 192.168.1.115:1

当 VNC 成功连上后,你可以像坐在控制台前一样完成安装。