11) Create an Ubuntu machine with enough free disk space to unpack a Windws ISO. Add an "Unformatted / Raw" disk of size 6GB or larger to hold the Installer.
 22) `apt-get install ntfs-3g grub-pc-bin -y`
 33) `mkpart /dev/sdX` (the Raw disk). Create a MSDos label. Create a partition, type ntfs, mark as bootable.
 44) `mkfs.ntfs /dev/sdX1`
 55) `mkdir /mnt/installer`
 66) `mount /dev/sdX1 /mnt/installer`
 77) `wget Windows.iso`
 88) `mkdir /mnt/windows`
 99) `mount Windows.iso /mnt/Windows`
1010) `cp -Rv /mnt/Windows/* /mnt/installer/`
1111) `grub-intall --target=i386-pc --boot-directory="/mnt/installer/boot" /dev/sdX`
1212) `blkid`, copy the UUID for the NTFS partition
1313) `vim /mnt/installer/boot/grub/grub.cfg`, add:
14echo "grub is running. Loading Windows..."
15insmod ntfs
16insmod search_fs_uuid
17search --no-floppy --fs-uuid <UUID> --set root 
18ntldr /bootmgr
19boot
2014) Clone the Installer image to a new Linode, set it as "sdb" in the config profile.
2115) Create a "Unformatted / Raw" disk to hold the C:\ drive. Set it as :sda" in the config profile
2216) Other profile settings: Full-virtualization mode, no boot helpers, direct disk boot(from sdb).
2317) Boot the profile. USe Glish to install.
2418) At the first reboot prompt in the installer, do a "Shut Down" in the panel.
2519) Remove the Installer image from the config profile. Change the boot device to "sda"
2620) Boot & resume the install process