Hi DongInn, you are trying to create the initrd under the chroot in the image. This cannot work.
SC is usually called on the client, after the deployment of the image. Therefore you will have an /etc/fstab in place (check out your autoinstall script) and the Grub installation method will try to create an /etc/mtab on the fly. Besides, you'll have /proc mounted in your /a chroot in the freshly deployed image. Please post your systemconfig.conf. That one should contain something like CONFIGRD = YES at the beginning. Regards, Erich On Donnerstag 28 Februar 2008, DongInn Kim wrote: > Hi, > > Does anyone have run "systemconfigurator --configrd" on your chroot image > created by SystemImager-4.0.2? > Basically I need to run this command to create init ramdisk for the kernel > which is updated on my oscarimage. > But I have the following error. > http://pastebin.ca/922414 > > As you may know, oscarimage, the default systemimage name for OSCAR, is not > identical to the client nodes (e.g., /etc/mtab and /etc/fstab are missing on > oscarimage) unlike the golden client image. > This is why I think "systemconfigurator --configrd" could not do the right > thing because it tries to refer to /etc/{mtab,fstab} which does not exist on > oscarimage. > > Can anyone help me to figure out this problem? > > Regards, > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
