Geachte Tweakers<
OS : Suse 9.0 Multilanguage Pro Edition
Kernel Default : 2.4.21-192-default -> upgraden naar 2.4.25
wat ik heb gedaan is het volgende:
>> Kernel Panic
Dus volgende:
>> Kernel Panic
weet iemand wat ik hier aan zou kunnen doen?
OS : Suse 9.0 Multilanguage Pro Edition
Kernel Default : 2.4.21-192-default -> upgraden naar 2.4.25
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| boot/grub/menu.lst
linux:/boot/grub # cat menu.lst
# Modified by YaST2. Last modification on Thu Feb 26 11:53:59 2004
color white/blue black/light-gray/
default 0
timeout 8
gfxmenu (hd0,6)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux 2.4.21
kernel (hd0,6)/boot/vmlinuz.old root=/dev/hda7 vga=0x31a splash=silent desktop showopts
initrd (hd0,6)/boot/initrd.old
###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux 2.4.25
kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 vga=0x31a splash=silent desktop showopts
initrd (hd0,6)/boot/initrd
linux:/boot/grub # |
wat ik heb gedaan is het volgende:
code:
1
2
3
4
5
6
7
8
9
| make olconfig (vragen beantwoorden) make def make bzImage - mv vmlinuz vmlinuz.old cp /usr/src/linux-2.4.25/arch/i386/boot/bzImage /boot/vmlinuz-2.4.25 ln -s /boot/vmlinuz-2.4.25 /boot/vmlinuz - reboot |
>> Kernel Panic
Dus volgende:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| make oldconfig make dep make menuconfig make bzImage - cp /usr/src/linux-2.4.25/arch/i386/boot/bzImage /boot/vmlinuz-2.4.25 - make modules make moduiles_config // moet natuurlijk modules_install zijn :) typfoutje - cp /usr/src/linux-2.4.25/System.map /boot/System.map-2.4.25 cd /boot mv System.map System.map.old ln -s System.map-2.4.25 System.map /sbin/mkinitrd - reboot |
>> Kernel Panic
weet iemand wat ik hier aan zou kunnen doen?
[ Voor 3% gewijzigd door Verwijderd op 10-03-2004 11:11 ]