View Full Version : 2.6.25-1 kernel won't load
yesterday
20th April 2008, 04:08 AM
Anyone tried the latest 2.6.25-1.fc9 kernel from the rawhide repositories? I updated last night from the preview release, but that kernel won't boot. It has something about ext3-fs not being able to recognise "relatime". I think relatime is a default option? However, it's not in my fstab anywhere.
Seve
20th April 2008, 04:11 AM
Hello:
Yes, I have tried it and it worked just fine ?
Haven't checked any details, but I can if you like.
Seve
yesterday
20th April 2008, 04:15 AM
Hi Seve, maybe you can post your fstab here for me to have a look at?
EDIT: Steve -> Seve
Seve
20th April 2008, 04:19 AM
Hello:
Here is the output of my /etc/fstab for f9
LABEL=/1 / ext3 defaults 1 1
LABEL=/home1 /home ext3 defaults 1 2
LABEL=/boot1 /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/sdc5 swap swap defaults 0 0
Seve
yesterday
20th April 2008, 04:25 AM
hmmm weird there it's prett much the same as mine. Just to confirm you are using 2.6.25-1 right? not the rc-git version?
EDIT: Looking at BugZilla I seemed to have found the problem. Thanks for your help anyway
Seve
20th April 2008, 04:30 AM
Hello:
This is the image / kernel that I last booted with
initrd-2.6.25-1.fc9.x86_64.img
Seve
strikeforce
20th April 2008, 05:11 AM
Can you link to the bz in case other people have the same issue?
yesterday
20th April 2008, 07:13 AM
It's actually a fairly well known issue .
It's listed here (https://fedoraproject.org/wiki/KernelCommonProblems) under section 1.3. Basically if relatime is present for / in fstab, when you update your kernel or run mkinitrd, the initrd image will throw errors. Rebuilding the initrd image without relatime in the listed as an option for / fixes this
leigh123linux
20th April 2008, 08:30 AM
I have had no issues with 2.6.25-1.fc9.x86_64 and have since updated to2.6.25-3.fc9.x86_64.
[leigh@localhost ~]$ uname -r
2.6.25-3.fc9.x86_64
[leigh@localhost ~]$ rpm -q kernel
kernel-2.6.25-1.fc9.x86_64
kernel-2.6.25-3.fc9.x86_64
[leigh@localhost ~]$ cat /etc/fstab
LABEL=/1234 / ext3 defaults 1 1
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/sde2 swap swap defaults 0 0
LABEL=data /home/leigh/data ext3 defaults 1 2
/dev/VOL1/LVM1 /home/leigh/data1 ext3 defaults 1 2
/dev/VOL2/LVM2 /home/leigh/data2 ext3 defaults 1 2
[leigh@localhost ~]$
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.