Quote:
Originally Posted by crazydog
I did all the steps and my boox is booting up and checking for updates for approx. 30min now.
|
I had no patience to wait 30min although my SD card is probably very slow for this task, I've reset the device earlier. I have impression that M92 don't see second partition I've created

.
seaniko7 can you modify init script (does it make sense?) to check if
mount -t ext3 /dev/mmcblk1p2 /newroot
succeeded or not and if it is failed it could boot usual way:
mount -t ext4 /dev/mmcblk0p1 /newroot ...?