[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: My custom kernel doesnt boot.



--- "Dr. Sachin Kale" <sachinkale@softhome.net> wrote:
> Hello everybody,
> 
> (debian 2.2 r5)
> 
> installed kernel-headers & kernel-src2.2.19 package.
> in /usr/src/linux did as follows -
> 
> make config
> make dep
> make clean
> make bzImage
> (no errors)
> cp vmlinux /vmlinux_custom1
> 
> edited /etc/lilo.conf
> 
> ran lilo
> 
> reboot
> 
> selected new image
> 
> hangs at
> Loading 2.......................
> 
> Thats all :(
> I am enclosing my new .config file ( created after make config ) &
> output of dmesg of my old kernel (which boots ok ) so that you get
> some idea about my hardware.
> I think there is some error (of omission or comission ) in .config,
> which is preventing the custom
> kerenel from booting.
> 
> whats wrong ??
> 
> Sachin
> 
> 
> #
> # Automatically generated make config: don't edit
> #
> CONFIG_X86=y
> 
> #
> # Code maturity level options
> #
> CONFIG_EXPERIMENTAL=y
> 
> #
> # Processor type and features
> #
> CONFIG_M386=y
> # CONFIG_M486 is not set
> # CONFIG_M586 is not set
> # CONFIG_M586TSC is not set
> # CONFIG_M686 is not set
> # CONFIG_MICROCODE is not set
> # CONFIG_X86_MSR is not set
> # CONFIG_X86_CPUID is not set
> CONFIG_1GB=y
> # CONFIG_2GB is not set
> CONFIG_MATH_EMULATION=y
> CONFIG_MTRR=y
> # CONFIG_SMP is not set
> 
> #
> # Loadable module support
> #
> CONFIG_MODULES=y
> CONFIG_MODVERSIONS=y
> CONFIG_KMOD=y
> 
> #
> # General setup
> #
> CONFIG_NET=y
> CONFIG_PCI=y
> # CONFIG_PCI_GOBIOS is not set
> # CONFIG_PCI_GODIRECT is not set
> CONFIG_PCI_GOANY=y
> CONFIG_PCI_BIOS=y
> CONFIG_PCI_DIRECT=y
> # CONFIG_PCI_QUIRKS is not set
> CONFIG_PCI_OLD_PROC=y
> CONFIG_MCA=y
> # CONFIG_VISWS is not set
> CONFIG_SYSVIPC=y
> CONFIG_BSD_PROCESS_ACCT=y
> CONFIG_SYSCTL=y
> CONFIG_BINFMT_AOUT=y
> CONFIG_BINFMT_ELF=y
> CONFIG_BINFMT_MISC=y
> CONFIG_BINFMT_JAVA=y
> CONFIG_PARPORT=y
> CONFIG_PARPORT_PC=y
> # CONFIG_PARPORT_OTHER is not set
> # CONFIG_APM is not set
> # CONFIG_TOSHIBA is not set
> 
> #
> # Plug and Play support
> #
> CONFIG_PNP=y
> CONFIG_PNP_PARPORT=y
> 
> #
> # Block devices
> #
> CONFIG_BLK_DEV_FD=y
> CONFIG_BLK_DEV_IDE=y
> 
> #
> # Please see Documentation/ide.txt for help/info on IDE drives
> #
> # CONFIG_BLK_DEV_HD_IDE is not set
> CONFIG_BLK_DEV_IDEDISK=y
> CONFIG_BLK_DEV_IDECD=y
> # CONFIG_BLK_DEV_IDETAPE is not set
> CONFIG_BLK_DEV_IDEFLOPPY=y
> # CONFIG_BLK_DEV_IDESCSI is not set
> CONFIG_BLK_DEV_CMD640=y
> # CONFIG_BLK_DEV_CMD640_ENHANCED is not set
> # CONFIG_BLK_DEV_RZ1000 is not set
> CONFIG_BLK_DEV_IDEPCI=y
> CONFIG_BLK_DEV_IDEDMA=y
> # CONFIG_BLK_DEV_OFFBOARD is not set
> CONFIG_IDEDMA_AUTO=y
> # CONFIG_BLK_DEV_OPTI621 is not set
> # CONFIG_BLK_DEV_ALI15X3 is not set
> # CONFIG_BLK_DEV_TRM290 is not set
> # CONFIG_BLK_DEV_NS87415 is not set
> # CONFIG_BLK_DEV_VIA82C586 is not set
> # CONFIG_BLK_DEV_CMD646 is not set
> # CONFIG_BLK_DEV_CS5530 is not set
> CONFIG_IDE_CHIPSETS=y
> 
> #
> # Note: most of these also require special kernel boot parameters
> #
> # CONFIG_BLK_DEV_4DRIVES is not set
> # CONFIG_BLK_DEV_ALI14XX is not set
> # CONFIG_BLK_DEV_DTC2278 is not set
> # CONFIG_BLK_DEV_HT6560B is not set
> # CONFIG_BLK_DEV_QD6580 is not set
> # CONFIG_BLK_DEV_UMC8672 is not set
> # CONFIG_BLK_DEV_PDC4030 is not set
> # CONFIG_BLK_DEV_PS2 is not set
> 
> #
> # Additional Block Devices
> #
> # CONFIG_BLK_DEV_LOOP is not set
> # CONFIG_BLK_DEV_NBD is not set
> # CONFIG_BLK_DEV_MD is not set
> # CONFIG_BLK_DEV_RAM is not set
> # CONFIG_BLK_DEV_XD is not set
> # CONFIG_BLK_DEV_DAC960 is not set
> CONFIG_PARIDE_PARPORT=y
> CONFIG_PARIDE=y
> 
> #
> # Parallel IDE high-level drivers
> #
> # CONFIG_PARIDE_PD is not set
> CONFIG_PARIDE_PCD=y
> # CONFIG_PARIDE_PF is not set
> # CONFIG_PARIDE_PT is not set
> CONFIG_PARIDE_PG=y
> 
> #
> # Parallel IDE protocol modules
> #
> # CONFIG_PARIDE_ATEN is not set
> # CONFIG_PARIDE_BPCK is not set
> # CONFIG_PARIDE_COMM is not set
> # CONFIG_PARIDE_DSTR is not set
> # CONFIG_PARIDE_FIT2 is not set
> # CONFIG_PARIDE_FIT3 is not set
> # CONFIG_PARIDE_EPAT is not set
> # CONFIG_PARIDE_EPIA is not set
> # CONFIG_PARIDE_FRIQ is not set
> # CONFIG_PARIDE_FRPW is not set
> # CONFIG_PARIDE_KBIC is not set
> # CONFIG_PARIDE_KTTI is not set
> # CONFIG_PARIDE_ON20 is not set
> # CONFIG_PARIDE_ON26 is not set
> # CONFIG_BLK_CPQ_DA is not set
> # CONFIG_BLK_CPQ_CISS_DA is not set
> # CONFIG_BLK_DEV_HD is not set
> 
> #
> # Networking options
> #
> CONFIG_PACKET=y
> CONFIG_NETLINK=y
> CONFIG_RTNETLINK=y
> CONFIG_NETLINK_DEV=y
> CONFIG_FIREWALL=y
> # CONFIG_FILTER is not set
> CONFIG_UNIX=y
> CONFIG_INET=y
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: