Ubuntu10.10USB安装不成功的官方解决办法

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
yanggis
帖子: 24
注册时间: 2009-12-14 8:47

Ubuntu10.10USB安装不成功的官方解决办法

#1

帖子 yanggis » 2010-10-11 17:45

This morning, I attempted to install Ubuntu 10.10 Maverick Meerkat from a USB drive but received an error message to my disdain. After using the USB Startup Disk Creator to create a bootable USB installer, I rebooted only to be confronted with the following fatal error message: “Unknown keyword in configuration file”. Here’s a fix for it (thanks to JackNocturne):

NOTE: This has only been tested and reported as working on the 32-bit version of Ubuntu 10.10. Compatibility issues have been reported with the 64-bit version.

Using the USB Startup Disk Creator, make a bootable USB disk with the latest Ubuntu 10.10 .ISO.
Once the process is complete, browse to the root directory of the USB disk, click on the /syslinux folder, and open the file entitled syslinux.cfg.
Using a text/code editor, find the line:
ui gfxboot bootlogo
Change it to:
gfxboot bootlogo
Save the file and reboot to test — it should work now.

参考链接:
http://trentscott.com/2010/10/07/fixing ... k-meerkat/ :em09 :em09
头像
douban
帖子: 191
注册时间: 2005-07-10 11:50

Re: Ubuntu10.10USB安装不成功的官方解决办法

#2

帖子 douban » 2010-10-11 17:55

这行原来默认是注释掉的

看来是个bug
头像
douban
帖子: 191
注册时间: 2005-07-10 11:50

Re: Ubuntu10.10USB安装不成功的官方解决办法

#3

帖子 douban » 2010-10-11 17:58

用UltraISO制作USB启动镜像无法安装10.10,修改syslinux/syslinux.cfg


default vesamenu.c32
改为
# default vesamenu.c32
即把这行注释掉即可

可以进入LiveCD环境,然后再选择安装即可。
按某人说的这样做就可以进去了,但是没有原来启动时的选项,要先进livecd再安装
snopyboy
帖子: 7
注册时间: 2010-02-20 22:19

Re: Ubuntu10.10USB安装不成功的官方解决办法

#4

帖子 snopyboy » 2010-10-11 21:04

我试了,进去一个界面,死机了 :em20
回复