Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
grub error, mount boot rw
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
rsmick
n00b
n00b


Joined: 16 Mar 2005
Posts: 10

PostPosted: Wed Mar 16, 2005 3:23 pm    Post subject: grub error, mount boot rw Reply with quote

hey this is my first install, i'm doin stage one straight from the x86 handbook, on a via epia 800 ... so far soo good, then i went to install grub usin emerge grub, and im gettin an error sayin i have to mount my boot partition rw, i mounted it at the very start using "mount /dev/hda1 /mnt/gentoo/boot", in my fstab i have
Code:

/dev/hda1    /boot    ext2    defaults,noatime    1 2


can anyone help
cheers
Back to top
View user's profile Send private message
rsmick
n00b
n00b


Joined: 16 Mar 2005
Posts: 10

PostPosted: Thu Mar 17, 2005 1:31 am    Post subject: Reply with quote

bump ... still gettin this error :/
Back to top
View user's profile Send private message
syg00
l33t
l33t


Joined: 23 Aug 2004
Posts: 907
Location: Brisbane, AUS

PostPosted: Thu Mar 17, 2005 4:03 am    Post subject: Reply with quote

Is this happening with the "emerge grub", or the "grub-install" ???

I know you said the emerge, but doesn't sound right. If the grub-install, you probably skipped this;
Code:
cp /proc/mounts /etc/mtab
Back to top
View user's profile Send private message
kung_foo_masta
n00b
n00b


Joined: 20 Mar 2005
Posts: 1

PostPosted: Sun Mar 20, 2005 11:14 pm    Post subject: Reply with quote

i had the exact same problem when trying to emerge grub. this thread talks about it:

https://forums.gentoo.org/viewtopic-t-293583-highlight-grub+boot+mounted.html

and freefly42's advice:

Code:
Before you chroot:
Code:
mount -o bind /dev /mnt/gentoo/dev

or
Code:
mount -t devfs dev /mnt/gentoo/dev


Or after you chroot:
Code:
mount -t devfs dev /dev


Same with proc:
Code:
mount -t proc proc /proc


worked for me.

hth.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum