From: Alexander Kapshuk <alexander.kapshuk@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] re: can't find /boot/grub/grub.conf after kernel upgrade [3.10.7] [SOLVED]
Date: Sun, 08 Sep 2013 19:09:04 +0300 [thread overview]
Message-ID: <522CA120.6@gmail.com> (raw)
In-Reply-To: <20130908152007.GO9834@server>
On 09/08/2013 06:20 PM, Bruce Hill wrote:
> On Sat, Sep 07, 2013 at 11:31:47PM +0200, meino.cramer@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
Thanks for your input.
Turns out /boot wouldn't mount at system start-up because I had
'default' instead of 'defaults' specified for /boot in /etc/fstab.
Now /boot gets mounted automatically without any further ado.
box0=; mount|grep ^/dev
/dev/sda3 on / type ext4 (rw,noatime,data=ordered)
/dev/sda1 on /boot type ext2 (rw,noatime)
/dev/sda5 on /home type ext4 (rw,noatime)
Thanks.
next prev parent reply other threads:[~2013-09-08 16:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-07 18:06 [gentoo-user] re: can't find /boot/grub/grub.conf after kernel upgrade [3.10.7] Alexander Kapshuk
2013-09-07 18:11 ` Canek Peláez Valdés
2013-09-07 18:24 ` Alexander Kapshuk
2013-09-07 18:35 ` Canek Peláez Valdés
2013-09-07 18:53 ` Alexander Kapshuk
2013-09-07 19:25 ` Canek Peláez Valdés
2013-09-07 19:30 ` Alexander Kapshuk
2013-09-07 19:35 ` Canek Peláez Valdés
2013-09-07 19:41 ` Alexander Kapshuk
2013-09-07 20:11 ` Canek Peláez Valdés
2013-09-07 20:15 ` Alexander Kapshuk
2013-09-07 21:31 ` meino.cramer
2013-09-08 15:20 ` Bruce Hill
2013-09-08 16:09 ` Alexander Kapshuk [this message]
2013-09-07 21:43 ` gottlieb
2013-09-09 9:59 ` Hinnerk van Bruinehsen
2013-09-09 11:44 ` Francisco Ares
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=522CA120.6@gmail.com \
--to=alexander.kapshuk@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox