[mythtv-users] Kernel Panic - SCSI & IDE

R. G. Newbury newbury at mandamus.org
Tue Jul 11 16:58:12 UTC 2006


Bruce Nordstrand wrote:
> Well, I am back at my original problem, sort of - still a kernel panic
> 
> I have been running fine with just the SCSI drive connected. Tonight, I
> thought I would try out the setup with the IDE running as well.
> Unfortunately, a similar thing to what I originally posted about
> happened: (Last few lines of boot screen)
> 
> ==================
> EXT3-fs: mounted filesystem with ordered data mode
> VFS: mounted root (ext3 filesystem) readonly
> Freeing unused kernel memory 220K freed
> Warning: unable to open an initial console
> Kernel panic - not synching: No init found Try passing init= option to
> kernel
> ==================
> 
> Being a Linux "medium" user, I have no idea what this means.

This generally means that the system cannot find your initrd

In your case, if I read correctly your /boot is /dev/sda1 but you have 
designated /dev/sda2 as 'root'... I think you are confusing grub's 
'root' with the linux 'root' or '/'. Grub's root is where the kernel 
image and initrd image are located, which is at /dev/sda1.

Try changing the root=/dev/sda2 to root=/dev/sda1 and see what happens.

Then, jump over to kernel.org and read the how-to on kernel rebuilding. 
Even if you have no intention of doing that it helps to understand how 
the process works, especially if you need to make an initrd image, which 
is sometimes needed.

And no I am not an expert either, but I do try to remember my mistakes! 
Been there, done that, no t-shirt. no burns or scars.

Geoff



> This will be my last attempt to get the SCSI and the IDE to play happily
> together. If anyone could help, that would be great.
> 
> This would be the "config" with both drives active:
> 
> HDA: 40Gb IDE
> HDB: DVD RW Drive
> SDA: 18.6GB IBM SCSI - SCSI ID: #5
> 
> CMOS set to boot from Hard Drive 0
> 
> Partitions:
> 
> /dev/sda1 - mounted on /boot
> /dev/sda2 - mounted on /
> /dev/sda3 - swap
> 
> /dev/hda - one big 40G partition, formatted ext3 - not mounted anywhere
> as yet
> 
> My grub menu.lst:
> 
> boot=/dev/sda
> default=0
> timeout=5
> splashimage=(hd0,0)/grub/splash.xpm.gz
> hiddenmenu
> title Fedora Core (2.6.17-1.2141_FC4)
> 	root (hd0,0)
> 	kernel /vmlinuz-2.6.17-1.2141_FC4 ro root=/dev/sda2 rhgb quiet
> 	initrd /initrd-2.6.17-1.2141_FC4.img
> title Fedora Core (2.6.11-1.1369_FC4)
> 	root (hd0,0)
> 	kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/sda2 rhgb quiet
> 	initrd /initrd-2.6.11-1.1369_FC4.img
> 
> 
> 
> 
> Once again looking for generous assistance
> 
> Cheers
> Bruce
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 



More information about the mythtv-users mailing list