On reboot it would not boot into the new "atomic" install. Lilo does not appear to be installed -- lilo.conf is there, but I can't locate lilo itself.
Grub does appear to be installed, but not configured. I poked and 'grubbed' around for quite awhile before getting "grub.conf" (/boot/grub/menu.lst) configured for what I think is correct:
Code: Select all
title atomic
root (hd0,0)
kernel /boot/vmlinuz.atomic root=/dev/hda1 console=ttyS0,57600n8 console=tty1 ks=hd:hda2/ks-1and1-i386.cfg
initrd /boot/initrd.img
After trying a number of combinations of things, (very scientific I assure you), I think what worked was
Code: Select all
grub-install /dev/hda
This time I got
Code: Select all
Linux version 2.6.18-53.el5 (mockbuild@builder6.centos.org) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Mon Nov 12 02:22:48 EST 2007
Code: Select all
Linux version 2.6.20.20-071010a (root@buildd-i386) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Wed Oct 10 14:05:50 CEST 2007
Code: Select all
ACPI: (supports S0 S1 S4 S5)
Freeing unused kernel memory: 220k freed
Write protecting the kernel read-only data: 388k
ààààààà
In any case I would appreciate input on the grub menu.lst config.
- Alan