Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

EXT4 rootfs for booting (no replies)

$
0
0
I've come across this EXT4 quirk while looking for clues about various EXT4 booting problems.

https://unix.stackexchange.com/questions/388432/what-does-this-mkfs-ext4-operand-mean
https://bugzilla.gnome.org/show_bug.cgi?id=766910

Basically, if you are experiencing booting EXT4 problem then make sure the the mkfs.ext4 that you use to format the partition do not use 64-bit option. For example, ^64bit indicated that the file system should be 32-bit.

mkfs.ext4 -O ^64bit -L roofs /dev/sdb1

This seems to be the new default set by a newer patch recently. Older u-boots have not caught up with this so it might cause problem.

Viewing all articles
Browse latest Browse all 3247

Trending Articles