Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem with Linux kernel panic (no init found)

Status
Not open for further replies.

reckless

Member level 1
Joined
Oct 24, 2004
Messages
34
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
301
hi there
if anybody can help me i ve been facing this prob and didn't find the answer , i ve compiled the kernel do these steps
my root is (hd0,4)
idid
make mrproper
make distclean
make xconfig
make dep
make clean
make modules
make modules_install
copy the image to the /boot
i am using grub so i did
mkinitrd arch/i386/boot/bzImage /boot/vmlinuz-2.6.13.1
copy vmlinux to /boot/vmlinux-2.6.13.1
edit grub.config in there ive a confusion at root=/LABEL /hdb scsi...

i put it same but when i was creating the bzImage it displayed root(3,7) what's that ?? should i have to change something in grub
i make changes to initrd that is made into the grub but

when i boot my PC it gives kernel panic no init found
can anybody help me out
 

linux kernel panic

If ur compiling kernel for first time it is always recommend to us lilo inside of GRUB
lilo is straight forward
 

Re: linux kernel panic

Hello,

It nearly sure you have forgoten to defne initrd=/initrd.img. It is necesary to boot a 2.6 kernel.

Good luck


TaPa
 

Re: linux kernel panic

thanx i did it the problem was with the file system ext3 support in x config
thanx:D
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top