From: <er...@he...> - 2002-10-31 16:10:17
|
On Wed, Oct 30, 2002 at 05:14:43PM -0800, Joshua J. England wrote: > > My slaves are finally booting from a phase 2 image! However, they die > while apparently executing code in the ramdisk with: > > boot: LANL beoboot version lanl.1.3 > boot: System boot phase 2 in progress. > boot: Reading config file from: config.boot > Failed to get BProc version. > > A fatal error has occurred. > > > The bproc modules are loaded and everything is running on the master. I > followed the code up until a syscall(), but don't know where to look > from there. > > Is there any obvious reason why this would be failing? Usually this means that the BProc module didn't load correctly on the slave node. I would check that the bproc module is actually on the boot image. You can gunzip and loop back mount the initrd image to look. If it's not there, then make sure there's a vmadump.o and bproc.o that matches the kernel you're using in the appropriate modules directory in /lib/modules/. If it is there, make sure it actually loads properly on the kernel you're using. Just in case: the "beoboot" kernel is for phase 1 *ONLY*. It does not support BProc. You should probably use the same kernel that you're running on your front end. - Erik |