Results 130 comments of A1ive

Ventoy only supports UEFI and PC BIOS firmware. Maybe you need to use SeaBIOS or Tianocore (EDK2) as payload.

> @steve6375 > I think it's OK. > The injection is just like that I extract the ubuntu.iso and change/add some script and create an new ISO file. > This...

macOS 根本不是 Linux,怎么支持? > This project is used to chainload Ventoy Linux vDisk file from other bootloaders

You could try [ntloader](https://github.com/grub4dos/ntloader). ``` menuentry "Boot Windows NT6+ PE" { probe -s dev_uuid -u (hdx,y); if [ "${grub_platform}" = "efi" ]; then chainloader /ntloader initrd=/initrd.lz1 uuid=${dev_uuid} file=/path/to/win10.vhd; else linux16...

both. (grub2 legacy & grub2 uefi64)

> why This repository has been archived by the owner. It is now read-only. ntloader? Because I no longer maintain the project.

> I tried it on a real system and it works! > It must look for a USB drive. but why Legacy-BIOS booting is OK in vbox? > If I...

> but Windows 10 comes up to the choice of harddisk in the installation, it does not progress after that. any picture / screenshot?

GRUB2 本身是支持保存环境变量的 (https://www.gnu.org/software/grub/manual/grub/html_node/Environment-block.html) 但是 grub2-filemanager 本身相当于 "绿色软件",是不会保存路径的。

> ![image](https://user-images.githubusercontent.com/1469350/106884825-b4ab6580-66d9-11eb-8990-94994327d200.png) > > Doesn't seem to work? UEFI64. Sorry, I was wrong. It reads $prefix/grubenv. ![深度截图_选择区域_20210205104913](https://user-images.githubusercontent.com/10670106/106982973-0f0ef980-67a0-11eb-83f5-c623d273fedc.png)