kernel fail to boot after recompile it

Salamo Alikom after recompilation my kernel does not boot and display msg said : enter full path to bash : /bin/sh i try fsck -r ,fsck -y but the problem is steel . my make.conf :

 PERL_VER=5.8.8 OVERRIDE_LINUX_BASE_PORT=f8 PERL_VERSION=5.8.8 MODULES_OVERRIDE = linux acpi accf_http pccard msdosfs ata cd9660 pf umass usb uhid ugen splash sound/sound sound/driver/ich sis iscsi 

my CUSTOM kernel config :

 cpu		I686_CPU ident		CUSTOM options 	SCHED_ULE		# ULE scheduler options 	PREEMPTION		# Enable kernel thread preemption options 	INET			# InterNETworking options 	SCTP			# Stream Control Transmission Protocol 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 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling options 	MD_ROOT			# MD is a potential root device options 	MSDOSFS			# MSDOS Filesystem options 	CD9660			# ISO 9660 Filesystem options 	PROCFS			# Process filesystem (requires PSEUDOFS) options 	PSEUDOFS		# Pseudo-filesystem framework options 	GEOM_PART_GPT		# GUID Partition Tables. options 	GEOM_LABEL		# Provides labelization options 	COMPAT_43TTY		# BSD 4.3 TTY compat [KEEP THIS!] options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4 options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5 options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6 options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI options 	KTRACE			# ktrace(1) support options 	STACK			# stack(9) support 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 options 	ADAPTIVE_GIANT		# Giant mutex is adaptive. options 	STOP_NMI		# Stop CPUS using NMI instead of IPI options 	AUDIT			# Security event auditing device		cpufreq device		eisa device		pci device		ata device		atadisk		# ATA disk drives device		ataraid		# ATA RAID drives device		atapicd		# ATAPI CDROM drives device		atapist		# ATAPI tape drives options 	ATA_STATIC_ID	# Static device numbering device		ahb		# EISA AHA1742 family device		ahc		# AHA2940 and onboard AIC7xxx devices options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug 					# output.  Adds ~128k to driver. device		ahd		# AHA39320/29320 and onboard AIC79xx devices options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug 				# output.  Adds ~215k to driver. device		hptiop		# Highpoint RocketRaid 3xxx series device		isp		# Qlogic family device		mpt		# LSI-Logic MPT-Fusion device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr') device		trm		# Tekram DC395U/UW/F DC315U adapters  device		adv		# Advansys SCSI adapters device		adw		# Advansys wide SCSI adapters device		aha		# Adaptec 154x SCSI adapters device		aic		# Adaptec 15[012]x SCSI adapters, AIC-6[23]60. device		bt		# Buslogic/Mylex MultiMaster SCSI adapters  device		ncv		# NCR 53C500 device		nsp		# Workbit Ninja SCSI-3 device		stg		# TMC 18C30/18C50  device		scbus		# SCSI bus (required for SCSI) device		ch		# SCSI media changers device		da		# Direct Access (disks) device		sa		# Sequential Access (tape etc) device		cd		# CD device		pass		# Passthrough device (direct SCSI access) device		ses		# SCSI Environmental Services (and SAF-TE)  device		amr		# AMI MegaRAID device		arcmsr		# Areca SATA II RAID device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID device		ciss		# Compaq Smart RAID 5* device		dpt		# DPT Smartcache III, IV - See NOTES for options device		hptmv		# Highpoint RocketRAID 182x device		hptrr		# Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx device		iir		# Intel Integrated RAID device		mly		# Mylex AcceleRAID/eXtremeRAID device		twa		# 3ware 9000 series PATA/SATA RAI device		aac		# Adaptec FSA RAID device		aacp		# SCSI passthrough for aac (requires CAM) device		ida		# Compaq Smart RAID device		mfi		# LSI MegaRAID SAS device		mlx		# Mylex DAC960 family device		pst		# Promise Supertrak SX6000 device		twe		# 3ware ATA RAID  device		atkbdc		# AT keyboard controller device		atkbd		# AT keyboard device		psm		# PS/2 mouse  device		kbdmux		# keyboard multiplexer  device		vga		# VGA video card driver  device		splash		# Splash screen and screen saver support  device		sc  device		agp		# support several AGP chipsets  device		pmtimer  device		cbb		# cardbus (yenta) bridge device		pccard		# PC Card (16-bit) bus device		cardbus		# CardBus (32-bit) bus  device		sio		# 8250, 16[45]50 based serial ports device		uart		# Generic UART driver  device		ppc device		ppbus		# Parallel port bus (required) device		ppi		# Parallel port interface device device		miibus		# MII bus support device		sis		# Silicon Integrated Systems SiS 900/SiS 7016 device		loop		# Network loopback device		random		# Entropy device device		ether		# Ethernet support device		tun		# Packet tunnel. device		pty		# Pseudo-ttys (telnet etc) device		md		# Memory "disks" device		faith		# IPv6-to-IPv4 relaying (translation) device		firmware	# firmware assist module device		bpf		# Berkeley packet filter device		uhci		# UHCI PCI->USB interface device		ohci		# OHCI PCI->USB interface device		ehci		# EHCI PCI->USB interface (USB 2.0) device		usb		# USB Bus (required) device		umass		# Disks/Mass storage - Requires scbus and da device		firewire	# FireWire bus code device		sbp		# SCSI over FireWire (Requires scbus and da) device		fwe		# Ethernet over FireWire (non-standard!) device		fwip		# IP over FireWire (RFC 2734,3146) device		dcons		# Dumb console driver device		dcons_crom	# Configuration ROM for dcons 

i fix the problem by recompiling the kernel without preventing any module .

1 Like