I have a problem, could anyone help me?
This is a fresh install of Redhat 6.1. I presume that since it's displaying
LI that lilo has been run. That leaves drive geometry, right? I can't boot
the OS I just installed but I am able to boot using a rescue floppy I got
from the internet. It is based on the 1.3.84. Using this, I can boot and
get at the install I just made, but I think I'm still using the rescue
kernel. I have tried to make another boot floppy using the Redhat 6.1
kernel, but I can't get it to work.
After booting with the rescue floppy and telling it to use the hard drive,
the kernel reports itself as 1.3.84, so even though it's trying to boot from
the harddrive, I'm somehow still using the rescue kernel.
What I want to accomplish either to fix the LILO on my harddrive, or to get
the one on the floppy to get the correct kernel. I believe that the kernel
that's on the hard drive is 2.2.12-20
Here is a bunch of info about my setup.
Drives:
Harddrive: Master on first IDE
8455 Mb
cylinders 16383
Heads 16
Sectors/Track 63
Multi-Sector transfers 16 Sectors
LBA mode control Enabled
32 Bit I/O Enabled (I can change this to Disabled)
Transfer mode Fast PIO
CD is Master on second IDE, it is bootable and is where I installed Linux
from.
Also, general hard drive setting is
Translation method Extended (I can change this to Standard)(I don't
really know what this does)
Partition information
Device Boot Start End Blocks Id
System
/dev/hda1 * 64 33264 16600+ 83
Linux (mounted as /boot)
/dev/hda2 33265 16992864 8479800 5 Extended
( I have no clue what this is)
/dev/hda5 33328 16860816 8413744+ 83 Linux
(mounted as /)
/dev/hda6 16860880 16992864 65992+ 82 Linux swap
(should be my swap space)
lilo.conf I used on the rescue disk
boot = /dev/fd0
prompt
message=/boot/txt
vga = normal
image = /boot/vmlinuz
root = /dev/hda5
label = l
read-only
image = /boot/vmlinuz
root = /dev/fd0
label = r
append="load_ramdisk=1 prompt_ramdisk=0 ramdisk_start=450"
read-only