Seth Haines wrote: > > Running into some cloning issues this morning attempting a new > configuration we're trying out. > > OS: > SuSE 10 Update 1 x86_64 > > Hardware: > HP DL380 G5 > P400 SAS Controller > > System Imager is 4.0.2 running on SuSE 10.1 x86 HP DL320. > > The PXEbooting portion of the installation works fine until the very end > where autoinstall script attempts a grub-install (or runs through a > series of potential boot loaders). It throws an error claiming line 112 > of Label.pm <http://Label.pm> under /usr/lib/systemimager/Boot/ is the > problem, but looking at line 112 just shows a reference to an if > statement about not being able to locate grub.conf.
Probably you mean /usr/lib/systemconfig/Boot/Label.pm. The error at line 112 means that the label you're using for a filesystem was not properly set in the corresponding device. Could you post your autoinstallscript.conf? > The prepareclient server is a fresh SuSE 10.1x86_64 install that uses > Grub. A cloned system shows the correct partitioning structure, file > contents, and the like when viewed in SuSE rescue mode, the odd part is > the /boot/grub/device.map file is empty in the cloned image. The file /boot/grub/device.map should be automatically re-created by systemconfigurator (see install_loader() in /usr/lib/systemconfig/Boot/Grub.pm). Instead, to actual file used by systemconfigurator to install grub is created in /tmp/grub.devices). > RHEL5.1 x86_64 imaged just fine on an identical box this morning using > 4.0.2 (very happy with the release aside from the SuSE problem) so I > don't believe it to be an imageserver configuration issue. My cloning > experience with SuSE is limited, even more so with x86_64, so hopefully > this is something simple that I'm just overlooking. > Yes, it seems a systemconfigurator problem. BTW have you tried to remove the LABEL definitions from autoinstallscript.conf? (remember to re-create the auto-install script by si_mkautoinstallscript after the change). -Andrea ------------------------------------------------------------------------- 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
