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
Question Full desktop Surfing and Absolute Privacy on the pinebook? Www 2 2,709 08-10-2025, 10:35 PM
Last Post: Pattienner
  Pinebook problem meghancordo 1 833 07-24-2025, 07:28 AM
Last Post: mikehenson
Question Printing and scanning documents with pinebook? Www 0 909 06-28-2025, 01:25 AM
Last Post: Www
  Pinebook Pro in EU for Sale - €90 jan_vdk 4 3,465 06-19-2025, 02:14 AM
Last Post: shelfaberrant
  Pinebook pro bricked? michaelmoua 2 1,424 03-12-2025, 11:09 AM
Last Post: tophneal
  Use SD to install new OS over pinebook debian Rudy558 10 16,601 03-09-2025, 11:17 AM
Last Post: davisthomas
  Problem: Wi-Fi Connectivity Issues on Pinebook Pro markwood00 1 1,529 02-05-2025, 03:56 AM
Last Post: waylonwesley
  Pinebook Next !spekulation! Surehand53 2 2,063 01-23-2025, 11:49 AM
Last Post: Surehand53
  Pinebook Pro wants a PIN for my bluetooth mouse ColoBill 1 1,266 01-19-2025, 04:38 PM
Last Post: ColoBill
Tongue Yet another Pinebook Pro won't boot thread pinemouth 5 5,838 12-27-2024, 11:38 AM
Last Post: akash3995

Forum Jump:


Users browsing this thread: 1 Guest(s)