08-03-2022, 07:24 PM
(This post was last modified: 08-21-2022, 06:58 AM by Steve2926.
Edit Reason: grub.exe updated so can now handle longer command line
)
I have found that you can Legacy boot to the Medicat VHD .img file using grub4dos
1. Download the grub4dos grub.exe file and copy it to your Ventoy disk - root
https://1drv.ms/u/s!AqlrQcdsFA-K8RZX0B4P...H?e=vwNo1b
2. Add the following lines to the \ventoy\ventoy_grub.cfg file (make one if it does not exist)
The Medicat.img file should also be contiguous - use Defraggler to defrag it.
Legacy boot to Ventoy and Press F6 for the extended menu.
The following Medicat payloads have problems:
RescueZilla - FAILS
BootIt Bare Metal - use F1 - end name with _VTMEMDISK.iso
Boot Repair Disk - FAILS
Rescatux - FAILS
Super Grub Disk - FAILS
Ultimate Boot CD - some linux ISOs fail
System Rescue - use F1 - end name with _VTMEMDISK.iso
Parted Magic - FAILS
Extract and copy the ISO files to the Ventoy USB disk if you need them!
1. Download the grub4dos grub.exe file and copy it to your Ventoy disk - root
https://1drv.ms/u/s!AqlrQcdsFA-K8RZX0B4P...H?e=vwNo1b
2. Add the following lines to the \ventoy\ventoy_grub.cfg file (make one if it does not exist)
Code:
if [ "${grub_platform}_${grub_cpu}" = "pc_i386" ]; then
menuentry "Run Medicat using grub4dos (Legacy)" --class=custom {
set root=${vtoydev},1
set mycmd="map --heads=0 --sectors-per-track=0 (hd0,0)/Medicat.img (hd) ;; map --hook ;; rootnoverify (hd-1) ;; chainloader +1 ;; ls / ;; boot";
# line below must not exceed 255 chars when expanded
linux /grub.exe --config-file=${mycmd};
boot
}
fi
The Medicat.img file should also be contiguous - use Defraggler to defrag it.
Legacy boot to Ventoy and Press F6 for the extended menu.
The following Medicat payloads have problems:
RescueZilla - FAILS
BootIt Bare Metal - use F1 - end name with _VTMEMDISK.iso
Boot Repair Disk - FAILS
Rescatux - FAILS
Super Grub Disk - FAILS
Ultimate Boot CD - some linux ISOs fail
System Rescue - use F1 - end name with _VTMEMDISK.iso
Parted Magic - FAILS
Extract and copy the ISO files to the Ventoy USB disk if you need them!