-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Gentoo releases a live DVD livedvd-x86-amd64-32ul-20160704.iso at https://www.gentoo.org/downloads/. How can this be booted with GRUB2 using loop-mount?
https://gist.github.com/smoke/47f5250b9e6f59a5d172#file-grub-cfg-L67-L77 suggests
menuentry 'Gentoo LiveDVD amd64 multilib ISO' --class gentoo {
set gfxpayload=keep
set isofile='/livedvd-amd64-multilib-20140826.iso'
loopback loop $isofile
linux (loop)/isolinux/gentoo root=/dev/ram0 init=/linuxrc aufs looptype=squashfs loop=/image.squashfs cdroot isoboot=$isofile vga=791 splash=silent,theme:default vconsole.keymap=$bootkeymap locale=$bootlang $modeset_opt $nox $acpi_opt console=tty1 quiet --
echo 'Loading initial ramdisk ...'
initrd (loop)/isolinux/gentoo.igz
}
Needed as a prerequisite for AppImageCommunity/pkg2appimage#311.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels