Bug 23643 - installer incorrectly configures lilo
Summary: installer incorrectly configures lilo
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: installer
Version: 7.0
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Brock Organ
URL:
Whiteboard:
: 55509 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-01-09 02:54 UTC by Need Real Name
Modified: 2007-03-27 03:39 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-09-17 20:51:37 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2001-01-09 02:54:47 UTC
Two hard drive i386: Linux on /dev/hda, Win98 on /dev/hdb
The way The redhat installer sets up lilo my system will not boot win98 on th second disk. The following modifications to /etc/lilo.conf will 
correct this:

# win 98 stanza
other=/dev/hdb1
     map-drive = 0x80  #  These four lines are that do everything.
       to = 0x81           #
     map-drive = 0x81  #
       to = 0x80           #
        label=win

Comment 1 Michael Fulbright 2001-01-09 21:24:28 UTC
Assigning to a developer.

Comment 2 Erik Troan 2001-01-12 17:52:24 UTC
Fixing this is quite tricky, as our internal lilo representation doesn't allow
duplicate entries within a single stanza.

Comment 3 Michael Fulbright 2001-09-17 19:12:26 UTC
Please consider this Jeremy.

Comment 4 Jeremy Katz 2002-01-22 01:26:56 UTC
*** Bug 55509 has been marked as a duplicate of this bug. ***

Comment 5 Michael Fulbright 2002-09-17 20:52:01 UTC
GRUB is the recommended bootloader to use now.


Note You need to log in before you can comment on or make changes to this bug.