Open adwall4 opened 1 year ago
Last line before error: Failed to parse any boot options
@adwall4
Can you do
find /boot
And take a screenshot?
this is with just standard alpine install no encryption.
Ho. I guess you would need to do a custom installation as per instructions on wiki. At least /boot partition unencrypted and the rest under / preferably encrypted.
As per screenshot / (root) is under /boot. And /boot is under /boot/boot This is not good because everything would be hashed and change across reboots.
Same guidelines as for Debian here: https://osresearch.net/InstallingOS/#compatibility
Yeah but Alpine puts boot on /dev/sdb1, swap /dev/sdb2, and rest /dev/sdb3. I set default boot to sdb1 but it doesn’t recognize it.
I think this is more issue of Heads not supporting syslinux rather than Alpine.
Unfortunately, I’m not sure how to install grub inside alpine live usb.
I think this is more issue of Heads not supporting syslinux rather than Alpine.
You are right. syslinux and grub are both supported for example media-scan (*.cfg), but not anywhere else in codebase where only grub.cfg is searched for and parsed.
I guess we did it like that because most OSes support both grub/syslinux on ISO/boot media where grub was expected to be installed on disk. Generalizing the concept to scan for both everywhere else would be easy to do, but not sure how many duplicates we would get for boot entries.
@adwall4 @adwall5 : you can test this easily in code by replacing each find /boot for grub.cfg to *.cfg?
I booted Alpine off USB and installed to disk with and without encryption and changed the default boot partition to sdb1.
Unfortunately it still couldn’t find anything to boot. Is Alpine supported under Heads?