raspberry_pi_3_boot_to_usb
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| raspberry_pi_3_boot_to_usb [2016/12/14 16:39] – walkeradmin | raspberry_pi_3_boot_to_usb [2016/12/14 16:43] (current) – walkeradmin | ||
|---|---|---|---|
| Line 85: | Line 85: | ||
| </ | </ | ||
| \\ | \\ | ||
| - | Your parted print output should look similar to the one above. | + | Your <color red>parted</ |
| \\ | \\ | ||
| \\ | \\ | ||
| Line 124: | Line 124: | ||
| </ | </ | ||
| \\ | \\ | ||
| - | Edit / | + | Edit <color red> |
| system instead of the SD card. | system instead of the SD card. | ||
| \\ | \\ | ||
| Line 131: | Line 131: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | The same needs to be done for fstab: | + | The same needs to be done for <color red>fstab:</ |
| \\ | \\ | ||
| \\ | \\ | ||
| Line 146: | Line 146: | ||
| \\ | \\ | ||
| Disconnect the power supply from the Pi, remove the SD card, and reconnect the power supply. If all has gone well, the Pi should begin to boot after a few seconds. | Disconnect the power supply from the Pi, remove the SD card, and reconnect the power supply. If all has gone well, the Pi should begin to boot after a few seconds. | ||
| + | \\ | ||
| + | \\ | ||
| + | ---- | ||
| - | + | ==== NOTE ==== | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| \\ | \\ | ||
| \\ | \\ | ||
| + | Once you have done a couple, and you are comfortable with the sequence, you can copy and paste the commands in batches: | ||
| + | \\ | ||
| + | \\ | ||
| + | < | ||
| sudo mkdir /mnt/target | sudo mkdir /mnt/target | ||
| sudo mount /dev/sda2 / | sudo mount /dev/sda2 / | ||
| Line 174: | Line 164: | ||
| sudo apt-get update; sudo apt-get install rsync | sudo apt-get update; sudo apt-get install rsync | ||
| sudo rsync -ax --progress / /boot /mnt/target | sudo rsync -ax --progress / /boot /mnt/target | ||
| + | </ | ||
| + | \\ | ||
| + | < | ||
| cd /mnt/target | cd /mnt/target | ||
| sudo mount --bind /dev dev | sudo mount --bind /dev dev | ||
| Line 182: | Line 174: | ||
| rm / | rm / | ||
| dpkg-reconfigure openssh-server | dpkg-reconfigure openssh-server | ||
| + | </ | ||
| + | \\ | ||
| exit | exit | ||
| + | \\ | ||
| + | < | ||
| sudo umount dev | sudo umount dev | ||
| sudo umount sys | sudo umount sys | ||
| sudo umount proc | sudo umount proc | ||
| - | + | </ | |
| + | \\ | ||
| + | < | ||
| sudo sed -i " | sudo sed -i " | ||
| sudo sed -i " | sudo sed -i " | ||
| + | </ | ||
| + | \\ | ||
| + | < | ||
| cd ~ | cd ~ | ||
| sudo umount / | sudo umount / | ||
| sudo umount /mnt/target | sudo umount /mnt/target | ||
| - | # sudo poweroff | + | </ |
| + | \\ | ||
| + | \\ | ||
| + | sudo poweroff | ||
| \\ | \\ | ||
| \\ | \\ | ||
raspberry_pi_3_boot_to_usb.1481733578.txt.gz · Last modified: (external edit)
