Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Partitions help and grub freezez problem
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
gentood
Apprentice
Apprentice


Joined: 16 Mar 2004
Posts: 157
Location: Sweden

PostPosted: Sun Jun 13, 2004 8:17 am    Post subject: Partitions help and grub freezez problem Reply with quote

Hi,

I been trying some new stuff and now i have some issues that need fixing.

First, I tried to install gentoo without making a a partition for boot, that is using the same /dev/hda1 for both boot and installation. So i figured after fdisking and formatting i should mount like this:
Code:

mount /dev/hda1  /mnt/gentoo
mount /dev/hda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc


Everything seemed dandy and i moved on, choosing gentoo-dev-sources as kernel, since i could not choose the mm-sources, getting some error saying i should use a "="..

Anyway anyone with any ideas of other kernels being better please let me know which one to choose.

So i fixed even grub, and rebooted, but the system just freezes after
Code:

"GRUB loading stage 1.5."
"GRUB loading, please wait..."


So i searched the forums, found 2 ways of solving the problem:
1. not to have floppy as startup in bios
2. emerge grub without any flags.

I had already removed floppy as startup in bios and i had before compiled grub with the same flags and it was working fine just yesterday on the same laptop. the only difference was that i was using the same partition for boot and installation of system and this time i was using filesystem ext3 instead of ext2 for boot and reiserfs for installation, so i thought that i probably mounted wrong or that grub has a problem with ext3.

Ppl who have had the same problem, what partitions did you have?
what filesystems did you use?

Now have i mounted correctly?

greetz
Back to top
View user's profile Send private message
pixie
Guru
Guru


Joined: 29 Dec 2002
Posts: 305

PostPosted: Sun Jun 13, 2004 9:36 am    Post subject: Reply with quote

No.

If you are installing on just one partition just mount it as / There is no need for a /boot entry unless you have a seperate partition for it.

So all you would want is...

Code:
mount /dev/hda1  /mnt/gentoo
mount -t proc none /mnt/gentoo/proc
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