Ubuntu Server 6.06在VMware下安装完成,至提示“Uncompressing Linux… Ok, booting the Kernel. ”后失去响应。如下方法解决(翻译由我增加):
Install the Ubuntu 686 Kernel
====================================
1.) boot to the Ubuntu 6.06 server install cd. Choose ‘Rescue a broken system.’
//从Ubuntu 6.06 server安装光盘启动,选择“Rescue a broken system.”(紧急救援模式)。
2.) when you get to the Rescue Operations screen choose “execute a shell in /dev/discs/disco/part1″, this option may read a little differently on your system.
//行至紧急救援模式屏幕,选择“execute a shell in /dev/discs/disco/part1”,此选项可能与您的系统稍有不同。
3.) Click continue if another screen appears.
//如果出现其他屏幕,选择继续。
4.) At the prompt, type: sudo apt-get install linux-686
//当Shell启动提示符出现后,输入:“sudo apt-get install linux-686”。
5.) You will be asked if you want to continue, type: y
//当被询问时,如果您希望继续,输入:“Y”。
6.) The installation of the 686 kernel will begin. It looks like an internet connection is required so the install files can be downloaded from the ubuntu website.
//686 kernel将被从Ubuntu的服务器上抓取并安装。
7.) When the installation is done, type: exit
//当安装完成,输入:“exit”。
8.) You should be returned to the Rescue Operations screen. Choose the last option: reboot the system. Make sure you’re not booting to the install cd!
//返回救援屏幕后,选择最后一个选项“reboot the system”。确定您没有从光盘上启动。
9.) Give the system a few moments to boot-up. At last, you should be placed at the login: prompt.
//稍等片刻,你就会进入系统,并得到登陆提示符。
10.) Celebrate
//成功,何不请我喝杯茶庆祝一下;)。