/tftpboot/pxelinux.cfg/bartpe.conf
LABEL linux
MENU LABEL XP LiveCD
kernel startrom.0
http://www.nu2.nu/pebuilder/
http://wiki.contribs.org/PXE_booting_to_BARTPE
http://www.pebuilder.de/ptopic,17970.html
http://www.pebuilder.de/topic,3664,-frage-zum-autostart-plugin-105.html
http://www.pebuilder.de/ptopic,17968.html
http://support.microsoft.com/kb/300415 - Diskpart
wordpad "C:\Programme\OpenOffice.org 3\Basis\share\registry\data\org\openoffice\Setup.xcu" search for <node oor:name="Office"> (by default line 3) and add <prop oor:name="ooSetupConnectionURL" oor:type="xs:string"> <value>socket,host=localhost,port=8100;urp;</value> </prop>
Links
Command line
Environment Variables
The KiXtart free-format scripting
KiXtart examples
http://home.eunet.no/pnordahl/ntpasswd/ - bootdisk to reset windows password
http://www.windows-unattended.de/ - Unattended installation
http://www.heise.de/security/dienste/Der-Scan-869077.html - applications update check
#### lvm #### lvcreate --name xp-disk --size 8G vg1 dd if=/dev/zero of=/dev/vg1/xp-disk # installation cat <<EOF> /etc/xen/xp-inst kernel='/usr/lib/xen-default/boot/hvmloader' builder='hvm' memory='2048' name='xp-inst' device_model='/usr/lib/xen-default/bin/qemu-dm' boot='d' disk=['phy:/dev/vg1/xp-disk,ioemu:hda,w', 'file:/mnt/winxp.iso,hdc:cdrom,r'] vnc=1 vncviewer=1 vncpasswd="xp" vif=['type=ioemu, bridge=eth0, mac=00:00:00:55:00:00'] usbdevice='tablet' vnclisten='0.0.0.0' EOF # start VM xm create xp-inst # connect to VM from client vinagre YOUR_XEN_Dom0_IP # x