Thomas Gamble wrote:
> 
> I recently tried compiling my 2.0.36 kernal for smp and got the following errors when
> trying to boot:
> 
> loading aic7xxx module
> /lib/aic7xxx.0: unresolved symbol scsi_unregister_Rd5403f3a
> /lib/aic7xxx.0: unresolved symbol scsi_register_R0f08cac5
> VFS: cannot open root device 08:05
> kernal panic: VFS: unable to mount fs on 08:05
> 
> I read all the available documentation prior to attempting the recompile and did the
> following:
> 
> edited the makefile and uncommented 'smp=1'
> make menuconfig (the aic7xxx dirver was set up as a module)
> make dep
> make clean
> make zImage
> make modules
> make modules_install

At a wild guess, looks like your initial ramdisk (initrd) is out of
date.  I forget how to rebuild it automatically (since I usually end up
doing it by hand) but I'm sure you can figure it out (the initrd is an
ext2 disk image which you can mount using the loopback option and it's
probably gzipped too, can't remember).

Neil
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to