Gentoo Live CD with xhyve - mofm/xhyve GitHub Wiki
Gentoo Linux Minimal Installation CD with xhyve on MacOS
-
Download latest Gentoo Linux Minimal Installation CD from here
-
Move download path and mount iso.
cd $HOME/Downloads hdiutil attach install-amd64-minimal-${release_date}.iso
install-amd64-minimal-${release_date}.iso attached in the "Volumes" directory.
example: "/Volumes/Gentoo Linux/"
-
Copy vmlinuz and initrd to working directory.
cp /Volumes/Gentoo Linux/isolinux/gentoo{,.igz} ${WORKING_DIRECTORY}
-
run "gentoo_install.sh" script and boot gentoo live cd.
./gentoo_install.sh