Page 1 of 1

Booting into Single-User Mode in Ubuntu-Core

Posted: Wed Aug 30, 2017 4:14 pm
by kame
Hello,
I'm having an issue with the NanoPiNeo2.
I mistakenly invalidated Network Manager, so I'm operating NanoPi Neo2 by UART.
However,OS can't start because the script written in 「/ etc / rc.local」continues an infinite loop.(This is my second mistake.).

I want to start Ubuntu-Core without executing rc.local.
Please tell me about how to boot Ubuntu-Core into Single-User Mode ?
Thanks

Re: Booting into Single-User Mode in Ubuntu-Core

Posted: Sun Sep 03, 2017 8:05 am
by auto3000
This solution applies to your environment https://superuser.com/questions/274446/ ... to-boot-to

On ubuntu (on x86 environment), I would have appended to kernel parameters list the command init=/bin/sh to obtain a root command line without sysvinit script execution.

Re: Booting into Single-User Mode in Ubuntu-Core

Posted: Sat Sep 09, 2017 10:11 am
by kame
Thank you !
My problem was solved.