Topic: GParted iso booting using memdisk does not work
Hi Steven,
I found a problem with booting the GParted Live.
I hope, you will be not to tired after the big testing the 16.1 (thanks to all of you for the great job) to have a look on it.
I am using directly booting from a iso file using grub2 and usually loop device.
For this, on my USB stick, in the folder boot there is the subfolder iso, where all the iso files are saved.
This works fine, but, this way does not allow to use the original boot menu of a distro, and, if it is necessary to use/change kernel boot parameter, this way is not so comfortable.
The parameter have to be written in the grub.cfg, i.e. boot another distro, change parameter, save, reboot, if does not work, reboot again and so on.
Because of this I am using an another, not so known, not so popular way, the grub2 and memdisk from syslinux.
This way allow to boot like it will be booted directly from a real CD, the boot menu is visible.
To make this I copied the file memdisk from syslinux/memdisk (the newest 5.01 is fine) to the folder boot on my USB stick.
The entry in grub.cfg for clonezilla-live-2.1.0-19-i486.iso is:
menuentry "Bootable ISO Image: clonezilla-live-2.1.0-19-i486" {
echo Loading clonezilla-live-2.1.0-19-i486.iso
linux16 /boot/memdisk iso
initrd16 /boot/iso/clonezilla-live-2.1.0-19-i486.iso
}
This works very fine, boot menu is visible, after selecting entry from menu it will be booted and finally clonzilla is started.
But GParted cannot be started on this way.
The entry in grub.cfg
menuentry "Bootable ISO Image: gparted-live-0.16.1-1-i486" {
echo Loading gparted-live-0.16.1-1-i486.iso
linux16 /boot/memdisk iso
initrd16 /boot/iso/gparted-live-0.16.1-1-i486.iso
}
In the beginning the boot menu will be displayed, and after selecting the entry the booting procedure will be started but after several lines it will be stopped with the following:
modprobe: module unknown not found in modules.dep
modprobe: module unknown not found in modules.dep
modprobe: module unknown not found in modules.dep
modprobe: module unknown not found in modules.dep
modprobe: module swap not found in modules.dep
This will be repeated several times
As you know the both, the Clonzilla live as well as the GPart live, maybe it will take not to much time to find out why GParted live cannot be booted on this way.
Best regards
cvbn