bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug-grub: Promise Ultra33 issues


From: pa
Subject: Re: Bug-grub: Promise Ultra33 issues
Date: Wed, 31 Oct 2001 14:01:48 -0800

Jeremy Katz wrote:
> 
> On Tuesday, October 30 2001, pa said:
> > System currently;
> > PII in an Asus
> > Promise Ultra33
> > Disk 1 at hda
> > CD at hdc
> > Disk 2 at hde
> > Disk 3 at hdg
> > The last 2 drives hanging off of the Promise Ultra33.
> >
> > No go with Grub at that point, instead of the Grub menu at boot time
> > just a blinking underscore. If I enter the proper commands with a Grub
> > boot floppy, I can boot any of the systems.
> 
> What does your /boot/grub/device.map look like?

It now looks like this;

(fd0)     /dev/fd0
(hd0)     /dev/hda
(hd1)     /dev/hde

After I changed hd1 to point to /dev/hde, I was able to run setup from
within grub with out any complaints or errors. Before I ran the setup
command I used this command; "root (hd0,1).

And still just the blinking underscore instead of grub loading at boot
time.

menu.lst looks like this;

default=1
timeout=30
color=white/blue blue/green
title linux (2.4.7-10)
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.7-10 ro root=/dev/hda2 hdc=ide-scsi
        initrd /boot/initrd-2.4.7-10.img

title 7.2 (2.4.7-10)
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.7-10 ro root=/dev/hde5 hdc=ide-scsi
        initrd /boot/initrd-2.4.7-10.img

Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]