> I have another problem that's similar in nature, it's a 10.1 GB HD with
>EZ-Bios installed on it I have Windows 98 on
>the first partition, with about 1.75 to 2 GB remaining,and I have been
>wondering how to install Red Hat linux 6.0 without Repatitioning &
>Reformating the whole HD?
First, run MS-Windows' FDISK and find out what Windows thinks the
disk "geometry" parameters are. That is, the numbers of
Cylinders, Heads, and Sectors per track.
Then look in your motherboard BIOS menus. With luck, it has the same CHS
numbers.
Get a Linux floppy such as Debian Rescue Disk, Red Hat Install Disk,
SuSE Install Disk, etc. Boot the EZ-Bios and use it to launch the
rescue disk up to the loader prompt, which comes up right away, and type
linux hda=12345,63,255
where the three numbers are the CHS numbers.
This will start Linux up with disk numbers that agree with the others.
The Install Disk will want to run an installation. Ignore it.
Type Alt-F2 to get the second console, and get a shell prompt.
Type
cfdisk
to get the Linux cool fdisk. If it isn't there, use the regular Linux fdisk.
Add the partitions you want. Do not try to change the MS-Windows partition
size or location with fdisk. (Use Partition Magic or FIPS for that.)
Write the partition table and reboot. Because you booted Linux Rescue
via EZ-Bios, the EZ-Bios, MS-Windows, and Linux will all agree on where
everything is.
Now run the Debian or Red Hat installation, and it will find the new
partitions and use them. Do not let the installation program install LILO.
Make a boot floppy and leave LILO until later.
If the boot floppy doesn't work, boot the rescue floppy and say
linux hda=12345,63,255 root=/dev/hda3
or whereever your root partition is.
When you get around to installing LILO, put a line in the lilo.conf file
append="hda=12345,63,255"
to inform the bootimage of the geometry.
EZ-BIOS is a pain in the ass, next time don't use it.
Cameron