• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help on LINUX(RH 6.2) installation on 20GB HDD

thaneboy

Member
After looking at LINUX HOWTO & from some advice from ANANDTECH guys , i came to know that there is some linux problem on something above 8GB hdd. The HOWTO 's solution is confusing as(FROM HOWTO)
-->
"This problem is very easily solved: make sure that the kernel (and perhaps other files used during bootup, such as LILO map files) are located on a partition that is entirely contained in the first 1024 cylinders of a disk that the BIOS can access - probably this means the first or second disk. "

...

Could anyone point me exactly what it means & or simply tell me the HDD partition i can keep.

Current STATUS--->
7Gb FAT32 ACTIVE
9.77Gb FAT32 ..
something around 2.xxGB remains free for LINUX.
Please tell me the linux partitions to make.


 
you need either a "/boot" partition at the begining of the harddisk or you need to have a boot image on a floppy and start up linux with the floppy, go online then download the new lilo which has this problem solved. Find lilo at http://www.freshmeat.net and searching "lilo".

For you right now concidering you are a newbie i suggest you just have a "/boot" at the beginnning of your drive.
 
actually, all you need to do (isn't as easy as it sounds to a newbie) is to update your lilo to the newest lilo and use the lba32 option in lilo.conf.
OR you can continue using whatever lilo you're already using, and create a small boot partition at the begining of the disk and store your boot files on there (if it's at the beginning of the disk, it'll be <1024 cylinders, that is if it's not a huge partition)...
 
Back
Top