Sorry to post what I am sure is a common question.
My first experiences with linux were RH9 and FC1, but for reasons I decided I want Slackware.
Got the disks, did the install, and everything is fine when I boot from a floppy but I cannot for the life of me get Lilo to boot my system.
my lilo.conf is
Code:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
lba32 # Allow booting past 1024th cylinder with a recent BIOS
boot = /dev/hda
#compact # faster, but won't work on all systems.
prompt
timeout = 600
# Normal VGA console
vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz-ide-2.4.22
root = /dev/hda1
label = Slackware
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
If I boot without a floppy I get L (top left) and then about 10 screens of 99.
I have searched and searched but none of the solutions worked for so far,
During the install I set up /, home and swap, output from cfdisk is
Code:
Partition Table for /dev/hda
---Starting--- ----Ending---- Start Number of
# Flags Head Sect Cyl ID Head Sect Cyl Sector Sectors
-- ----- ---- ---- ---- ---- ---- ---- ---- ----------- -----------
1 0x80 1 1 0 0x83 239 63 1023 63 39054897
2 0x00 239 63 1023 0x83 239 63 1023 39054960 78125040
3 0x00 239 63 1023 0x82 239 63 1023 153150480 3144960
4 0x00 0 0 0 0x00 0 0 0 0 0
Please note that my Slackware installation (somehow) started working after making these changes.
I still am not sure what I am doing, so sorry for wasting your time