bug-grub
[Top][All Lists]
Advanced

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

Re: [Bug-grub] Problems with grub 0.90 and Promise FastTrak 100 TX2


From: Jason Thomas
Subject: Re: [Bug-grub] Problems with grub 0.90 and Promise FastTrak 100 TX2
Date: Thu, 29 Nov 2001 23:41:27 +1100
User-agent: Mutt/1.3.23i

On Thu, Nov 29, 2001 at 09:59:51AM +0100, Bernhard Bock wrote:
> Hi *!
> 
> I have a problem with booting over my new IDE Controller.
> 
> Short description: Grub says "GRUB " at boot time and dies. I have found
> nothing appropriate in the list archives or in google :-( I hope someone here
> can help me.
> 
> Long description:
> My configuration is:
> 2 40GB drives as master at the primary and secondary interface of the
> Promise card (/dev/hde and /dev/hdg in linux), an old 1.7GB disc at /dev/hda
> (onboard interface).
> When I activate the old drive in the bios, it boots just fine (that is just
> for debugging; I don't want that). But when I disable it in the bios, the
> system tries to boot from the 1st 40GB drive and fails.
> 
> The 2 40GB drives are configured as follows:
> /dev/hde1 and /dev/hdg1 are 16MB, RAID1 (raidtools, /dev/md0) mounted on
> /boot
> /dev/hde2 and /dev/hdg2 are 2x128MB swap space
> /dev/hde3 and /dev/hdg3 (the rest) is a RAID1 (raidtools, dev/md1) and LVM,
> root fs.
> 
> The docs say that grub dies with some explicit error messages if it is not
> installed properly. I get no messages :-(
> 
> My installation steps were:
> 
> boot form hda
> => hda is (hd0), hde is (hd1), hdg is (hd2)
> invoke grub
> root (hd1,0)
> install /grub/stage1 (hd1) /grub/stage2
> 
> reboot, remove hda form bios

this can't work, your telling grub the stage1 and stage2 are on hd1,0
and then removing hda which makes the drive that was hd1 into hd0, so
now grubs looking for them in the wrong place.

you need to create a grub boot disk, "cat stage1 stage2 > /dev/fd0"

then boot from this and do this or something similiar:
root (hd0,0)
setup(hd0)

do this with hda removed.

the only concern now is todo with your raid setup, and I know nothing
about booting raid with grub.

Attachment: pgpqZZDrqwAIy.pgp
Description: PGP signature


reply via email to

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