From: http://reboot.pro/to...e-5#entry217213
It would be good if we could run Ventoy from internal HD (on MBR/CSM and/or UEFI environments), not only from a USB device.
Thanks to Vortex for his post: http://reboot.pro/to...e-5#entry217214
Can I install Ventoy to local disk ?
Yes ! You can install Ventoy to USB drive, Removable HD, SD Card, SATA HDD, SSD, NVMe ...
In Windows, Ventoy2Disk.exe will only list the device removable and in USB interface type by default. If you want you can run from cmd Ventoy2Disk.exe -U then all the devices will be in the list.
In this case you must take care about the list and make sure to select the right disk.
In Linux, you need to specify the device to install Ventoy which can be a USB drive or local disk.
It should be specially noted that, no matter USB drive or local disk, all the data will be lost after install Ventoy, please be very careful.
Thanks for your answer, but ufortunatelly it is not what I would like to do.
I was thinking in chainloading to Ventoy from grub4dos or grub2, not in installing it as the main bootmanager and loose al info on one of the the internal HDs, in fact on this PC I have 2 internal HDs, both MBR formated.
The first HD first primary active Partition is NTFS for MBR booting Win7, Win10 and several VHDs, ISOs & WIMs files, that can be ran by means of Win bootmgr, grub4dos or agFM.
The second HD (MBR formated too) first primary partition is FAT-32 for UEFI booting, by means of BootIce I created 2 additional entries so now using the boot override key (F8) there are 3 options to boot on UEFI
- The standard MS Windos: \EFI\Microsoft\Boot\bootmgfw.efi (unmodified)
- Grub2: \EFI\Boot\BOOTX64.EFI >>> Created using BootIce
- grub4dos for UEFI: \EFI\Boot\bootx64_g4d.efi >>> Created using BootIce
Grub2: On \grub\grub.cfg there are entries to chainload to:
- The standard MS Windos: /EFI/Microsoft/Boot/bootmgfw.efi
- grub4dos for UEFI: /EFI/Boot/bootx64_g4d.efi
- agFM: /EFI/Boot/grubfmx64.efi
grub4dos for UEFI: On \EFI\grub\menu.lst there are entries to chainload to:
- The standard MS Windos: /EFI/Microsoft/Boot/bootmgfw.efi >>> Not working fine yet, see NOTE
- Grub2: /EFI/Boot/BOOTX64.EFI
- agFM: /EFI/Boot/grubfmx64.efi
NOTE: Not working fine yet, but chainloading to grub2 first, then it can can be called, and we get MS Boot Menu.
I used as a guide the USB_FORMAT tool from wimb, wich I used to format a USB device and just copied all content of U-BOOT partition to my FAT-32 partition, edited the BCD and added the grub4dos for UEFI renamed file on FAT-32 partition \EFI\Boot\bootx64_g4d.efi, created my menu.lst on \EFI\grub\menu.lst and made the entries and finally edited the \grub\grub.cfg, after this just created the new entries on UEFI by means of BootIce as said.
Ventoy starting from version 1.0.28 has this note on page: https://www.ventoy.n...n/doc_news.html
2020/11/14 --- 1.0.28 release
Prohibit the use of Ventoy in unofficial environments. Notes
So it will not work if it is on a partition layout not created by itself.
alacran