Is it true that a live MX .iso is incompatible with GRUB?
by JASlinux from LinuxQuestions.org on (#6JZQK)
I am struggling to boot a USBFLASH .iso (this is GRUB2):
Code:menuentry 'USB MX Fossa64 XFCE (/ISO/MX-19.4_x64.iso)' {
set isofile="/ISO/MX-19.4_x64.iso"
rmmod tpm
loopback loop (hd0,1)$isofile
linux (loop)/antiX/vmlinuz boot=boot iso-scan/filename=$isofile noprompt noeject
initrd (loop)/antiX/initrd.gz
}Looking for an example of what I'm missing, I stumbled upon this graphic stating MX does not boot GRUB:
True? I am supposed to give up & put MX on solo media?
Attached Thumbnails
Code:menuentry 'USB MX Fossa64 XFCE (/ISO/MX-19.4_x64.iso)' {
set isofile="/ISO/MX-19.4_x64.iso"
rmmod tpm
loopback loop (hd0,1)$isofile
linux (loop)/antiX/vmlinuz boot=boot iso-scan/filename=$isofile noprompt noeject
initrd (loop)/antiX/initrd.gz
}Looking for an example of what I'm missing, I stumbled upon this graphic stating MX does not boot GRUB:
True? I am supposed to give up & put MX on solo media?
Attached Thumbnails