Results 1 to 10 of 11
im trying to configure grub. and i get this error
Code:
grub> root (hd0,0) /dev/hdf1
Filesystem type unknown, partition type 0x7
what does all that mean? whats going on here.and ...
- 09-01-2003 #1Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
Gentoo Grub problem
im trying to configure grub. and i get this error
Code:grub> root (hd0,0) /dev/hdf1 Filesystem type unknown, partition type 0x7
what does all that mean? whats going on here.and yes hdf1 IS my boot partition. i have a drive controller and thats what makes it hdf
please reply ASAP
- 09-01-2003 #2Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Which hard drive and which partition is the boot partition? I only have one IDE drive on the second partition so (hd0,1) is the drive/partition that it resides on.
The best things in life are free.
- 09-01-2003 #3Linux User
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
You set it up wrong. It should look like this:
You were telling it to install on the first partition of the first drive. Grub refers to hard drives in terms of numbers, starting with 0. So in your face /dev/hdf1 would be hd5,0.Code:grub> root (hd5,0)
- 09-01-2003 #4Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
hmm alright.... but why is it 5,0? i thought it would be 1,0...
- 09-01-2003 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
The format is (hdx,y), where X is the number that the BIOS has assigned to the drive and y is the partition number. Both of these are zero-based.
The BIOS drive numbers often correspond to Linux's drive 'letters', ie. hda is hd0, hdb is hd1, and so on until hdf which is hd5.
- 09-01-2003 #6Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
in that case, how come grub wrote it to hd1? wich in that case would be my burner :\
- 09-01-2003 #7Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
that sentence sounded elementery school style :\ lol and it wrote without any errors too....
- 09-01-2003 #8Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Actually, I think that the BIOS might skip the CD-ROMs in the drive numbering. What drives do you have installed on each bus?
- 09-01-2003 #9Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
i got cdrom on hda burner on hdb nothing on the secondary channel then i got a drive controller with 40 gig on hde and 80gig (linux) on hdf
- 09-02-2003 #10Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Then it probably is hd1, like you said. However, in your first post, you ran "root (hd0,0) /dev/hdf1". Try "root (hd1,0)" instead.


Reply With Quote
