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

Bug#269351: marked as done (os-prober: Should add GRUB map command for Windows 98 on /dev/hdb)



Your message dated Fri, 20 May 2005 13:22:06 +0100
with message-id <20050520122206.GA6505@riva.ucam.org>
and subject line [cjwatson@debian.org: Fixed in NMU of grub-installer 1.08]
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Sep 2004 02:52:36 +0000
>From minghua@rice.edu Tue Aug 31 19:52:36 2004
Return-path: <minghua@rice.edu>
Received: from handler2.mail.rice.edu [128.42.58.202] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C2LEi-0007Rr-00; Tue, 31 Aug 2004 19:52:36 -0700
Received: from localhost (localhost [127.0.0.1])
	by handler2.mail.rice.edu (Postfix) with SMTP
	id E00D31DB38; Tue, 31 Aug 2004 21:52:34 -0500 (CDT)
Received: from localhost (localhost [127.0.0.1])
	by handler2.mail.rice.edu (Postfix) with ESMTP
	id B49D71DB22; Tue, 31 Aug 2004 21:52:34 -0500 (CDT)
Received: from handler2.mail.rice.edu ([127.0.0.1])
 by localhost (handler2.mail.rice.edu [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 00248-04; Tue, 31 Aug 2004 21:52:33 -0500 (CDT)
Received: from hexagon.mems.rice.edu (hexagon.mems.rice.edu [128.42.57.178])
	by handler2.mail.rice.edu (Postfix) with ESMTP
	id 3883C1DB21; Tue, 31 Aug 2004 21:52:33 -0500 (CDT)
Received: from minghua by hexagon.mems.rice.edu with local (Exim 3.35 #1 (Debian))
	id 1C2LKe-0007Op-00; Tue, 31 Aug 2004 21:58:44 -0500
Date: Tue, 31 Aug 2004 21:58:43 -0500
To: submit@bugs.debian.org
Cc: minghua@rice.edu
Subject: os-prober: Should add GRUB map command for Windows 98 on /dev/hdb
Message-ID: <20040901025843.GA28436@hexagon.mems.rice.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
From: Ming Hua <minghua@rice.edu>
X-Virus-Scanned: by amavis-20030616-p6 at mail.rice.edu
X-DCC--Metrics: handler2.mail.rice.edu 1067; Body=1 Fuz1=1 Fuz2=1
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: os-prober
Severity: normal

Hi,

I used the new Debian installer (around beta4 version) to install Linux
on a computer with a second IDE hard drive with Windows 98 on it.
Debian installer correctly detected the OS on /dev/hdb1, and added an
entry in /boot/grub/menu.lst.  However, I can't boot Windows 98 from
grub menu.

Today I finally have time to hunt down this problem:  It appears that
DOS/Windows can only boot from the first disk, and the bootloader had to
do some bios magic to satisfy Windows (lilo need a similar command to do
the samething).  In my case (two IDE hard drives), two lines using
``map'' command added to /boot/grub/menu.lst before the ``root'' line in
Windows 98 stanza solve the problem, the stanza now looks like:
    title       Windows 98
    map         (hd0) (hd1)
    map         (hd1) (hd0)
    root        (hd1,0)
    savedefault
    chainloader +1
Please see grub manual 4.2.6 for details.

I am not sure if this is fixed in RC1, but looking at the BTS I doubt
it.  Sorry I don't have time to test again with RC1.  Also, this perhaps
should be labeled as severity wishlist, but now this makes an entry in
grub menu unusable.  It would be better to not detect Windows 98 on
/dev/hdb at all, than to detect it but generate a broken entry in boot
menu.

Ming
2004.08.31

--------------------------------------------------------------------------
Physics is much too hard for physicists.                 --- David Hilbert
--------------------------------------------------------------------------

---------------------------------------
Received: (at 269351-done) by bugs.debian.org; 20 May 2005 12:22:11 +0000
>From cjwatson@flatline.org.uk Fri May 20 05:22:11 2005
Return-path: <cjwatson@flatline.org.uk>
Received: from chiark.greenend.org.uk [193.201.200.170] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DZ6W2-0006A6-00; Fri, 20 May 2005 05:22:10 -0700
Received: from [192.168.124.112] (helo=riva.lab.dotat.at)
	by chiark.greenend.org.uk (Debian Exim 3.35 #1) with esmtp
	(return-path cjwatson@flatline.org.uk)
	id 1DZ6Vz-0000yv-00
	for 269351-done@bugs.debian.org; Fri, 20 May 2005 13:22:07 +0100
Received: from cjwatson by riva.lab.dotat.at with local (Exim 3.36 #1 (Debian))
	for 269351-done@bugs.debian.org
	id 1DZ6Vy-0002vM-00; Fri, 20 May 2005 13:22:06 +0100
Date: Fri, 20 May 2005 13:22:06 +0100
From: Colin Watson <cjwatson@debian.org>
To: 269351-done@bugs.debian.org
Subject: [cjwatson@debian.org: Fixed in NMU of grub-installer 1.08]
Message-ID: <20050520122206.GA6505@riva.ucam.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.5.9i
Delivered-To: 269351-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,VALID_BTS_CONTROL 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Not an NMU.

-- 
Colin Watson                                       [cjwatson@debian.org]

----- Forwarded message from Colin Watson <cjwatson@debian.org> -----

From: Colin Watson <cjwatson@debian.org>
To: control@bugs.debian.org
Cc: Colin Watson <cjwatson@debian.org>,
	Debian Install System Team <debian-boot@lists.debian.org>
X-Katie: $Revision: 1.55 $
Subject: Fixed in NMU of grub-installer 1.08
Date: Fri, 20 May 2005 07:47:33 -0400
Delivered-To: cjwatson@master.debian.org
X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on riva.lab.dotat.at
X-Spam-Status: No, score=-1.9 required=4.5 tests=AWL,BAYES_00 autolearn=no 
	version=3.0.2

tag 269351 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload.  The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 20 May 2005 11:31:43 +0000
Source: grub-installer
Binary: grub-installer
Architecture: source i386
Version: 1.08
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Description: 
 grub-installer - Install GRUB on a hard disk (udeb)
Closes: 269351
Changes: 
 grub-installer (1.08) unstable; urgency=low
 .
   * Joey Hess
     - Since lvdisplay may exit 0 even if run with a non-lvm device (such as
       /dev/discs/disc0/part0, which it knows isn't a lvm device name and
       aborts with an error message, but no failure code due to bug #250906),
       try to make the isinstallable check for /boot on lvm more robust by
       grepping the lvdisplay output for strings that indicate it really found
       a lvm volume.
     - Note that above fix is only needed for lvm1, not the lvm2 used by
       default in d-i.
   * Matt Kraai
     - Fix the spelling of "file system".
   * Colin Watson
     - DOS/Windows can't deal with booting from a non-first hard drive, so,
       if we're asked to install to hd* other than hd0, include suitable
       'map' commands when chain-loading DOS or Windows (closes: #269351).
   * Updated translations:
     - Bulgarian (bg.po) by Ognyan Kulev
     - Bosnian (bs.po) by Safir Å eÄ?eroviÄ?
     - Welsh (cy.po) by Dafydd Harries
     - Greek (el.po) by Kostas Papadimas
     - Spanish (es.po) by Enrique Matias Sanchez
     - Basque (eu.po) by Piarres Beobide
     - Gallegan (gl.po) by Jacobo Tarrio
     - Hebrew (he.po) by Lior Kaplan
     - Lithuanian (lt.po) by KÄ?stutis BiliÅ«nas
     - Dutch (nl.po) by Bart Cornelis
     - Polish (pl.po) by Dominik Zablotny
     - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
     - Portuguese (pt.po) by Miguel Figueiredo
     - Romanian (ro.po) by Ovidiu Damian
     - Russian (ru.po) by Yuri Kozlov
     - Ukrainian (uk.po) by Eugeniy Meshcheryakov
     - Traditional Chinese (zh_TW.po) by Tetralet
Files: 
 8d1447637f1ddf903396b685a8c2c318 714 debian-installer standard grub-installer_1.08.dsc
 58b10d154e16498af127cd18eb569a53 71514 debian-installer standard grub-installer_1.08.tar.gz
 20fd8566cf81eb66d8fd382271ba8956 54514 debian-installer standard grub-installer_1.08_i386.udeb
package-type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Colin Watson <cjwatson@debian.org> -- Debian developer

iD8DBQFCjctX9t0zAhD6TNERAuLVAJ9/i5iCEL6cOGdSzJGxW1uvYmqFTACeNKJh
UhCNzLdvpH5T+2Chs/ALFsI=
=V6Hj
-----END PGP SIGNATURE-----



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



Reply to: