Ventoy Forums

Full Version: 使用gurb2 启动 ventory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
由于bios 被阉割,没有u盘启动项,能否使用机器自带的gurb启动U盘中的ventory?应该怎么做呢?
首先要看在 grub 下能不能识别到这个U盘。在grub命令行下 执行  ls -l 命令可以看到当前识别到的所有盘。
如果能识别到,比如U盘对应的是  hd1,则执行如下命令启动Ventoy:

对于 Legacy BIOS 模式:
chainloader (hd1)+1
boot

对于 UEFI 模式:
chainoader (hd1,2)/efi/boot/grubx64_real.efi
boot
(05-15-2023, 04:40 AM)longpanda Wrote: [ -> ]首先要看在 grub 下能不能识别到这个U盘。在grub命令行下 执行  ls -l 命令可以看到当前识别到的所有盘。
如果能识别到,比如U盘对应的是  hd1,则执行如下命令启动Ventoy:

对于 Legacy BIOS 模式:
chainloader (hd1)+1
boot

对于 UEFI 模式:
chainoader (hd1,2)/efi/boot/grubx64_real.efi
boot
感谢!!! Smile Smile Smile Smile Smile Smile Smile Smile