You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… This allows advanced users, administrators, and developers to inspect the Live system early boot process and to enter commands manually that would otherwise be executed automatically. …
Advanced users may be surprised that exit from single user mode does not enter multi-user mode; that uname(1) and vi(1) are unusable; and so on.
Please consider adding a little more to the documentation. Thanks.
The text was updated successfully, but these errors were encountered:
If you boot the Live system into single-user mode, then you will be dropped into a shell in the ramdisk, and you are expected to manually enter the commands required for the Live system to continue booting which would otherwise be executed by the ramdisk automatically. Specifically, you need to enter everything below the line "Running in single-user mode" in the file overlays/ramdisk/init.sh (or variants thereof). If you just exit the shell without doing this, then the system will be unable to continue booting.
From https://hellosystem.github.io/docs/developer/boot.html#boot-into-verbose-single-user-mode:
Advanced users may be surprised that
exit
from single user mode does not enter multi-user mode; thatuname(1)
andvi(1)
are unusable; and so on.Please consider adding a little more to the documentation. Thanks.
The text was updated successfully, but these errors were encountered: