So I have a bug in a script in my init.d directory and bottom line...I can't completely boot the pi.
How can I boot into runlevel 1 (single user mode) so I can fix the bug?
|
|
That's not exactly a way to enter runlevel 1, but there is "safe mode" boot option in raspberry Pi firmware. To enable it, you have to insert a jumper between pins 5 and 6 on P1 (GPIO) header when booting.
If you do this, bootloader will ignore the Default |
|||
|
|
|
If you want to access and change SD card Linux partition files from Windows you can do it with one of these utilities. |
|||
|
|
|
I couldn't find a way to force the pi to boot into runlevel 1 so I fired up a fedora live disk I had laying around and used the terminal to remove the script in question from the /etc/init.d directory |
|||
|
|