public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  mtab vs grub-install
@ 2005-09-26 23:32 James
  2005-09-26 23:56 ` [gentoo-user] " james
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: James @ 2005-09-26 23:32 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-27  0:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-26 23:32 [gentoo-user] mtab vs grub-install James
2005-09-26 23:56 ` [gentoo-user] " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox