Hello I am kind of new to compiling new kernels and I am having a problem.
I got the four kernel rpm's and installed them with a -i option
I then did the following
make xconfig
make dep
make clean
make zImage
make modules
make modules_install
cd /usr/src/linux/arch/i386/boot
cp zImage /boot/vmlinuz
cd /usr/src/linux
cp System.map /boot
vi /etc/lilo.conf
lilo
init 6
contents of lilo.conf
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/vmlinuz
label=linux
root=/dev/hdb1
read-only
image=/boot/vmlinuz-2.0.32
label=linux.old
root=/dev/hdb1
initrd=/boot/initrd-2.0.32.img
read-only
other=/dev/hda1
label=dos
table=/dev/hda
after I reboot I get a slew of unresolved symbols flying across the
screen, did I miss something?
Thanks In advance
Brian
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.