Open SniverDaBest opened 2 months ago
I think I know why this bug occurs. To fix the systemd boot messages on Debian, the bootloader bind mounts /dev/pts/0 to /dev/console. However, this has to be unmounted later so that xorg can start, which the Alpine rootfs does not do.
To work around this for now, you can remove these lines in /bin/bootstrap.sh
in the bootloader.
https://github.com/ading2210/shimboot/blob/0cce802d4a16c7048d2383a83428834eefda72f5/bootloader/bin/bootstrap.sh#L298-L303
That still didn't work sadly. Still gets stuck. I have a feeling it might be the login manager or something. It also could be openrc.
Is there an update on this?
Sadly no. My friend uses alpine on his octopus
chromebook, and it seems fine. Still doesn't work on my dedede
...
Describe the bug I successfully built an Alpine Linux shim, but it goes to a black screen, and does nothing.
To Reproduce Steps to reproduce the behavior:
Expected behavior Alpine Linux should work, as it's supported in the build files.
Screenshots / Photos If applicable, add screenshots or photos to help explain your problem.
If you are reporting an issue with the build process, please run the scripts in debug mode by putting
DEBUG=1
before the build commmand, likesudo DEBUG=1 ./build_complete.sh
.Target Chrome OS Device (please complete the following information):
Build Device (please complete the following information):
neofetch --stdout
and paste it here]Additional context Alpine loads openrc, and does some stuff before it goes to a black screen. Also, yes, I have tried waiting.