我成功地按照https://wiki.ubuntu.com/LiveUsbPendrivePersistent 中的说明 使用终端窗口中的命令“gksudo usb-creator-gtk”为 ubuntu12.04 制作了一个可启动的 USB 驱动器 - 没有错误消息和最终弹出消息说我现在可以使用 USB 驱动器成功将系统引导到最新的 Ubuntu 12.04
但是,在全新的三星笔记本电脑(NP-300E5Z-A0PIN - i5 核心机器)上,我收到以下消息:SYSLINUX 3.63 Debian-2008-07-15 EBIOS 版权所有 (c)1994-2008 H Peter Anvin Unknown keyword in配置文件启动:
它挂在那里...
我是否遗漏了任何步骤......我如何继续安装......提前非常感谢
Mit*_*tch 13
我找到了这个网站,希望这对你有帮助。 点击这里
以下是该站点的解决方案:
从启动盘创建器(或 usb-creator-gtk)创建一个 USB 可启动版本的 Ubuntu 并尝试启动后,我遇到了上面的错误。它可能看起来有点吓人但它真的很容易修复,只需将 USB 闪存驱动器插入计算机(windows 或 linux,mac 也可能,但我还没有尝试过。)
解决方案1:
Open the the syslinux folder in the root of the flash drive.
Inside is a file called syslinux.cfg you’ll want to edit that.
Find the line “ui gfxboot bootlogo” and simply remove the “ui “.
Save and try booting again.
Run Code Online (Sandbox Code Playgroud)
下面是我的 syslinux.cfg 文件在编辑后的样子:
# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
gfxboot bootlogo
Run Code Online (Sandbox Code Playgroud)
解决方案2
或者,如果文件中没有“ui”,则似乎有另一种方法可以解决此问题,这是按照以下方式进行的(如下面的评论中所指出的):
Type “help” and press enter
Hit Enter again
Run Code Online (Sandbox Code Playgroud)
这应该可以正确启动,并且不需要每次都进行。
资料来源:http : //alexsleat.co.uk
归档时间: |
|
查看次数: |
36908 次 |
最近记录: |