01-17-2020, 08:31 AM
(01-17-2020, 07:26 AM)tophneal Wrote:(01-17-2020, 07:12 AM)f1refl1r Wrote: I am still figuring things out and I want to re-install the original OS on my Pinebook Pro. I managed to get the Debian on a SD card and are able to boot the PBP from teh SD card. How do I run the installer script now?
Cheers
This is my bad, sorry. I thought I recalled seeing danielt mention the script could be modified to install the default Debian. Upon further review of the thread, I think I was wrong. The easiest way will probably be for you to just download the Debain image in that install, and then dd it to your emmc.
no worries, and sorry to bother you with this. I am unfamiliar with dd. I have identified the internal emmc with gparted. I downloaded the OS again while booted from the SD, I have extracted the img file to the dowload folder. Am I correct in using the following? Or do I have to point to the download folder and then point at the image?
Code:
sudo dd if=my_OS_image.img of=/dev/my_emmc_location bs=4M status=progress