On Sat, 2004-01-03 at 18:54, Peter E. Williams wrote:
> On Sat, 3 Jan 2004, Jesse Kline wrote:
>
> > > Reading boot sector from /dev/hda
>
> You mentioned that these booting problems started when changes were made
> to your bios settings. Have you checked that the bios setting is set to
> boot from /dev/hda?
Well this machine only has one hard drive, and it does load the boot
loader off of it, so I don't think that is the issue.
> What is your actual lilo.conf, grub config file, and fstab files look
> like? Does the lilo.conf have read-only statements? I'm curious which of
> the two kernels you mentioned is set in the image=/boot/vmlinuz line and
> if changing the image manually to the second kernel image would make a
> difference.
The "linux" kernel boots /boot/vmlinuz, and the "linux-enterprise"
kernel boots /boot/vmlinuz-enterprise. Here are those files you wanted
to take a look at:
<lilo.conf>
boot=/dev/hda
map=/boot/map
vga=normal
default="linux-enterpris"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz-enterprise
label="linux-enterpris"
root=/dev/hda1
initrd=/boot/initrd-enterprise.img
append="devfs=mount hdd=ide-scsi acpi=ht splash=silent"
read-only
image=/boot/vmlinuz
label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append="devfs=mount hdd=ide-scsi acpi=ht splash=silent"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda1
initrd=/boot/initrd.img
append="devfs=mount hdd=ide-scsi acpi=ht"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda1
initrd=/boot/initrd.img
append="failsafe devfs=nomount hdd=ide-scsi acpi=ht"
read-only
other=/dev/fd0
label="floppy"
unsafe
</lilo.conf>
<fstab>
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
none /mnt/cdrom supermount
dev=/dev/hdc,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
none /mnt/cdrom2 supermount
dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
none /mnt/floppy supermount
dev=/dev/fd0,fs=ext2:vfat,--,codepage=850,sync,iocharset=iso8859-1,umask=0 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
</fstab>
Thanks,
Jesse
--
Jesse Kline, RHCT
_______________________________________________
clug-talk mailing list
[EMAIL PROTECTED]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca