11-17-2019, 05:44 PM
(11-17-2019, 11:10 AM)vfr400racer Wrote: This is a bit different from the other 'cant boot from sd' threads, I think. It seems other people's boot problems have been solved by updating to mrfixit's os version V1.4. But I am on this version.
So this is what happened:
I dd'd mrfixit's debian image to the SD card. Synced multiple times. When shutting down and trying to boot from SD card, it didn't came up. I waited about 10 minutes, but nothing happened. After booting from eMMC and inserting the SD card, I could see that the root file system has been expanded to 64G. So I guess it started booting from SD card , but got stuck at some point. Any ideas what might be the problem here?
Hi! Got the same problem. Here's what you have to do to make it work:
In the file extlinux/extlinux.conf (in the boot partition of the SD card), for PINEBOOKPRO, change this:
Code:
root=PARTUUID=deedbeef-02
...to the real PARTUUID of the root on the SD card. If you want to know what the PARTUUID is, just use:
Code:
sudo blkid
...and look for /dev/mmcblk0p2
Let me know if that worked for you like it did for me!
Cheers!