LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   New kernel doesnt boots.. (https://www.linuxquestions.org/questions/linux-general-1/new-kernel-doesnt-boots-24135/)

unmada 06-23-2002 01:01 PM

New kernel doesnt boots..
 
Hi to all;

I have MDK 8.2.. but I needed to recompile a new Kernel..

untarr the kernel.tar.gz.. in /usr/src..
make menuconfig
make dep
make clean
make bzImage
make modules
make modules_install

cp arch/i386/boot/bzImage /boot/vmlinuz-new2k2
cp System.map /boot/System.map-new2k2

Then, cd /boot/

mv System.map System.backup
ln -s System.map-new2k2 System.map

Then.. my lilo:

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/la-latin1.klt
lba32
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/hda1
initrd=/boot/initrd.img
append="quiet devfs=mount"
vga=788
read-only
image=/boot/vmlinuz-new2k2
label=nuevo
root=/dev/hda1
initrd=/boot/initrd.img
append="debug devfs=mount"
read-only

Ok.. then lilo -v and reboot.

When I want to choose the 'nuevo' (new kernel). my computer reboots..

How can I solve it?.
Paul Fischer

Mara 06-23-2002 03:04 PM

I guess there's a problem with your kernel. Look if it's writing any messages. I think you should compile another one (and change its configuration).


All times are GMT -5. The time now is 09:31 AM.