Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

1024 cylinder problem

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I've read in Red Hat 7.2 installation guide that the boot partition should be in the first 1024 cylinders of the HD, since i only got one HD and the first cylinders are already used by the windows partition (which i really really doesn't want to delete and start all over again), what i can do about it?
i've read that newer BIOS's don't have this limitation, how can i know if mine is compatiable? i've got a P4 processor on an Intel D850GB motherboard (a new system, bought it 4 months ago).
 
I can't speak about the BIOS issue, so I won't.
As for the boot partition, it is my understanding as well that it has to be within the 1024 cylinder boundary. However, the boot partition doesn't have to be that big (only a couple mb should get you by). All of Windows doesn't have to be within 1024 either, just C drive. Cut C down just enough to fit the OS and a little free space. Make the rest D. Then use Partition Magic or something like it to shift your Windows stuff over enough to make room for the boot partition to fit within the 1024th cylinder as well. The rest of Linux can go somewhere after 1024. This should work for you.
Hope this helps!
630111
 
omry,

This is what I did and it worked:

Installed windows 2000 pro on C 10G

Formated NTFS partition D

Formatted Fat16 E (For windows to linux xfers)

Installed RedHat 7.2 normally EXCEPT!:

MADE A BOOT DISK!!!

TOLD THE INSTALL TO INSTALL LILO ON THE BOOT PARTITION! in my case hda6. (sorry to shout but that was important).

Then after install, boot to linux from the floppy and in lilo.conf change:

boot=/dev/hda6

to

boot=/dev/hda (at top of config)

add a default entry for DOS.

then restart lilo

and reboot, should see linux screen and all is ok.
 
Hi,



As you can see from this --> lilo is capable of booting partitions that start above the 1024 cyl limit as long as the motherboard bios supports the extended interrupt 13h call. I would be almost certain that your hardware would be OK on this if its only 4 months old. Redhat 7.2 now defaults to grub as bootloader instead of lilo but I think that has similar capabilites.

Have a read of the lba32 notes here -->
Regards
 
Installed Linux at the last parition of my HD (way after cyl 1024) and it works fine. thanks for replying.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top