Bug 20676

Summary: Non working lilo conf
Product: [Retired] Red Hat Linux Reporter: Need Real Name <andresgarci>
Component: liloAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-11-11 15:56:49 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 Need Real Name 2000-11-11 15:56:47 UTC
I have a Windows 98 partition in hdc1, after making a clean RedHat
7 install in hda1, lilo would not boot into windows.

In lilo.conf there was

other=/dev/hdc1
	label=win

I had to change it to:


other=/dev/hdc1
     label=win
     table=/dev/hdc
     map-drive=0x80
     to=0x81
     map-drive=0x81
     to=0x80

And now it boots

Comment 1 Jeremy Katz 2002-06-04 05:24:15 UTC
There's no way to deterministically tell the drive mapping with an x86 machine.
 Future releases will allow you to change the drive ordering during the install.