Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Gentoo #34

Open
probonopd opened this issue Feb 24, 2018 · 1 comment
Open

Support Gentoo #34

probonopd opened this issue Feb 24, 2018 · 1 comment

Comments

@probonopd
Copy link
Owner

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.

@liu-kan
Copy link

liu-kan commented Jun 28, 2018

I think you should try to use SystemRescueCd as live cd as Gentoo. Which is based on Gentoo and with much newer version libs. than livedvd-x86-amd64-32ul-20160704.iso. The official gentoo live dvd is just help you boot the box and chroot to new environment to install the system.

Please remember than Gentoo offer 2 options for user as the init tool, openrc & systemd. And many users choose openrc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants