$ parted --version GNU Parted 1.6.3 $ parted -s -- /dev/sda print Warning: Unable to align partition properly. This probably means that another partitioning tool generated an incorrect partition table, because it didn't have the correct BIOS geometry. It is safe to ignore,but ignoring may cause (fixable) problems with some boot loaders. Disk geometry for /dev/sda: 0.000-76324.500 megabytes Disk label type: msdos Minor Start End Type Filesystem Flags 1 0.000 271.074 primary ext2 boot 2 271.075 53022.036 primary xfs 3 53022.037 76324.438 primary linux-swap
The 'unit MB print' options don't work. This partition table was created by systemimager from an earlier generation golden client. The original, earlier golden client was from a generic RH install, but as you can see, I hand-built an XFS image from that, then created this golden image. The original, earlier golden image (with fdisk partitioning) got clobbered due to my ineptness. This current golden image has all of my latest patches and other stuff that I needed fixed. The problem appears to be the partitioning stuff here? Thank you. Mitch Andrea Righi wrote: > Mitch Sako wrote: > >>The autoinstallscript.conf on the client looks like this: >> >><config> >> >><disk dev="/dev/sda" label_type="msdos" unit_of_measurement="MB"> >><!-- This disk's output was brought to you by the partition tool >>"parted", and by the numbers 4 and 5 and the letter Q. --> </disk> >> > > The disk section is empty. This means that si_prepareclient wasn't able > to detect the partitioning schema of your client. > > Can you post the output of the following commands (from your golden client)? > > # parted --version > # parted -s -- /dev/sda unit MB print > # parted -s -- /dev/sda print > > Cheers, > -Andrea ------------------------------------------------------------------------- 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
