81
Installation / menuentry grub2 isoboot - sparkylinux-2020.12-i686-rescue.iso
« Last post by sparkyfan on December 27, 2020, 04:47:41 pm »Hello User,
where can i find / get a working Grub2 menuentry for isoboot?
/etc/grub.d/40_custom
This menuentry works this clonezilla, the sparkylinux-2020.12-i686-rescue.iso doesn't boot.
The follow links doesn't help me:
Thank you
Can you help me to find a working menuentry?
sparkyfan
where can i find / get a working Grub2 menuentry for isoboot?
/etc/grub.d/40_custom
Code: [Select]
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "clonezilla-live-2.6.5-21-amd64.iso" {
loopback loop /boot/iso/clonezilla-live-2.6.5-21-amd64.iso
linux (loop)/live/vmlinuz findiso=/boot/iso/clonezilla-live-2.6.5-21-amd64.iso toram=filesystem.squashfs boot=live union=overlay username=user config components noswap edd=on nomodeset noprompt nosplash ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no gfxpayload=1024x768x16,1024x768 ip=frommedia i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.blacklist=yes
initrd (loop)/live/initrd.img
}
menuentry "sparkylinux-2020.12-i686-rescue.iso" {
set isofile="/boot/iso/sparkylinux-2020.12-i686-rescue.iso"
loopback loop $isofile
linux (loop)/live/vmlinuz iso-scan/filename=$isofile inst.stage2=hd:LABEL=CorePlus quiet
initrd (loop)/live/initrd.img
}
This menuentry works this clonezilla, the sparkylinux-2020.12-i686-rescue.iso doesn't boot.
The follow links doesn't help me:
Code [Select]
https://forum.sparkylinux.org/index.php/topic,5143.msg13535.html#msg13535
Quote
menuentry "SparkyBonsai Porteus Boot" {
linux /live/vmlinuz1 from=/ changes=/live
initrd /live/initrd1.xz
}
Code [Select]
https://forum.linuxconfig.org/t/how-to-create-multiboot-usb-with-linux-linuxconfig-org/2484/9
Quote
menuentry "Sparky Linux" {
set isofile="/boot/iso/sparkylinux-4.9.2-x86_64-minimalgui.iso"
loopback loop $isofile
linux (loop)/live/vmlinuz iso-scan/filename=$isofile inst.stage2=hd:LABEL=CorePlus quiet
initrd (loop)/live/initrd.img
}
Thank you
Can you help me to find a working menuentry?
sparkyfan