<br><br><div class="gmail_quote">On Thu, Mar 13, 2008 at 9:09 AM, Eric Sandeen <<a href="mailto:sandeen@redhat.com">sandeen@redhat.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Justin Conover wrote:<br>
><br>
><br>
> ---------- Forwarded message ----------<br>
> From: *Justin Conover* <<a href="mailto:justin.conover@gmail.com">justin.conover@gmail.com</a><br>
</div><div class="Ih2E3d">> <mailto:<a href="mailto:justin.conover@gmail.com">justin.conover@gmail.com</a>>><br>
> Date: Wed, Mar 12, 2008 at 6:44 PM<br>
> Subject: ext4 +Booting has failed<br>
</div><div class="Ih2E3d">> To: <a href="mailto:fedora-test-list@redhat.com">fedora-test-list@redhat.com</a> <mailto:<a href="mailto:fedora-test-list@redhat.com">fedora-test-list@redhat.com</a>><br>
><br>
><br>
> Installed F9Alpha with ext4 on root under lvm, booted fine and things<br>
> were working until I updated Sunday 3/9.  Dell Inspiron 6000 also had to<br>
> use nolapic nohz=off to boot the installer.<br>
><br>
> With kernel-2.6.25-0.105.rc5.fc9  (why is there an fc still :) )<br>
<br>
</div>"Fedora Collection," I've heard :)<br>
<div class="Ih2E3d"><br>
> After it reads LVM<br>
><br>
> EXT4-fs: dm-1: not marked OK to use with test code.<br>
<br>
</div>Please see <a href="http://fedoraproject.org/wiki/FedoraExt4" target="_blank">http://fedoraproject.org/wiki/FedoraExt4</a>, specifically:<br>
<br>
    * Recent (post-alpha) kernels have a new test in place before<br>
allowing a filesystem to be mounted with this development code - it<br>
requires a special flag to be set. This is both to prevent ext3 from<br>
accidentally being claimed as ext4, as well as to put a psychological<br>
barrier in place. ;) When creating the filesystem, you must do:<br>
<br>
[root]# mkfs.ext3 -E test_fs /dev/<device><br>
<br>
for pre-existing filesystems, to set the flag, do:<br>
<br>
[root]# debugfs -w /dev/sda5<br>
debugfs 1.40.5 (27-Jan-2008)<br>
debugfs:  set_super_value s_flags 4<br>
debugfs:  quit<br>
<br>
If you don't do this, you may get a message like this upon bootup:<br>
<div class="Ih2E3d"><br>
EXT4-fs: dm-1: not marked OK to use with test code<br>
<br>
</div>... and welcome to "alpha" :)<br>
<br>
Please copy back to fedora-test if you like, I'm not on that list...<br>
<br>
-Eric<br>
<div class="Ih2E3d"><br>
> mount: error mounting /dev/root on /sysroot as ext4dev: Invalid arguement<br>
> setuproot: moving /dev failed: No such file or directory<br>
> setuproot: error mounting /proc: Nos such file or dierctory<br>
> setuproot: error mounting /sys: No such file or directory<br>
> Mount failed for selinuxfs on /selinux: No such file or directory<br>
> (enforcing=0) <- booted up with  (selinux=0) same thing<br>
> switchroot: mount failed: No such file or directory<br>
> Booting has failed.<br>
><br>
> Default alpha kernel 2.6.24-2.fc9     I get:<br>
><br>
> Starting udev: udevd-event[1270]: node_symlink: device node '/dev/rtc'<br>
> already exists, link<br>
> to '/dev/rtc0' will not overwrite it<br>
><br>
><br>
> Just sits there.<br>
><br>
> I was going to try 'rescue mode' from the install dvd and mount my<br>
> system, but apparently that isn't setup for ext4 either.. :(<br>
><br>
> I think I'm looking at a dead duck, but if anyone has a suggestion, let<br>
> me have it.<br>
><br>
</div>> Not sure if *Eric Sandeen is on this list or not.*<br>
><br>
><br>
><br>
<br>
</blockquote></div><br>At this point it sounds like I need to do a re-install and do this:<br><br>
[root]# debugfs -w /dev/sda5<br>
debugfs 1.40.5 (27-Jan-2008)<br>
debugfs:  set_super_value s_flags 4<br>
debugfs:  quit<br><br>Before I do the updates and boot.<br>