构建 UEFI 可启动 USB

构建 UEFI 可启动 USB

我在我的新笔记本电脑上安装 Mint13 时遇到了很大的困难,没有光学 UEFI 支持,并且当我尝试使用时 grub.cfg 出现奇怪的损坏UNet启动程序

有没有一种方法可以构建一个 UEFI 可启动 USB 驱动器来放置 Mint13 iso?

下面听起来正常吗?

$ sudo mount /dev/sdb1 /mnt
$ sudo mkdir /mnt/boot
$ sudo mkdir /mnt/boot/efi
$ sudo grub-install --boot-directory=/mnt
$ sudo mkdir /mnt/iso/
$ sudo mkdir /mnt/boot/grub/scripts

节省自动ISO配置文件/mnt/boot/grub/scripts 中的脚本

Then echo 'configfile /boot/grub/scripts/autoiso.cfg' >> /mnt/boot/grub/grub.cfg

答案1

我通过在朋友的 Windows 计算机上使用 rufus,然后选择“UEFI 或 BIOS 计算机的 MBR 分区方案”来实现此操作,它启动后在闪存驱动器上显示 UEFI 前缀。

奇怪的是它没有在 GPT 和 UEFI 中看到它。

相关内容