bug-grub
[Top][All Lists]
Advanced

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

Re: Don`t understand error message


From: Robert Millan
Subject: Re: Don`t understand error message
Date: Wed, 1 Oct 2003 22:43:32 +0000
User-agent: Mutt/1.5.4i

On Wed, Oct 01, 2003 at 10:18:55PM +0200, Michael Gehm wrote:
> 
> bash-2.05a# ./grub-install --debug /dev/hd0

Uhm.. why hd0? This is GNU Mach device nomenclature. :)

> +++ grep -v '^#' /boot/grub/device.map
> +++ grep '/dev/ide/host0/bus0/target0/lun0/disc *$'

We clearly have a pipe here. These greps are looking for a non-commented line
containing your device name.

> +++ sed 's%.*\(([hf]d[0-9][a-g0-9,]*)\).*%\1%'

Urgh. I should learn sed someday ;)

> ++ echo '/dev/ide/host0/bus0/target0/lun0/disc does not have any 
> corresponding 
> B       IOS drive.'
> /dev/ide/host0/bus0/target0/lun0/disc does not have any corresponding BIOS 
> drive       .
> ++ exit 1

It seems that because you have an unusual device name, some part of GRUB is
unable to recognise it.

Please paste the contents of your /boot/grub/device.map.

-- 
Robert Millan

"[..] but the delight and pride of Aule is in the deed of making, and in the
thing made, and neither in possession nor in his own mastery; wherefore he
gives and hoards not, and is free from care, passing ever on to some new work."

 -- J.R.R.T, Ainulindale (Silmarillion)




reply via email to

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