sormy / gentoo-vbox-builder

Gentoo VirtualBox Image Builder / Gentoo VBox Builder
MIT License
24 stars 9 forks source link

Gentoo livecd switched to Grub2 #5

Open citizenkepler opened 1 year ago

citizenkepler commented 1 year ago

Today I was testing and found that recently the Gentoo team must have embraced grub2 for their livecd. I was testing another issue with gentoo-vbox-builder this morning and in the middle of testing, the livecd version changed, causing headaches till I confirmed this upstream version was also affected and now broken by the updated livecd.

I have a fix in a local branch, however till that's fully tested and upstreamed, gentoo-vbox-builder will need an older livecd/admincd with syslinux to run.

install-amd64-minimal-20221106T170545Z.iso - Had Syslinux, and gentoo-vbox-builder worked

install-amd64-minimal-20221113T170154Z.iso - Grub2, and gentoo-vboxbuilder fails

The Script will error out with ` * Configuring SSH...

Screen Shot 2022-11-13 at 2 57 52 PM
sormy commented 1 year ago

Would you be able to share a PR?