Kane, Andrew wrote: > I've been beating my head against this for a couple of days. I am > trying to PXE boot a bare metal server to grab a newly created image. > I've tried both the standard kernel and the UYOK with and without the > --my-modules switch. I have also used systemimager 3.8.1 and 3.9.0. It > looks like it is trying to find sdb and failing. This has two mirrored > drives and should be presented as sda. For some reason it's still > having problems with partioning the drive here is the error message. > Any help would be appreciated
If the disks are mirrored in hardware and presented to the OS as /dev/sda, then you shouldn't care about /dev/sdb. You should fix it into your autoinstallscript.conf (/var/lib/systemimager/images/<your_image>/etc/systemimager/autoinstallscript.conf), removing the sdb entry and references and re-create your autoinstall script running si_mkautoinstallscript. Probably sdb is in the autoinstallscript.conf because your golden client sees 2 different disks... Regards, -Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
