Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Boot partition remounted read only by emerge system
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
bdis
n00b
n00b


Joined: 25 Jun 2002
Posts: 4

PostPosted: Mon Sep 30, 2002 3:40 pm    Post subject: Boot partition remounted read only by emerge system Reply with quote

8O

I'm a newbie so this may be a stupid Q.
I'm runnin through the 1.4RC1 install following the intructions exactly. (using the stage1 packege off the cd). When running emerge system I get a meesage saying /boot cannot be remounted with write access. When I try to exit out of the chroot, umount /mnt/gentoo/boot, then mount -w /dev/hda1 /mnt/gentoo/boot, it still mounts it as read only. Any help would be greatly appreciated.

Created following partitions:
/dev/hda1 100M boot partition primary EXT3
/dev/hda2 512M Swap partition primary Linux Swap
/dev/hda3 9.2 GB partition primary EXT3
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Mon Sep 30, 2002 4:53 pm    Post subject: Reply with quote

try:
Code:
umount /mnt/gentoo/boot
umount /dev/hda1


then:
Code:
mount -o rw -t ext3 /dev/hda1 /mnt/gentoo/boot

or
Code:
mount -w -t ext3 /dev/hda1 /mnt/gentoo/boot


cheers

steve
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Mon Sep 30, 2002 6:23 pm    Post subject: Reply with quote

Also see if mount says /dev/hda1 (/boot) is ntfs? and strangest /boot mount prob are relevant.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
bdis
n00b
n00b


Joined: 25 Jun 2002
Posts: 4

PostPosted: Wed Oct 02, 2002 3:58 am    Post subject: Thanks for the help Reply with quote

I ended up using Disk Doctor to zero out my hd. After that, the install went fine. For some reason, fdisk wasn't creating the partitions correctly.

After creating the partitions with fdisk, I ran partition magic to see what was actually created and it was an old windows partition. Like I said, running Disk Doctor and zeroing out the drive and then repartitioning with fdisk fixed the problem.


Again, thanx for all the help. Seems like there is a common partitioning problem going around though.
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