Neuer Kernel bootet nicht

Hi

Hab gerade 'nen neuen Kernel kompiliert( make buildkernel KERNCONF=GENERIC ,make installkernel KERNCONF=GENERIC hat soweit auch alles funktioniert ) und jetzt bootet die Kiste nicht mehr. Alles was ich sehe ist ein "/" dann geht nichts mehr. Ich hab mal unten mein kernelconfigfile mit drangehängt, vielleicht hab ich ja irendeinen wichtigen eintrag vergessen. Bin für jede hilfe dankbar.

Gerrit

Atlhon XP 2500+
Albatron KX18D ProII
2x256 DDR400 Infineon
Soundblaster 128 PCI
FritzCard PCI 2.0
ATAPI CDROM
40GB IDE disk
FreeBSD 5.2

#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.394.2.2 2003/12/07 23:52:53 scottl Exp $

machine i386
cpu I686_CPU
ident GENERIC

#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.

#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols

options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
options MD_ROOT #MD is a potential root device
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 #Compatible with FreeBSD4
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev



device isa
device pci
device pcm

# ISDN
device ifpi
device "ifpi2"
# kernel sppp/isppp
device "i4bisppp" 4

# protocol stack
device "i4bq921"
device "i4bq931"
device "i4b"

# control devices
device "i4btrc" 4
device "i4bctl"
device "i4brbch" 4
device "i4btel" 2

# IP over raw HDLC
options IPR_VJ
device "i4bipr" 4

# Floppy drives
device fdc

# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
options ATA_STATIC_ID #Static device numbering




# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse

device vga # VGA video card driver

device splash # Splash screen and screen saver support


# Enable this for the pcvt (VT220 compatible) console driver
device vt
options XSERVER # support for X server on a vt console
options FAT_CURSOR # start with block cursor

device agp # support several AGP chipsets

# Floating point support - do not disable.
device npx


# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports

# Parallel port
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
device ppi # Parallel port interface device


# Pseudo devices - the number indicates how many units to allocate.
device random # Entropy device
device loop # Network loopback
device ether # Ethernet Support
device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device bpf # Berkeley packet filter

# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
device ulpt # Printer
device ums # Mouse

# FireWire support
device firewire # FireWire bus code
 
Um erstmal wieder ins System zu kommen:

Beim Beastie-Menü
Code:
6. Escape to loader prompt
auswählen und
dann
Code:
boot /boot/kernel.old/kernel
eingeben. Dadurch wird der alte Kernel geladen, der ja noch funktioniert hat.

Daemon
 
dann mach es lieber schritt für schritt;
kopier den generic-kernel mit dem du booten kannst, füge device pcm hinzu, dann kompilieren, booten;
als nächstes dann isdn hinzufügen usw.
ist denke ich am sinnvollsten, da beim kompilieren alles geklappt hat und der kernel stehenbleibt gibt es kaum hinweise woran es liegen kann;
also mach es lieber schritt für schritt...
 
Was ISDN angeht weiss ich's nicht, aber Sound kannst du auch einfach als Modul hinzufügen.

Gruß
buebo
 
Zurück
Oben