Bernard Li wrote:
> Hi Paul:
> 
> That is a known issue with 3.6.3 - I *think* you can fix it by trying to 
> clear out the MBR of the disk you're trying to image (unless if the disk 
> is already brand new then it won't help you).
> 
> Otherwise I would recommend that you try 3.7.3 as that particular issue 
> has been fixed.  Better yet, wait next week and 3.7.4 should be out - 
> you won't be sorry you waited :-)

since I couldn't wait, I found a fix from someone else's challenges :)

I hack this in to my imagename.master script per Holm's advise from 
another thread.

 > parted -s -- $DISK0 print
 >
 > # from the si-users mailing list, by Ole Holm Nielsen
 > # Wipe the MBR (Master Boot Record) clean.
 > logmsg "dd if=/dev/zero of=$DISK0 bs=512 count=1 || shellout"
 > dd if=/dev/zero of=$DISK0 bs=512 count=1 || shellout
 >
 > # Create disk label.  This ensures that all remnants of the old ...

Looking forward to 3.7.4. Will you anounce it to this list?

thanks,

p
-- 
I must say that I find it difficult to imagine that a company like
Microsoft does not understand the principles of how to document
protocols in order to achieve interoperability
  - EU competition commissioner


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to