我已经将我的iso提取到我的吊坠中,而不是让引导实用软件来完成它。现在我不能用那个吊坠启动我的电脑了。此外,在复制iso内容之前,它是在windows中格式化的。因此,我认为这就是grub救援无法检测到文件系统的原因。
我想知道一个引导实用软件(如摆盘,或启动磁盘创建者等)能做什么。我希望这将指导我创建一个可引导的驱动器,手动。
编辑:
我想我找到了部分回答。但是什么是混血儿?如何创建一个?
发布于 2014-11-11 10:05:20
对我来说效果很好。非常直接的GUI。
而且,我总是把你的笔/拇指/闪存格式化为FAT32,就像任何操作系统都能看到的那样。
http://unetbootin.sourceforge.net/
发布于 2014-11-11 13:08:28
下面是它创建的文件:

查看EFI/Boot目录,您会发现Bootx64.efi触发BIOS从USB启动:

在syslinux.cfg文件中,您会发现,这是在故障安全模式、活动模式等中启动的选项菜单.:
default menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit menu_amd64 -- menu_486 -- menu_486
label ubnentry0
menu label menu_amd64
kernel /EFI/BOOT/vesamenu.c32
append initrd=/ubninit menu_amd64 -- menu_486 -- menu_486
label ubnentry1
menu label menu_486
kernel /EFI/BOOT/vesamenu.c32
append initrd=/live/initrd2.img boot=live config live-media=removable apparmor=1 security=apparmor nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails quiet
label ubnentry2
menu label Live (failsafe)
kernel /live/vmlinuz2
append initrd=/live/initrd2.img boot=live config live-media=removable apparmor=1 security=apparmor nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal
label ubnentry3
menu label Live
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config live-media=removable apparmor=1 security=apparmor nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails quiet看看里面的动态文件夹,这是你会看到的.请注意突出显示的大文件:即正在使用的图像或发行版的内容。

我知道这是解释的最好方法..。手工操作将花费您数小时的时间。
https://askubuntu.com/questions/548175
复制相似问题