Hi all,
While installing the RH 7.1, I received the following error message. -------------------------------------------------------------------------- An error occur while installing the bootloader. We HIGHLY recommend you make a recover boot floppy when prompted, otherwise you may not be able to reboot into RHL.
The error report was: warning : device 0x0309 exceeds 1024 cylinder limit Fatal sector39745412 too large for linear mode ( try 'lba32' instead) -------------------------------------------------------------------------- What does it mean? How can I get rid of this?
I created a boot floppy after this when prompted but, when I try to boot from floppy it gives the message: SYSLINUX 1.52 2001-02-07 Boot failed Now I'm not able to boot into the linux in any way. What to do?
Where can I get advanced LILO loader.
Thanks & Regards, SAMEER :))
~~~~~ My Messanger IDs MSN: s2sameer Yahoo!: s9sameer RediffBol: s2sameer Indiatimes: s2sameer AIM: s2sameer
hi sameer,
this happpend coz u selected to install lilo on ur MBR... and the old lilo needs the booting of the OS's within 1024 Cylinders u can overcome this by getting a boot floppy frm some one and try out giving /sbin/lilo -L (for lba32 mode drives, i.e. booting beyond 1024 cylinders..
hope this solves ur problem, -mitul Limbani (mitul 2 mitul.com)
Sameer Shinde writes:
Hi all,
While installing the RH 7.1, I received the following error message.
An error occur while installing the bootloader. We HIGHLY recommend you make a recover boot floppy when prompted, otherwise you may not be able to reboot into RHL.
The error report was: warning : device 0x0309 exceeds 1024 cylinder limit Fatal sector39745412 too large for linear mode ( try 'lba32' instead)
What does it mean? How can I get rid of this? I created a boot floppy after this when prompted but, when I try to
boot from floppy it gives the message: SYSLINUX 1.52 2001-02-07 Boot failed Now I'm not able to boot into the linux in any way. What to do?
Where can I get advanced LILO loader.
Thanks & Regards, SAMEER :))
My Messanger IDs MSN: s2sameer Yahoo!: s9sameer RediffBol: s2sameer Indiatimes: s2sameer AIM: s2sameer
The error report was: warning : device 0x0309 exceeds 1024 cylinder limit Fatal sector39745412 too large for linear mode ( try 'lba32' instead)
The message just gives a warning - all you need to do is when the installer asks about LILO, make sure you disable linear mode and enable lba32. Problem is that your root partition is beyond the first 1024 cylinders, so that LILO cannot boot from it in it's native "linear" mode.
AFAIK, RHL 7.1 has newer versions of LILO, that can handle linear block addressing on the hard-disk. This basically has to deal with the way sectors are addressed on an IDE drive, and the way the bootloader interacts with the BIOS. It should not be a problem with RHL 7.1 - just make sure you enable lba32
Now I'm not able to boot into the linux in any
way. What to do?
DISCLAIMER: Do this at your *OWN* risk.
Boot from the CD-ROM and type Linux rescue at the boot prompt. Now create some temporary directory and mount your root partition by saying
# mount -t ext2 /dev/<whatever> /path/to/temp/directory
Next make the newly mounted partition your new root
# chroot /path/to/temp/directory
Now edit /etc/lilo.conf and make sure it has a line saying "lba32" without the quotes, somewhere at the start.
Now run the command "lilo"
# lilo
This will install LILO on your MBR with lba32 mode enabled, which allows it to boot from partitions that are beyond the first 1024 cylinders, ie approx 8GB.
HTH, SameerDS.
__________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
Hi Sameer,
# lilo
simple lilo wont work... we got to do lilo -L
-Mitul Limbani (mitul 2 mitul.com)
This will install LILO on your MBR with lba32 mode enabled, which allows it to boot from partitions that are beyond the first 1024 cylinders, ie approx 8GB.
HTH, SameerDS.
Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ _______________________________________________ Linuxers mailing list Linuxers@mm.ilug-bom.org.in http://mm.ilug-bom.org.in/mailman/listinfo/linuxers