Hi, I had a similar problem and could solve it with the following procedure:
chroot /var/lib/systemimager/images/oscarimage echo "alias scsi_hostadapter1 amd74xx " >> /etc/modprobe.conf echo "/dev/sda6 / ext3 defaults 1 1" >> /etc/fstab.fake mkinitrd -v -f --fstab=fstab.fake /boot/initrd-2.6.18-128.el5.img \ 2.6.18-128.el5 Pawela, Christopher wrote: > Hello, > > I tested the latest OSCAR release from last night. I ran into the same > problem as before. For some reason the amd74xx module is not available during > the mkinitrd process. I tried the fix from Thilo as well with the same > failure. The slave nodes still kernel panic upon reboot after installation. > > Mounting root filesystem. > mount: could not find filesystem '/dev/root > Setting up other filesystems. > Setting up new root fs > setuproot: moving /dev failed: No such file or directory > no fstab.sys, mounting internal defaults > setuproot: error mount /proc: No such file or directory > setuproot: error mount /sys: No such file or directory > Switching to new root and running init. > unmounting old /dev > unmounting old /proc > unmounting old /sys > switchroot: mount failed: No such file or directory > > I really really don't want to have to install redhat el5 on one of the slave > nodes and then move the files over to the boot directory. The head node and > the server node use the same hardware. I don't understand why this is > happening? The cluster is in a blade server like case and I don't have good > access to the slave nodes to install redhat. I am still searching for a work > around with amd74xx. I assume the problem is with the kernel. Apparently this > module is now incorporated in the kernel and was not before??? Is there a > workaround in the systemimager code? > > Any suggestions would be helpful. > > Thank you, > > Christopher Pawela > > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Oscar-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oscar-devel Martin ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
