On Sat, Sep 07, 2013 at 11:31:47PM +0200, meino.cra...@gmx.de wrote: > > the problem is in your fstab: > > You try first to mount /boot before mounting root "/".... > Cant work... > > Try this one: > /dev/sda3 / ext4 noatime 0 1 > /dev/sda1 /boot ext2 default,noatime 0 2 > /dev/sda2 none swap sw 0 0 > /dev/sda5 /home ext4 noatime 0 2 > /dev/cdrom /mnt/cdrom auto noauto,ro 0 0 > > > best regards, > mcc
That advice is wrong. See fstab example here: /dev/sda1 /boot ext2 noatime 1 2 /dev/sda2 / xfs noatime 0 1 /dev/sda3 none swap sw 0 0 /dev/cdrom /mnt/cdrom auto noauto,ro 0 0 To the OP. Never <snip> part of a file asked for help. There might be something in the file unknown to you that is pertinent to the problem. You have "default" in your /etc/fstab line for /boot, when the option is actually "defaults". I haven't tested to see what difference that makes, but you should add the s to default anyway. See "man mount". Cheers, Bruce -- Happy Penguin Computers >') 126 Fenco Drive ( \ Tupelo, MS 38801 ^^ supp...@happypenguincomputers.com 662-269-2706 662-205-6424 http://happypenguincomputers.com/ A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting