Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SCSI, and GRUB, and BIOS - oh my!
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
dmarien
n00b
n00b


Joined: 15 Jul 2002
Posts: 22
Location: Kitchener Ontario

PostPosted: Mon Jul 15, 2002 2:16 pm    Post subject: SCSI, and GRUB, and BIOS - oh my! Reply with quote

My AWARD bios is pretty shitty, but I'm not prepared to upgrade it.

My problem is this:

I have 1 SCSI drive and 1 IDE drive. To install gentoo, I had to make the CD-ROM the first boot device, and then "A:\ C:\" or "C:\ A:\" as my 2nd and 3rd boot devices. I chose "C:\ A:\", so my boot order is:

Code:
CD-ROM, C, A


My SCSI drive contains my boot my root and my swap gentoo partitions (sda1, sda2, sda3 respectively).

When I got down to the installation of GRUB, I tried to specify (HD0, 0) (thinking that was first partition [boot] on SCSI) as my root...

Code:

grub> root (hd0,0)
grub> setup (hd0)
grub> quit


that gave me unknown partition type errors....

so I tried

Code:

grub> root (hd1,0)
grub> setup (hd1)
grub> quit


and it said that the partiition type was ext2.... i thought that was odd, since it's actually ext3 journalling... but at any rate, the SCSI is the only drive that has ext? file systems so I knew it was finding the right drive.... and it makes sense since my first boot device was C, therefore SCSI is the
2nd hard drive, hence hd1.

I then entered into the /boot/grub/menu.lst file and followed it accordingly.

However, what is the point?

When I go into my bios and switch the SCSI drive as being the first boot device, it's no longer hd1 in GRUB's view, it's now HD0...

What should I do?
_________________
dmarien
Back to top
View user's profile Send private message
meyerm
Veteran
Veteran


Joined: 27 Jun 2002
Posts: 1311
Location: Munich / Germany

PostPosted: Mon Jul 15, 2002 2:27 pm    Post subject: Reply with quote

I'm not quite sure what your question is. Does it not boot?

Sorry for my question, perhaps my english is just to bad. :)
Back to top
View user's profile Send private message
dmarien
n00b
n00b


Joined: 15 Jul 2002
Posts: 22
Location: Kitchener Ontario

PostPosted: Mon Jul 15, 2002 2:37 pm    Post subject: Reply with quote

Well, I can't enter root(hd0,0) since when I'm botting from CDROM, the BOOT ORDER is cdrom a c or cdrom c a.

so, I have to enter root(hd1,0). but when I switch the bios boot order back to scsi, a c the HDD order changed, and when it boots, it fills the screen with the word GRUB, and just keeps printing GRUB accross the screen.
_________________
dmarien
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Jul 15, 2002 2:51 pm    Post subject: Reply with quote

Grub only recognizes hard drives, so it does not care about your CDROM. Which IDE channel
is the IDE drive on? It may be seeing the IDE drive first.

If the SCSI drive has never appeared to work with Grub, you may need to add SCSI support
into the kernel.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
dmarien
n00b
n00b


Joined: 15 Jul 2002
Posts: 22
Location: Kitchener Ontario

PostPosted: Mon Jul 15, 2002 2:54 pm    Post subject: Reply with quote

The SCSI drive does work. All the low level, etc.. kernel drivers are compiled in the kernel...

I think what I might try is yanking out the IDE drive for a wee bit until I can figure this shit out.

if I wanted to use lilo instead of grub, how would I do this?
_________________
dmarien
Back to top
View user's profile Send private message
Guest






PostPosted: Mon Jul 15, 2002 9:48 pm    Post subject: Reply with quote

Edit your menu.lst to root (hd0,1) and kernel as (hd0,1). What Im trying to say is that that you could put " root is a silly buger" in your menu list as it is not seen by grub till you reboot. So edit menu to reflect your state when you boot for real.

hielvc
Back to top
dmarien
n00b
n00b


Joined: 15 Jul 2002
Posts: 22
Location: Kitchener Ontario

PostPosted: Tue Jul 16, 2002 1:08 pm    Post subject: thansk all Reply with quote

Everything works now. Grub is actually pretty great.

Does anyone know where I can get some 'n00b' help with the emerge command...?
_________________
dmarien
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