光盘(官方寄来的光盘)安装ubuntu,出现提示:
BusyBox V1.1.3 (Debian 1:1.1.3-5ubuntu7) Built-in shell (ash) Enter 'help' for a list of built-in Commands. (initramfs)
----------------------
无法安装下去了。这种情怳我遇到过多次,一般是第一次安装在机器上,由于其它原因要格了从新进行第二次安装时就会出现这种情况,在网上找了很多地方也没找到解决的方法,今天终于找到了,重重地在此记上一笔。
方法如下:
进入安装界面后按F2选中文,然后按F6,在命令行的最后加上下面这一句后回车,后面的安装都顺利通过。
all_generic_idefloppy=off irqpoll
*off后面有一个空格,至于这一句在这代表什么意思我还没弄明白,以后再学习时弄懂它。
相信问题出现后一定有它的解决方法,只是我们要用合理的方法去寻找和探索。
----------------------
还有在安装好的ubuntu系统从启后会有“BusyBox”的情况发生,在这里也说一下。
这种情况(我目前还没遇到过)的解决方法如下:
开机后到原来的启动项:
----------------------
1 ubuntu 8.04kernl.2.6.22-16-generic
2 ubuntu 8.04kernl.2.6.22-16-generic (creovery.mode)
3 ubuntu.8.04 memtes86+
4 other operating systems ---------------------- 选择上面的第1项“ubuntu 8.04kernl.2.6.22-16-generic”然后按e键进入编辑状态:
----------------------
1 root (hd0,4)
2 kernel /boot/vmlinuz-2.6.22-16-generic root=UUID=_ _ ro quiet splash
3 initrd /boot/initrd.img-2.6.22-16-generic
4 quiet ---------------------- 选择第2项“kernel /boot/vmlinuz-2.6.22-16-generic root=UUID=_ _ ro quiet splash”按e键进入编辑状态。
用all_generic_ide替换quiet splash,如下:
----------------------
kernel /boot/vmlinuz-2.6.22-16-generic root=UUID=_ _ all_generic_ide
----------------------
按回车确认修改后回到了前面的的启动项,选第2项“kernel /boot/vmlinuz-2.6.22-16-generic root=UUID=_ _ all_generic_ide”,按b启动ubuntu,全部搞定。
|