ich habe mir mit den Sourcen von http://www.kernel.org meinen eigenen Kernel (2.6.14) kompiliert. Nach dem Starten bekomme ich eine Kernel-Panic-Fehlermeldung:
Code: Alles auswählen
Kernel panic - not syncing: No init found. Try to pass init= option to kernel
Code: Alles auswählen
hda: cannot handle device with more than 16 heads - giving up
Code: Alles auswählen
~$ lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 03)
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
0000:00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
0000:00:04.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:04.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 16)
0000:00:04.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 16)
0000:00:04.4 Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
0000:00:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
0000:00:09.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)
0000:00:0b.0 Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller
0000:00:0c.0 VGA compatible controller: NVidia / SGS Thomson (Joint Venture) Riva128 (rev 10)
Code: Alles auswählen
CONFIG_BLK_DEV_VIA82CXXX=y
Code: Alles auswählen
CONFIG_EXT3_FS=y
Code: Alles auswählen
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Code: Alles auswählen
title Debian GNU/Linux, kernel 2.6.14
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 ro
savedefault
boot
title Debian GNU/Linux, kernel 2.6.14 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 ro single
savedefault
boot
Danke und viele Grüße,
Stefan