SliTaz SliTaz Forum

You are not logged in.

#1 2015-01-25 08:55:04

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Kernel error messages at boot

I installed the latest cooking version on my old P4 machine. Everything looks OK except for the fact that I get the following error message at boot.

Jan 25 18:40:35 (none) user.err kernel: EXT3-fs (sda1): error: couldn't mount because of unsupported optional features (240)

Jan 25 18:40:35 (none) user.err kernel: EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities

As mentioned despite this error message system proceeds with the boot and everything works just fine.

Curious to know what is the reason for this and how to get rid of it.

Many thanks

Offline

#2 2015-01-25 12:01:47

sixofeight
Member
Registered: 2013-07-02
Posts: 234

Re: Kernel error messages at boot

it's trying to determine what kind of file system sda1 contains:

When mounting the filesystem the kernel tries mounting it with all available

FS drivers until one succeeds.

ext3 is tried before ext4 and you get that error when it fails.

(unsupported optional features were actually normal ext4 features)

IMO it's nothing to worry about...to get rid of it, I found the suggestion

to add "rootfstype=ext4" to the kernel command line.

Offline

#3 2015-01-26 02:45:07

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Re: Kernel error messages at boot

@sixofeight, Thanks for the explanation and rootfstype=ext4 in command line worked like a charm.

Offline

#4 2015-01-28 22:21:06

Sidini
Member
Registered: 2014-05-19
Posts: 72

Re: Kernel error messages at boot

Hi folks!

How can I add "rootfstype=ext4" to kernel? What file should I modify to eliminate these messages?

Thanks in advance.

Offline

#5 2015-01-29 00:07:17

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Re: Kernel error messages at boot

@sidini, edit /boot/grub/menu.lst (as root). Add "rootfstype=ext4" to the end of the command line starting with 'kernel'. Save file.

Offline

#6 2015-01-29 23:06:01

Sidini
Member
Registered: 2014-05-19
Posts: 72

Re: Kernel error messages at boot

Thanks, gdesilva!!

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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