> Which version of systemimager are you using? could you post your
> autoinstallscript.conf? (/var/lib/systemimager/images/etc/systemimager/)
>
> Regards,
> -Andrea

---

Manually mounting the filesystem at /a without the '-t ext3' flags does not 
generate an error,  only a warning about the lack of journal.

I have a DRAC card in this Dell machine I'm trying to image.  I'll see about 
capturing some real screen output.

I'm using 3.6.3 on the server and client. 



Here is my autoinstall.conf:
--------------8<------------------
<!--
  This file contains partition information about the disks on your golden
  client.  It is stored here in a generic format that is used by your
  SystemImager server to create an autoinstall script for cloning this
  system.

  You can change the information in this file to affect how your target
  machines are installed.  See "man autoinstallscript.conf" for details.
-->

<config>
  <disk dev="/dev/sda" label_type="msdos" unit_of_measurement="MB">
    <!--
      This disk's output was brought to you by the partition tool "sfdisk",
      and by the numbers 4 and 5 and the letter Q.
    -->
    <part  num="1"  size="6149"  p_type="primary"  p_name="-"  flags="-" />
    <part  num="2"  size="131078"  p_type="primary"  p_name="-"  flags="lvm" 
lvm_group="system" />
    <part  num="3"  size="*"  p_type="primary"  p_name="-"  flags="boot" />
  </disk>

<lvm>   
        <lvm_group name="system" max_log_vols="255" max_phys_vols="255" 
phys_extent_size="4096K">
                <lv name="drbd" size="84934656K" />
                <lv name="extra" size="49283072K" />
        </lvm_group>
</lvm>

  <fsinfo  line="10" real_dev="/dev/sda3" mp="/"  fs="ext3" 
options="acl,user_xattr" dump="1" pass="1" />
  <fsinfo  line="20" real_dev="/dev/system/extra" mp="/local"  fs="ext3" 
options="acl,user_xattr" dump="1" pass="2" />
  <fsinfo  line="30" real_dev="/dev/system/drbd" mp="/work"  fs="ext3" 
options="acl,user_xattr" dump="1" pass="2" />
  <fsinfo  line="40" real_dev="/dev/sda1" mp="swap"  fs="swap" options="pri=42" 
dump="0" pass="0" />
  <fsinfo  line="50" real_dev="devpts" mp="/dev/pts"  fs="devpts" 
options="mode=0620,gid=5" dump="0" pass="0" />
  <fsinfo  line="60" real_dev="proc" mp="/proc"  fs="proc" options="defaults" 
dump="0" pass="0" />
  <fsinfo  line="70" real_dev="usbfs" mp="/proc/bus/usb"  fs="usbfs" 
options="noauto" dump="0" pass="0" />
  <fsinfo  line="80" real_dev="sysfs" mp="/sys"  fs="sysfs" options="noauto" 
dump="0" pass="0" />
  <fsinfo  line="90" real_dev="/dev/cdrecorder" mp="/media/cdrecorder"  
fs="subfs" options="fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8" 
dump="0" pass="0" />
  <fsinfo  line="100" real_dev="/dev/fd0" mp="/media/floppy"  fs="subfs" 
options="fs=floppyfss,procuid,nodev,nosuid,sync" dump="0" pass="0"  format="no" 
/>

  <boel devstyle="static"/>

</config>
--------------->8-----------------

The image I am trying to restore is a rebuilt version of an existing image.  
The partitions and filesystems are different (ext3 vs. reiserfs), and I have 
regenerated an autoinstall.master script for the new image, both manually and 
by hand.

I am trying to image yet again, this time removing the '-t ext3' flags from the 
mount commands in the master script.  I'm having other issues getting there, 
however (unable to mount root errors, etc).

I love the flexibility allowed by the granular complexity of SystemImager as a 
whole, but it sure can be a PITA to troubleshoot!

3.6.X is supposed to have the ''--my-modules" option for UYOK, correct?  It's 
failing for me.


Thanks,
William Kennedy
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to