OK so if "/Data" is a mount point, how can GRUB know that?
Note I said I put my ISOs that I boot to in the grub folder.
I suggest you remove the "/Data" part and try again.
EDITED to remove errant space.
Note I said I put my ISOs that I boot to in the grub folder.
I suggest you remove the "/Data" part and try again.
Code:
[COLOR=#333333]menuentry 'Disco' {[/COLOR] [COLOR=#333333]set isofile="/Downloads/Linux/disco-desktop-amd64.iso"[/COLOR] [COLOR=#333333]loopback loop (hd0,msdos3)$isofile[/COLOR] [COLOR=#333333]linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=${isofile} quiet splash[/COLOR] [COLOR=#333333]initrd (loop)/casper/initrd[/COLOR] [COLOR=#333333]}[/COLOR]
Comment