Re: Error messages during boot [SOLVED]

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
NuncaSeSabe
Posts: 5
Joined: 16. Jul 2010, 11:02
Location: Spain

Re: Error messages during boot [SOLVED]

Post by NuncaSeSabe »

Hi all,

I just installed Salix 13.1 (full install) on a laptop and it's working fine. However, during boot I get the following error messages:

Code: Select all

EXT3-fs (sda1): error: couldn't mount because of unsupported optional features (240)
EXT2-fs (sda1): error: couldn't mount because of unsupported optional features (244)
I checked my /etc/fstab and it looks ok:

Code: Select all

/dev/sda2        swap             swap        defaults         0   0
/dev/sda1        /                ext4        defaults,noatime 1   1
#/dev/cdrom      /mnt/cdrom       auto        noauto,owner,ro  0   0
/dev/fd0         /mnt/floppy      auto        noauto,users,rw,umask=00 0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0
Any idea why I'm getting these error messages? What do they mean? I searched in this forum + google and it looks like other users get the same error messages but I did not find any answer on how to fix the problem.

Thanks for your help in advance!
Last edited by NuncaSeSabe on 16. Jul 2010, 11:21, edited 1 time in total.
Image
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: Error messages during boot

Post by gapan »

Don't worry about them. The system first tries to mount the ext4 partition as ext3 and understands that it isn't actually ext3, then it tries ext2 with the same results and then mounts successfully as ext4.
Image
Image
User avatar
NuncaSeSabe
Posts: 5
Joined: 16. Jul 2010, 11:02
Location: Spain

Re: Error messages during boot [SOLVED]

Post by NuncaSeSabe »

ok *IGNORED*

Thanks for your quick response! :)
Image
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Error messages during boot [SOLVED]

Post by Shador »

If you'd really want to get rid of that message, though it actually is no problem, you can try this bootoption set to ext4:
http://www.mjmwired.net/kernel/Document ... s.txt#2222
Image
User avatar
NuncaSeSabe
Posts: 5
Joined: 16. Jul 2010, 11:02
Location: Spain

Re: Error messages during boot [SOLVED]

Post by NuncaSeSabe »

Thanks Shador.

I tried adding "rootfstype=ext4" to my lilo.conf
but the error messages remain.

My lilo.conf now reads:
append="quiet vt.default_utf8=1 rootfstype=ext4"
boot = /dev/sda
[...]
But as it's no real problem...
Image
Post Reply