启动失败:未找到 DEFAULT 或 UI 配置指令!

42 boot vmware-server

我尝试在 VMWare 虚拟机上安装 Ubuntu,但它从未通过引导加载程序:

ISOLINUX 4.01 debian-20100714 ETCD Copyright (C) 1994-2010 H. Peter Anvin et al
No DEFAULT or UI configuration directive found!
boot: _
Run Code Online (Sandbox Code Playgroud)

我也尝试将此 .iso 映像刻录到 CD 并从那里开始,但我遇到了同样的问题。

更多细节:

  • Windows 2008 R2 上的 VMWare Server 2.0.2 Build 203138
  • 使用的 ubuntu-10.10-desktop-i386.iso 映像(昨天晚上下载)

小智 32

如果您可以使用 U 盘作为安装介质,请重命名以下内容:

  • isolinux --> syslinux (这是一个文件夹)
  • isolinux.bin --> syslinux.bin
  • isolinux.cfg --> syslinux.cfg

这对我有用。

原始来源:12


812*_*128 14

两个建议:

建议1:

如果您使用的是 U 盘,请确保将其格式化为 FAT16(或仅 FAT),而不是 FAT32。

建议2:

尝试mboot.c32 -c boot.cfg在“boot:”提示符下输入。

来源

  • 格式化为 FAT16 为我解决了这个问题:http://superuser.com/questions/202160/how-do-i-format-my-8-gig-usb-drive-to-fat-fat16-in-windows-7 (8认同)
  • 我尝试了 #2,但没有帮助:`找不到内核映像:mboot.c32`。 (5认同)