-
Notifications
You must be signed in to change notification settings - Fork 50
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
Can only boot once with licheervnano-alpine-musl-openrc-20240206-0802.img #5
Comments
I also found this problems. ::sysinit:/sbin/openrc sysinit after the comment Startup the system. |
@zhoujustin Thanks, but that's not enough -- none of the The bigger issue is that
Note the different shebang plus the mandatory Currently even after the files get moved from Moreover, Here's a working
I am surprised the |
I think it's a demo version. The openrc managed the wlan0 by networking service, So the file S02lo was not importent! |
Same here, the default provided image from 20240226 boots, gets an IP address and responds to ping, but doesn' t have sshd running nor a tty enabled. I'm surprised such a totally useless image was released at all! |
Ah, and since the config is provided in a squashfs, you can't even easily adjust it without extracting, modifying, regenerating. |
I am using
licheervnano-alpine-musl-openrc-20240206-0802.img
onLicheeRV-Nano-E
. It boots okay when I flash the sdcard, but afterreboot
orpoweroff
it fails to start up again.I don't possess a serial cable, so it's hard to debug this. However, after looking at the image I discovered that
/etc/local.d/aaa_boot_setup.start
runsI then started moving the files from
/mnt/etc
to/etc
one by one and rebooting until I was able to reproduce the problem. I believe the culprit ismnt/etc/inittab
.I can fix this myself, but I thought to let you know about this problem. Please let me know if you need any help -- I really like this SBC and I would love to help out with code, documentation, testing, whatever.
The text was updated successfully, but these errors were encountered: