PINE64
Installing Mobian --> "Resizing file system" forever - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Installing Mobian --> "Resizing file system" forever (/showthread.php?tid=13461)

Pages: 1 2


RE: Installing Mobian --> "Resizing file system" forever - bcnaz - 08-31-2021

(03-22-2021, 03:42 PM)Anna Wrote: To install Mobian on an SD card I, all I theoretically have to do is to download mobian-pinephone-phosh-20210314.img.gz, write it to the card, put the card into the phone and start it, right?

However, when I do that, the "resizing file system during initial boot" screen is there for quite a long time (30 minutes maybe) and afterwards the screen turns black (not pitch black though, the display remains switched on) and that's it.

I have used two different 64 GB cards  (a new Sandisk Extreme and and old Sandisk Ultra). I used BalenaEtcher and I tried
Code:
sudo zcat mobian-pinephone-phosh-20210314.img.gz | sudo dd of=/dev/mmcblk0 bs=1M

What am I doing wrong? Huh

If you are using Balena Etcher :
      You do not SUDO  anything.

You simply download Mobian,  then use Balena Etcher to flash your sd card.

<(You Can prep your sd card,   IF   you so desire,  format or zero wipe or whatever)>

I have been using Balena Etcher and Mobian since the first release of Mobian.  

   * (actually that's all I have ever used,  -  since I purchased my first Pinebook Pro, from the first public sales,  second batch I think, Sept. 2019)


RE: Installing Mobian --> "Resizing file system" forever - Anna - 09-01-2021

(08-31-2021, 11:59 PM)bcnaz Wrote: If you are using Balena Etcher :
      You do not SUDO  anything.

Thanks! Sorry if I did not express myself clearly: I had tried "sudo zcat..." and, after that attempt failed, I tried Balena Etcher, both several times.

The solution was @dukla2000 's answer.


RE: Installing Mobian --> "Resizing file system" forever - loderunner - 09-09-2021

Hello,

our Pinephone arrived about a week ago and I had the "resizing forever" issue with mobian-pinephone-phosh-2021051 yesterday. My solution was to resize it manually before inserting the SD into the computer.

Just wanted to say that the filesystem is f2fs, not ext2 as described in the Installation Instructions

For me, these commands worked:

Code:
: sudo bmaptool copy --bmap Downloads/mobian-pinephone-phosh-20210517.img.bmap Downloads/mobian-pinephone-phosh-20210517.img.gz /dev/mmcblk0
: sudo growpart /dev/mmcblk0 2
: sudo resize.f2fs /dev/mmcblk0p2



RE: Installing Mobian --> "Resizing file system" forever - spaetz - 09-09-2021

(09-09-2021, 02:42 AM)loderunner Wrote: Just wanted to say that the filesystem is f2fs, not ext2 as described in the Installation Instructions

Just wanted to say, that these are not the installation instructions for mobian which has it's own.