Skip to content

Support Gentoo #34

@probonopd

Description

@probonopd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions