Bug 15586 - /dev/sda should be an lilo option when ide is installed
Summary: /dev/sda should be an lilo option when ide is installed
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-08-06 22:04 UTC by David Lawrence
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-08-06 22:04:54 UTC
Embargoed:


Attachments (Terms of Use)

Description David Lawrence 2000-08-06 22:04:53 UTC
If you have a system that has and ide device and scsi device installed and
you have the bios set to boot to the scsi device first before the ide
device, it will fail. This due to the fact that the installer only gives
two options in the lilo configuration screen.

/dev/hda	(Master boot record of ide device)
or
/dev/sda1 (first sector of scsi partition 1)

You would need a boot disk in order to boot using the second choice since
it will never look in the master boot record of the scsi device.

The choices may need to be
/dev/hda
/dev/sda
/dev/hda1
/dev/sda1
which would give a little more control over how the system boots. The
previous configuration does although work if you choose /dev/hda and set
your BIOS to boot to ide first instead of scsi.

Comment 1 Erik Troan 2000-08-07 01:38:17 UTC
We have no way of knowing what the system BIOS supports, or how it's set up.
Getting this
right is more then changing a screen.

Comment 2 David Lawrence 2000-08-07 02:07:49 UTC
I accept that. But maybe giving the choice with proper explanation would be nice
for a future version of the installer.


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