3.0

Table Of Contents
User’s Manual
52 VMware, Inc.
To complete the task creation if the destination machine is an ESX Server machine
1Reviewthesummaryofthesettingsforthenewvirtualmachine.
2 (Optional)Tohavethenewvirtualmachinepoweredonaftertheconversioniscomplete,selectPoweron
thenewVirtualMachineaftercreation.
To complete task creation in all other cases
ReviewthesummaryofthesettingsforthenewvirtualmachineandclickFinish.
Using peTool to Modify the Converter Boot CD
VMwareprovidespeToolasacustomtoolforaddingWindowsdriverstotheConverterBootCDISOimage,
alongwithothermodifications.UsingpeTool,youcanaddstoragedevicedriversandnetworkdevicedrivers.
ToaddanewnetworkdrivertotheISOimage,usethefollowingcommand:
petool -i <Conv_boot_cd.iso> -n <driver_folder_path>
Youcanadd
executablebinariesandVNCpackagesandperformtheotheractionslistedinTable 51.
Table 5-1. peTool Options
Option Action
-h [--help] Produceshelpmessages
-i [--image] Specifiesimagefile.
SpecifiestheWinPECDimagetobemodified.Anexample:
-i c:\coldclone.iso.TheoriginaloftheISOimageissavedwitha.bak
extension.Inthisexample,itwouldbesavedascoldclone.bak.
-b [--binary] Addsbinaryfiles.
Foraddingexecutablebinaries.Mustbefollowedbyone
ormorefullpaths
andnamesofbinaryfiles.Thebinaryfileiscopiedtothe\Programs
directory.
-B [--start_binary] Addsbinaryfilesandautomaticallystart.
Similarto-b,exceptthattheaddedbinariesexecutewhenWinPEbootsup
thesystem.
-v [--vnc] AddsVNCpackage.
SpecifiesaVNCpackagetobeadded.Itis
followedbyanexecutable
binarywiththeVNCpackageyouwanttostartup
(%<relative_path&filename>,thesameformatasdescribedin-P),and,
optionally,followedbya%<predefined_VNC_password>.Forexample,
-v c:\RealVNC%vnc4.exe%123.ThiscopiestheVNCpackageat
c:\RealVNCandstartsthevnc4.exeundertheRealVNCdirectoryafter
boot
up.ThepasswordforVNCis123.
Ifyousetthisoption,thefirewallisturnedoff,andthe“pressanykeyto
bootfromCD”optionduringbootupisremoved.
-p [--package] Addssoftwarepackages.
Thismustbefollowedbyoneormorefullpathsandnamesofsoftware
packages.The
packagesarecopiedtothe\Programsdirectory.
-P [--start_package] Addssoftwarepackagesandstart.
Specifiesanexecutablebinary,insidethepackage,thatyouwanttostart
afterbootup.Theformatis
-P <software_package_directory>%<relative_path&filename>.
Forexample,ifthepackageyouaddisinsideadirectorycalled
c:\RealVNCandtheexecutablebinaryyouwantto
startupisvnc4.exe
undertheRealVNCdirectory,specify-P c:\RealVNC%vnc4.exe.
-f [--disable_firewall] Disablesfirewall.
DisablesthefirewallafterWinPEbootsup.