Comment 32 for bug 1851311

Revision history for this message
Benoit THIBAUD (frombenny) wrote : Re: Grub 2.04 Out of memory error, No server error

https://savannah.gnu.org/bugs/?57322 is the bug on the development team site..

This menu works for me
menuentry "... Gparted live" {
 set isofile="/isos/gparted-live-0.33.0-1-amd64.iso"
 search --set=root --file $isofile
 loopback loop $isofile
 linux (loop)/live/vmlinuz boot='live' union='overlay' username='user' config locales='fr_FR.UTF-8' keyboard-layouts='fr' components noswap noeject toram='filesystem.squashfs' ip='' findiso="${isofile}"
 initrd (loop)/live/initrd.img
}

but the xubuntu's ones don't..