Bug 55509

Summary: Generated grub.conf entry is incorrect for windows 95 installed on /dev/hdb1
Product: [Retired] Red Hat Linux Reporter: John <jsk29>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-11-02 20:20:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John 2001-11-01 15:07:12 UTC
Description of Problem:

If windows 95 is located on /dev/hdb1 when Redhat 7.2 is installed, the   
entry in /boot/grub/grub.conf to boot that os is incorrect.  Win95 does not
boot when the dos entry in grub is chosen at boot.


Version-Release number of selected component (if applicable):


How Reproducible:

Always.

Steps to Reproduce:

1. Install Win95 on /dev/hdb1
2. Install Redhat 7.2 on /dev/hda (or wherever, I guess.)
3. Reboot, and select the "dos" entry in the grub menu.  Windows won't boot.

Actual Results:


Expected Results:


Additional Information:

As much as I hate to fix things to make Windows work, :) here's the way I
updated my grub.conf.  The dos entry is now:

title DOS
        map (hd0) (hd1)
        map (hd1) (hd0)
        rootnoverify (hd1,0)
        makeactive
        chainloader +1
        boot

I think this is the correct fix.

Comment 1 Jeremy Katz 2001-11-02 20:20:51 UTC
Yes, anaconda doesn't currently handle the writing out of any additional drive
mapping information at present.  It is being considered for the next release as
a part of a rework of all of the bootloader configuration present in anaconda

Comment 2 Jeremy Katz 2002-01-22 01:27:01 UTC
grub instead of lilo, but same bug

*** This bug has been marked as a duplicate of 23643 ***