SliTaz SliTaz Forum

You are not logged in.

#1 2014-04-23 23:41:56

MJ-12
Member
Registered: 2014-04-03
Posts: 4

Still won't boot Pi - F2FS message

F2FS-fs (mmcblk0p3): Can't find a valid F2FS filesystem in first superblock

F2FS-fs (mmcblk0p3): Can't find a valid F2FS filesystem in second superblock

Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block (179,3)

Offline

#2 2014-05-10 13:31:10

geev03
Member
Registered: 2012-01-09
Posts: 43

Re: Still won't boot Pi - F2FS message

Followed this [ http://hreikin.wordpress.com/tag/raspberry-pi/#jp-carousel-810 ] & got it working on an old (256MB RAM) RPi

[attachment=29804,1473]

Offline

#3 2014-05-13 11:32:42

MJ-12
Member
Registered: 2014-04-03
Posts: 4

Re: Still won't boot Pi - F2FS message

No, those instructions do not work.

Pi simply repeats:

can't open /dev/tty1: Permission denied

can't open /dev/tty2: Permission denied

Offline

#4 2014-05-13 18:50:30

geev03
Member
Registered: 2012-01-09
Posts: 43

Re: Still won't boot Pi - F2FS message

Wonder if the type of SD-Card used is the cause of the problem. Class 10 cards used to encounter booting problems on some rPi sad

Using a SliTaz 4.0 box, I tried it on two cards & ( used it with adapter)on rPi without encountering any problem.

[attachment=29902,1482]

Offline

#5 2014-05-14 00:40:02

MJ-12
Member
Registered: 2014-04-03
Posts: 4

Re: Still won't boot Pi - F2FS message

I tried with two SD cards, a Class 10 and a Class 6.

I followed Mic's instructions exactly.

Same result with each card: can't open dev tty.

Offline

#6 2014-06-22 12:59:09

Peterek
Member
Registered: 2014-06-22
Posts: 2

Re: Still won't boot Pi - F2FS message

I've got the same problem. I tried: two different cards both rpi-base and rpi-desktop images - no luck.

Did any one solved this problem ?

Offline

#7 2014-06-22 15:00:07

linea
Administrator
Registered: 2011-03-31
Posts: 70

Re: Still won't boot Pi - F2FS message

Hi Peterek

There was a bug in the install.sh script: http://hg.slitaz.org/slitaz-arm/rev/9a53e64a39fb

Here's a copy of the updated file: http://hg.slitaz.org/slitaz-arm/file/9a53e64a39fb/rpi/release/install.sh

Change the install part to look like this:

# Install

echo -n "Installing: boot files..."

cp -f boot/* ${boot}; status

echo -n "Installing: rootfs files..."

cp -a rootfs/* ${root};

chown -R root:root ${root}; status

And you should boot OK.

Offline

#8 2014-06-23 20:27:15

Peterek
Member
Registered: 2014-06-22
Posts: 2

Re: Still won't boot Pi - F2FS message

Thank you Paul for quick response! It works!

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.020 seconds, 8 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]