Post Preview
postName: bubbanc
postWebsite: 'http://bubba.org'
postComment: "I don't have the source so I can't change the version information; I called it 2.3.1 to not confuse folks with the version with my edits vs. the version without my edits. \n\nI cloned my 25GB NTFS Win7 system from one Lion MBP (using the \"special\" setting; I also ran chkdsk on Win7 prior to my clone). Copied that file to another MBP running Lion, used Bootcamp Assistant to create 50GB of space, then exited utility. I then loaded up my version of Winclone and restored the NTFS copy right over the FAT32 partition BC Assistant made and then extended the NTFS partition to take up the rest of the free space. Restore was successful, I then rebooted into Bootcamp, Windows 7 forced a chkdsk, then came right up. 0 issues and Snow Leopard was not used for any tasks. The clone I made from Lion was done using this command:\n\n$ sudo /Applications/Winclone.new.app/Contents/Resources/winclone.perl -q -create -image_dir=/Users/bubba/Desktop/win7.winclone -image_format=special -ntfstools_dir=/Library/NTFSProgs -ntfs_partition=/dev/disk0s4\n\nThe restore was done through the GUI but used this command:\n'/Applications/Winclone.app/Contents/Resources/winclone.perl' -restore -copy_bcd '/Applications/Winclone.app/Contents/Resources/BCD' -disk_device /dev/disk0 -ntfs_partition /dev/disk0s4 -v -update_bootini -q -image_dir='/Users/bubba/Desktop/win7.winclone' -gptrefresh_path='/Applications/Winclone.app/Contents/Resources' -ntfstools_dir=/Library/NTFSProgs » ~/Library/Logs/Winclone.log 2>&1 &\n\n"