version 1.4, 2013/11/20 13:53:44
|
version 1.5, 2013/11/20 14:35:03
|
Line 71 init: copying out path `/sbin/init' 11
|
Line 71 init: copying out path `/sbin/init' 11
|
first MSDOS (FAT) partition, as the Raspberry pi firmware is |
first MSDOS (FAT) partition, as the Raspberry pi firmware is |
hard coded to boot on the SDCAD / 1st MSDOS partition / Firmware |
hard coded to boot on the SDCAD / 1st MSDOS partition / Firmware |
updates and boot loader. |
updates and boot loader. |
- Copy /boot/cmdline.txt to /boot/cmdline.txt.orig |
|
- Edit /boot/cmdline.txt and add the '-s' flag to the end of the first line of text to boot into single-user mode. |
|
- Reboot, and at the prompt to enter the passname of shell, press |
- Reboot, and at the prompt to enter the passname of shell, press |
return for the default (/bin/sh). |
return for the default (/bin/sh). |
- At the # prompt, type |
- At the # prompt, type |
Line 100 init: copying out path `/sbin/init' 11
|
Line 98 init: copying out path `/sbin/init' 11
|
|
|
fsck -fy /dev/rld0a |
fsck -fy /dev/rld0a |
mount_msdos /dev/ld0e /boot |
mount_msdos /dev/ld0e /boot |
mv /boot/cmdline.txt.orig /boot/cmdline.txt |
|
reboot |
reboot |
- When the system comes back up, the root file-system will have been expanded to |
- When the system comes back up, the root file-system will have been expanded to |
fill the SD card. |
fill the SD card. |