* Unable to use ext4 as root fs
@ 2009-11-01 20:07 Stas Sergeev
2009-11-02 1:49 ` Eric Sandeen
0 siblings, 1 reply; 3+ messages in thread
From: Stas Sergeev @ 2009-11-01 20:07 UTC (permalink / raw)
To: ext4
Hi.
I am trying to move my PC from
ext3 to ext4, and so far I can't
get it to boot. I am getting this:
---
EXT3-fs: sda3: couldn't mount because of unsupported optional features
(240).
---
Google reveals that this is normal,
and the next thing would be the
ext4 mount, but this doesn't happen.
The current git kernel just locks
up tight after that message. NMI
watchdog doesn't do anything. The
Fedora kernel doesn't lock up, the
keyboard works, you can Ctrl-Alt-Del,
but nothing happens, ext4 does not
mount.
I know that ext4 support is compilled
in (builtin, not a module), because
this very kernel mounts ext4 fine
if I boot from ext3 root fs.
Now, with the lack of the usual
"unable to mount root, kernel panic",
I am starting to suspect a bug somewhere.
Can someone please give me the hint
about what have to be done to boot
from ext4? Or, in case there is nothing
special to do, where should I start
sticking printk's to get that somehow
debugged?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Unable to use ext4 as root fs
2009-11-01 20:07 Unable to use ext4 as root fs Stas Sergeev
@ 2009-11-02 1:49 ` Eric Sandeen
2009-11-02 9:02 ` Stas Sergeev
0 siblings, 1 reply; 3+ messages in thread
From: Eric Sandeen @ 2009-11-02 1:49 UTC (permalink / raw)
To: Stas Sergeev; +Cc: ext4
Stas Sergeev wrote:
> Hi.
>
> I am trying to move my PC from
> ext3 to ext4, and so far I can't
> get it to boot. I am getting this:
> ---
> EXT3-fs: sda3: couldn't mount because of unsupported optional features
> (240).
> ---
Depending on your distribution, you may need to fix /etc/fstab to
reflect ext4 as the fs type, or remake your initrd/initramfs - something
in your boot process is trying to mount it explicitly as ext3 ("-o
ext3"), which will of course fail.
-Eric
> Google reveals that this is normal,
> and the next thing would be the
> ext4 mount, but this doesn't happen.
> The current git kernel just locks
> up tight after that message. NMI
> watchdog doesn't do anything. The
> Fedora kernel doesn't lock up, the
> keyboard works, you can Ctrl-Alt-Del,
> but nothing happens, ext4 does not
> mount.
> I know that ext4 support is compilled
> in (builtin, not a module), because
> this very kernel mounts ext4 fine
> if I boot from ext3 root fs.
> Now, with the lack of the usual
> "unable to mount root, kernel panic",
> I am starting to suspect a bug somewhere.
> Can someone please give me the hint
> about what have to be done to boot
> from ext4? Or, in case there is nothing
> special to do, where should I start
> sticking printk's to get that somehow
> debugged?
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Unable to use ext4 as root fs
2009-11-02 1:49 ` Eric Sandeen
@ 2009-11-02 9:02 ` Stas Sergeev
0 siblings, 0 replies; 3+ messages in thread
From: Stas Sergeev @ 2009-11-02 9:02 UTC (permalink / raw)
To: Eric Sandeen; +Cc: ext4
02.11.2009 04:49, Eric Sandeen wrote:
>> ---
>> EXT3-fs: sda3: couldn't mount because of unsupported optional features
>> (240).
>> ---
> Depending on your distribution, you may need to fix /etc/fstab to
> reflect ext4 as the fs type, or remake your initrd/initramfs - something
> in your boot process is trying to mount it explicitly as ext3 ("-o
> ext3"), which will of course fail.
Thanks Eric, rebuilding initrd worked!
It is still quite annoying that something
in the initrd makes the latest git kernel
to lock up hard after the mount failure
(and not for the Fedora kernel), but this
is probably unrelated to ext4...
Thanks for your help!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-02 9:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-01 20:07 Unable to use ext4 as root fs Stas Sergeev
2009-11-02 1:49 ` Eric Sandeen
2009-11-02 9:02 ` Stas Sergeev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox