Unsolved
This post is more than 5 years old
13 Posts
0
9217
December 14th, 2003 01:00
LILO Not Loading on I8500
I've got an I8500 with the following partition structure:
Dell Diags
C: (15 GB NTFS)
D: (15 GB FAT32)
/boot
/swap
/ (approx 10 GB ReiserFS)
I've tried to get RH 9.0 installed multiple times, and while I don't run into any errors during the installation process, I can't boot to Linux. The machine boots right to XP, even though I instructed LILO to be installed to the MBR. All of the research I've seen has people using LVMs, which I know nothing about.
Is there some sort of BIOS protection over the MBR, is the diag partition messing something up, or am I missing something else here? I would rather not have to use the Windows bootloader if possible.
Dell Diags
C: (15 GB NTFS)
D: (15 GB FAT32)
/boot
/swap
/ (approx 10 GB ReiserFS)
I've tried to get RH 9.0 installed multiple times, and while I don't run into any errors during the installation process, I can't boot to Linux. The machine boots right to XP, even though I instructed LILO to be installed to the MBR. All of the research I've seen has people using LVMs, which I know nothing about.
Is there some sort of BIOS protection over the MBR, is the diag partition messing something up, or am I missing something else here? I would rather not have to use the Windows bootloader if possible.
0 events found
No Events found!


Agent Orange
203 Posts
0
December 14th, 2003 13:00
cheers
gellmann
13 Posts
0
December 14th, 2003 15:00
I didn't run lilo again because I didn't edit the lilo.conf file. I just told RedHat to install it, it told me to reboot, and I did, and I'm straight into Windows XP.
dacap
41 Posts
0
December 17th, 2003 01:00
gellmann
13 Posts
0
December 18th, 2003 19:00
dacap
41 Posts
0
December 19th, 2003 00:00
Heres a wild guess - perhaps in the Inspron 8500 Dell uses a non-standard boot sequence that starts from their secret configuration partition instead of from the MBR? If you got no error when you ran LILO and you don't see LILO when the system boots, then it has to be something wild like this to explain the apparent contradiction.
Message Edited by dacap on 12-19-2003 07:50 AM
Agent Orange
203 Posts
0
December 19th, 2003 04:00
Simplest thing to do is whack your redhat CD back into the drive - it'll be bootable. boot from the CD and as soon as you can, get it to dump you into a shell. Try boot options init=/bin/sh
from here you can mount your partitions, edit /etc/lilo.conf, run lilo again and see how you go.
oh - almost forgot - don't forget to add a windows entry to /etc/lilo.conf. otherwise once it's installed correctly, you wont be able to boot to windows. there _should_ be docs for lilo in something like
/usr/share/docs/lilo or something similar (under /usr/share). With redhat of course, YMMV...
cheers
Message Edited by Agent Orange on 12-19-2003 04:26 PM