bug-grub
[Top][All Lists]
Advanced

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

address@hidden: Bug#104508: more info]


From: Jason Thomas
Subject: address@hidden: Bug#104508: more info]
Date: Sun, 15 Jul 2001 17:24:20 +1000
User-agent: Mutt/1.3.18i

output from grub-install --debug.

the reasion for /dev/sda showing up is because he is still using the
old device format in his fstab. and using the devfsd for backwards
compatibility.

but as for grub not being able to find the device in the bios:
/dev/sda does not have any corresponding BIOS drive
I have know idea.


----- Forwarded message from Branden Robinson <address@hidden> -----

> Return-Path: <address@hidden>
> Received: by mailhost.topic.com.au (Postfix, from userid 1)
>       id CD9C3FF018; Sun, 15 Jul 2001 17:18:31 +1000 (EST)
> Received: from master.debian.org (master.debian.org [216.234.231.130])
>       by mailhost.topic.com.au (Postfix) with ESMTP id 53BEBC6094
>       for <address@hidden>; Sun, 15 Jul 2001 17:18:25 +1000 (EST)
> Received: from gecko by master.debian.org with local (Exim 3.12 1 (Debian))
>       id 15LgAV-0003hR-00; Sun, 15 Jul 2001 02:18:19 -0500
> Subject: Bug#104508: more info
> Reply-To: Branden Robinson <address@hidden>,
>       address@hidden
> Resent-From: Branden Robinson <address@hidden>
> Resent-To: address@hidden
> Resent-Cc: Jason Thomas <address@hidden>
> Resent-Date: Sun, 15 Jul 2001 07:18:17 GMT
> Resent-Message-ID: <address@hidden>
> Resent-Sender: address@hidden
> X-Debian-PR-Message: report 104508
> X-Debian-PR-Package: grub
> X-Debian-PR-Keywords: sid
> X-Loop: address@hidden
> Received: via spool by address@hidden id=B104508.99518124414074
>           (code B ref 104508); Sun, 15 Jul 2001 07:18:17 GMT
> Date: Sun, 15 Jul 2001 02:13:55 -0500
> From: Branden Robinson <address@hidden>
> To: address@hidden
> Message-ID: <address@hidden>
> Mime-Version: 1.0
> Content-Type: multipart/signed; micalg=pgp-sha1;
>       protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C"
> Content-Disposition: inline
> User-Agent: Mutt/1.3.18i
> Delivered-To: address@hidden
> X-Virus-Scanned: by AMaViS perl-10
> 
> Per your request:
> 
> grub-install --debug /dev/scsi/host0/bus0/target1/lun0/disc
> + bootdir=/boot
> + grubdir=/boot/grub
> + device_map=/boot/grub/device.map
> + test -f //sbin/grub
> + :
> + test -f //usr/lib/grub/i386-pc/stage1
> + :
> + test -f //usr/lib/grub/i386-pc/stage2
> + :
> + test -d /boot
> + test -d /boot/grub
> + test no = yes
> + test -f /boot/grub/device.map
> + :
> ++ convert /dev/scsi/host0/bus0/target1/lun0/disc
> ++ test -e /dev/scsi/host0/bus0/target1/lun0/disc
> ++ :
> +++ echo /dev/scsi/host0/bus0/target1/lun0/disc
> +++ sed -e 's%\([sh]d[a-z]\)[0-9]*$%\1%' -e 's%\(fd[0-9]*\)$%\1%' -e 
> 's%/part[0-9]*$%/disc%'
> ++ tmp_disk=/dev/scsi/host0/bus0/target1/lun0/disc
> +++ echo /dev/scsi/host0/bus0/target1/lun0/disc
> +++ sed -e 's%.*/[sh]d[a-z]\([0-9]*\)$%\1%' -e 's%.*/fd[0-9]*$%%' -e 
> 's%.*/floppy/[0-9]*$%%' -e 's%.*/\(disc\|part\([0-9]*\)\)$%\2%'
> ++ tmp_part=
> +++ grep -v '^#' /boot/grub/device.map
> +++ grep '/dev/scsi/host0/bus0/target1/lun0/disc *$'
> +++ sed 's%.*\(([hf]d[0-9][a-g0-9,]*)\).*%\1%'
> ++ tmp_drive=(hd3)
> ++ test 'x(hd3)' = x
> ++ test x '!=' x
> ++ echo '(hd3)'
> + install_drive=(hd3)
> + test 'x(hd3)' = x
> ++ df /
> ++ grep /dev/
> ++ sed 's%.*\(/dev/[^   ]*\).*%\1%'
> + root_device=/dev/sda1
> ++ df /boot
> ++ grep /dev/
> ++ sed 's%.*\(/dev/[^   ]*\).*%\1%'
> + bootdir_device=/dev/sda1
> + test x/dev/sda1 '!=' x/dev/sda1
> ++ convert /dev/sda1
> ++ test -e /dev/sda1
> ++ :
> +++ echo /dev/sda1
> +++ sed -e 's%\([sh]d[a-z]\)[0-9]*$%\1%' -e 's%\(fd[0-9]*\)$%\1%' -e 
> 's%/part[0-9]*$%/disc%'
> ++ tmp_disk=/dev/sda
> +++ echo /dev/sda1
> +++ sed -e 's%.*/[sh]d[a-z]\([0-9]*\)$%\1%' -e 's%.*/fd[0-9]*$%%' -e 
> 's%.*/floppy/[0-9]*$%%' -e 's%.*/\(disc\|part\([0-9]*\)\)$%\2%'
> ++ tmp_part=1
> +++ grep -v '^#' /boot/grub/device.map
> +++ sed 's%.*\(([hf]d[0-9][a-g0-9,]*)\).*%\1%'
> +++ grep '/dev/sda *$'
> ++ tmp_drive=
> ++ test x = x
> ++ echo '/dev/sda1 does not have any corresponding BIOS drive.'
> /dev/sda1 does not have any corresponding BIOS drive.
> ++ exit 1
> + root_drive=
> + test x = x
> + exit 1
> 
> -- 
> G. Branden Robinson                |   The greatest productive force is human
> Debian GNU/Linux                   |   selfishness.
> address@hidden                 |   -- Robert Heinlein
> http://people.debian.org/~branden/ |



----- End forwarded message -----

-- 
Jason Thomas                           Phone:  +61 2 6257 7111
System Administrator  -  UID 0         Fax:    +61 2 6257 7311
tSA Consulting Group Pty. Ltd.         Mobile: 0418 29 66 81
1 Hall Street Lyneham ACT 2602         http://www.topic.com.au/

Attachment: pgpUPEXktg3Hf.pgp
Description: PGP signature


reply via email to

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