bug-grub
[Top][All Lists]
Advanced

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

Re: It's not a bug, I'm pretty sure...


From: Ulrich Hochholdinger
Subject: Re: It's not a bug, I'm pretty sure...
Date: Fri, 20 Dec 2002 15:51:50 +0100
User-agent: Mutt/1.4i

Hi, 
On Wed, Dec 18, 2002 at 11:36:21AM -0500, Maxime Asselin wrote:
> I have a devel machine booting on /dev/hda and I have a flash reader/writter
> on /dev/hdc.
> I normally boot /dev/hda to prepare flash disks on /dev/hdc (using grub).
> 
> DEVEL (machine used to prepare disks)
>     (hd0) /dev/hda = redhat 6.2
>     (hd1) /dev/hdc = flash disk
> 
> RUNTIME (machine using flash disk)
>     (hd0) /dev/hda = flash disk
> 
> I format hdc, install files, then I try to install grub this way:
> 
> grub> root (hd1,0)
> grub> setup (hd1)

Just use the device command to map the hdc drive to (hd0)
grub> device (hd0) /dev/hdc
grub> root (hd0,0)
grub> setup (hd0)
This works for me to install grub on Microdrives which are inserted via
PCMCIA-Slot as hdc and then used in robots as hda-drive with an
CF-TDE-Adapter.

Gruss
        Ulli

-- 
\ Ulli Hochholdinger                               E-Mail: address@hidden \
/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /
\ Sometimes I think the surest sign that intelligent life exists elsewhere \
/ in the universe is that none of it has tried to contact us. (Calvin)     /



reply via email to

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