>> I recently bought a 10.1 Go DD as a second disk.
>> In order to be seen as a 10.1 Go disk by the motherboard (Intel 440
>LX),
>Neither Linux nor any Windoze 95,98,NT use the BIOS HD parametrs. They
>just need to be informed, if any HD is installed or not. I had the same
>Problem with my Gigabyte Mainboard. After HD-Autodetection my BIOS shows
>my 4GB disk as 80MB. I told the BIOS the disk should be used in "logical
>block mode", stored those values and that's it. My disk is partitioned
>to two 2GB partiitions, one for W95, one for Linux. Both is running
>perfectly. No problems at all. Beleive me. Linux and the newer Windows
>(95+) have their own "BIOS".
>Good luck, Yannick
Yannick's approach will work. The Ontrack Disk Manager (or whatever
they call it these days) will also work. Just install Ontrack first,
according to its instructions, and write down the CHS numbers it
gives you. Then boot the Linux Rescue Disk of your choice,
either Debian 2.1 Rescue or the install diskette that came with your
distribution, and at its boot prompt give it the parameters for
CHS that came from Ontrack. (It will work anyway but if you're not
sure you can force the issue by giving disk parameters.)
The boot command will be something like
linux append="hda=12345,255,63"
where 12345 is your cylinder count.
Use cfdisk or fdisk to make a partition table. Be sure to include a
data partition (most likely C: for Microsoft or Linux root) that ends
before cylinder 1023 where you can put your Linux boot files.
Install the Microsoft product. It will find the FAT-32 partition you
made with cfdisk. Install Linux.. Don't let your distribution's
(Red Hat's, Debian's,...) install program run lilo; leave that till
later. Use a boot floppy for Linux until your are confident your
Microsoft setup and Linux both work right.
Cameron