public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: James <wireless@tampabay.rr.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user]  mtab vs grub-install
Date: Mon, 26 Sep 2005 23:32:51 +0000 (UTC)	[thread overview]
Message-ID: <loom.20050927T012446-980@post.gmane.org> (raw)

Hello,

I have installed 6 different Gentoo systems, all stage one without 
difficulty. However, I decide to install via a stage one install
on a pentiumPro-200MHz. After a few days of compiling it works fine
except for  a boot-mounting problem. Basically, the /dev/hda1 as /boot
is not getting mounted automatically upon boot

/etc/fstab:
/dev/cdroms/cdrom0      /mnt/cdrom      iso9660         noauto,ro       0 0
/dev/fd0                /mnt/floppy     auto            noauto          0 0
proc                    /proc           proc            defaults        0 0shm 
           /dev/shm        tmpfs           nodev,nosuid,noexec     0 0
/dev/hda1               /boot           ext3         noatime,notail  1 2
/dev/hda2               none            swap            sw              0 0

cat /proc/mounts upon reboot:
cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / reiserfs rw,noatime 0 0
proc /proc proc rw,nodiratime 0 0
sysfs /sys sysfs rw 0 0
udev /dev tmpfs rw,nosuid 0 0
devpts /dev/pts devpts rw 0 0
shm /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0
usbfs /proc/bus/usb usbfs rw 0 0

cat /etc/mtab:
/dev/hda3 / reiserfs rw,noatime 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
udev /dev tmpfs rw,nosuid 0 0
devpts /dev/pts devpts rw 0 0
shm /dev/shm tmpfs rw,noexec,nosuid,nodev 0 0
usbfs /proc/bus/usb usbfs rw,devmode=0664,devgid=85 0 0

So I manually mount /boot: mount /dev/hda1 /boot

and now they look fine(?)
cat /etc/mtab
/dev/hda3 / reiserfs rw,noatime 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
udev /dev tmpfs rw,nosuid 0 0
devpts /dev/pts devpts rw 0 0
shm /dev/shm tmpfs rw,noexec,nosuid,nodev 0 0
usbfs /proc/bus/usb usbfs rw,devmode=0664,devgid=85 0 0
/dev/hda1 /boot ext3 rw 0 0

 cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / reiserfs rw,noatime 0 0
proc /proc proc rw,nodiratime 0 0
sysfs /sys sysfs rw 0 0
udev /dev tmpfs rw,nosuid 0 0
devpts /dev/pts devpts rw 0 0
shm /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0
usbfs /proc/bus/usb usbfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0

so I re-run 'grub-install /dev/hda'

but I get the same proble, /boot is not mounted upon reboot.

Ideas on fixing this?

James




-- 
gentoo-user@gentoo.org mailing list



             reply	other threads:[~2005-09-26 23:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-26 23:32 James [this message]
2005-09-26 23:56 ` [gentoo-user] Re: mtab vs grub-install james
2005-09-26 23:59 ` [gentoo-user] " Neil Bothwick
2005-09-27  0:08 ` [gentoo-user] Solved: " James
2005-09-27  0:17   ` John Jolet

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=loom.20050927T012446-980@post.gmane.org \
    --to=wireless@tampabay.rr.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