You are not logged in.
Hey!
I installed kernel 3.0 and now my system doesn't boot anymore with this kernel. I get after udev a few message, that the filesystem is mounted read only and so the system stops booting. Here is my menu.lst:
# (0) Arch Linux
title Arch Linux
root (hd0,4)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/cc663024-e573-43b5-9a95-70a8e38d3569 ro quiet
initrd /boot/initramfs-linux.img
And here is my fstab:
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
devpts /dev/pts devpts defaults 0 0
shm /dev/shm tmpfs nodev,nosuid 0 0
UUID=cc663024-e573-43b5-9a95-70a8e38d3569 / ext4 defaults,noatime,data=writeback,barrier=0,commit=15,nobh,errors=remount-ro 0 1
UUID=cfc30ca3-cd01-4a00-b9d9-0a112ae4cd27 swap swap defaults 0 0
UUID=e83aff35-cc0e-401c-9e7f-0b99bc5e089b /home ext4 defaults 0 1
Kernel26-ck-2.6.39 boots, so I have no idea, why kernel 3.0 doesn't boot anymore.
Best regards!
Last edited by Lothium (2011-08-12 08:56:26)
Offline
Hey, I had the same problem
https://bbs.archlinux.org/viewtopic.php?id=123406
I think I fixed it by removing the 'data=writeback' from the root drive in fstab. Give it a go anyhow.
Offline
Ok, sorry searched the forum but didn't find your entry. Do I just have to remove this one entry? As I switched to data=writeback I used the tune2fs command to change the mode to writeback. So do I have to do something else or do I only have to delete this entry?
Best regards and thanks for an answer!
Offline
I didn't touch tune2fs, just removed the data=writeback option from the line in fstab.
Offline
Thanks! It works without any problems!
Offline