From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-150489-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 371F71381F3 for <garchives@archives.gentoo.org>; Sun, 8 Sep 2013 16:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A020EE0A99; Sun, 8 Sep 2013 16:08:59 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F823E0A00 for <gentoo-user@lists.gentoo.org>; Sun, 8 Sep 2013 16:08:58 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id ez12so2519476wid.2 for <gentoo-user@lists.gentoo.org>; Sun, 08 Sep 2013 09:08:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hbMg7R8FsNnMq/rc3TrIa9gQ8ZFxgzawGZf/Rg/mzFg=; b=bi+BBITNG6rI1z/XO8HZT4tcE5YXYL1D9oJ5KfSYtXY7DbWMhzlUpmzO2ef19FqDAO CheNI6MwhuPDRqzqj1mnL9gYp+rGetnrb3EC78BOSGk1V6CoU16dCMqBESc1wh6tMCYN opDbhfkQD/OnPhk9jiENHPGYOnhjnYgnWDkH7AQJercFcPZUyQI7m1BujQfiHhSZDSbg KQ3iBmhI5gti5q7J+z9N3N9gvS9e9wVBWYMwir6qMB753nCO6NqwaEDFb5NEHdSfLr25 z0jw9gEknsEiVt9A04VS36CUZ2jK7MRBjH6MCQIKO3iJX4I5XpiwWl8XxtgiYm5Vngpq AH1A== X-Received: by 10.180.185.77 with SMTP id fa13mr5371563wic.58.1378656537043; Sun, 08 Sep 2013 09:08:57 -0700 (PDT) Received: from [192.168.1.3] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id e5sm11330554wiy.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Sep 2013 09:08:56 -0700 (PDT) Message-ID: <522CA120.6@gmail.com> Date: Sun, 08 Sep 2013 19:09:04 +0300 From: Alexander Kapshuk <alexander.kapshuk@gmail.com> User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130831 Thunderbird/17.0.8 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 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] References: <522B6F69.1060104@gmail.com> <CADPrc82N0OinngetkJMq57MUJ82=QugN5Gb8JW8CJNyNpgRvcQ@mail.gmail.com> <522B7628.3000303@gmail.com> <CADPrc80gKezXBeYD9Gzgpgd6D=vkfVnmtNxUE-67yKTEkgY_Ow@mail.gmail.com> <522B7EBE.4070400@gmail.com> <CADPrc81FBmb0K6dVb-A5PbKFCDdbnzf3VcUa7Yeh3yuevpBA9Q@mail.gmail.com> <522B8160.4080809@gmail.com> <CADPrc80GoYwr-QE6pH_Ok9KZrggzW9dB+0VOfk25pgLUV_JkhA@mail.gmail.com> <522B8954.2080701@gmail.com> <20130907213147.GA3399@solfire> <20130908152007.GO9834@server> In-Reply-To: <20130908152007.GO9834@server> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 32a6dabb-b449-4347-a9f6-f2cb28c452d8 X-Archives-Hash: 6405a37d7db5df70a246082e653aa15f 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.