Up to date guide on factory reset pinebook pro?
#1
I'm not very familiär with flashing or installing operating systems on this type of machine (eMMC). Is there any written guides on how to do it? The best I've seen is the discussion in this thread .Do I need need an SD card (I don't have a spare)?
  Reply
#2
OK, my experiences
yes you most likely need another sd card, unless you are so lucky you can get a usb boot
This is a bit hit or miss
Whatever block device you are writing to has to be unmounted, and you are writing to whole block device, not a partition
I prefer something like .... xzcat someImage.xz | dd of=/dev/emmc bs=1M status=progress
You can unxz, takes more space and the original xz is deleted at the end
DO NOT neglect the bs=, writing 512B chunks takes forever, not so good for media either
All images have a uboot package in 1st 16M, all uboots are not created equal, it's a bit of a crap-shoot
You can rsync a booted sd, exclude sys dev proc run ,, make empty directories for them on the target
(and take care where "/" go,, ie rsync -a sd/bin/ emmc/bin, you don't want /bin/bin)
(and edit fstab extlinux.conf and mbr partition table to suit emmc AND install some uboot, 2 or 3 files)
all this done as root of course
Do use a reasonable quality sd card, lots of crap out there
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Thumbs Up Finally got Kali working on my Pinebook Pro! qingss0 0 299 04-04-2026, 08:00 AM
Last Post: qingss0
  dead Pinebook - help please RicTor 3 1,011 03-26-2026, 04:22 PM
Last Post: williamcorlin
  Pinebook problem meghancordo 2 4,805 03-18-2026, 08:58 AM
Last Post: RicTor
  Pinebook Pro in EU for Sale - €90 jan_vdk 5 8,073 02-09-2026, 12:50 AM
Last Post: Anthona
  Pinebook Pro for sale rfm83 0 728 11-08-2025, 09:22 AM
Last Post: rfm83
  Pinebook pro bricked? michaelmoua 3 5,335 10-23-2025, 10:06 AM
Last Post: jceaser
Question Full desktop Surfing and Absolute Privacy on the pinebook? Www 1 7,302 08-02-2025, 08:55 PM
Last Post: KC9UDX
Question Printing and scanning documents with pinebook? Www 0 4,035 06-28-2025, 01:25 AM
Last Post: Www
  Use SD to install new OS over pinebook debian Rudy558 10 25,824 03-09-2025, 11:17 AM
Last Post: davisthomas
  Problem: Wi-Fi Connectivity Issues on Pinebook Pro markwood00 1 5,117 02-05-2025, 03:56 AM
Last Post: waylonwesley

Forum Jump:


Users browsing this thread: 2 Guest(s)