1) The Pro 10 version makes it easier to set up recovery features later provided there's not much data on the hard drive, even vhd recovery is workable. I can send you a link to a WinRE10x64.iso or you can create one with the recovery manager.
Recovery->create boot media (for usb)-leave system files unchecked or
Windows image recovery -> create recovery media (to burn a cd with winre on it)
A recovery image is a big file that windows uses to recover from when things go south and windows isn't fixable at all. It's a huge file usually 4-10GB in size and it sits on a recovery partition. That huge file can be whatever crazy format your OEM decided to put it in or a natively supported .wim or .vhd The default name for it is install.wim
Windows Recovery Environment (winre.wim) is a small (300mb) file that you're computer can boot from in order to start the recovery process. It has tools/scripts/a command prompt/custom OEM executables required to actually do the restore process using the larger install.wim or .vhd. Microsoft suggests into putting the recovery environment (winre.wim partition) [RE] into a different partition than the install.wim [Recovery] so that users can delete the install.wim [Recovery] partition to reclaim space without affecting their ability to have winre.wim accessible. Your OEM followed that advice, but then created a second RE partition (with their own custom tools and boot environment) prolly to recover the Restore image since they put it in some weird format.
2) Booting works like this.
Firmware -- FirmwareGods --- Hard disk --- BootManager ---- Boot loader
The firmware gods are a stand-in for the firmware coders. Each firmware is coded differently and you somehow need to tell the firmware to boot to the correct boot device, in the correct mode and using the correct file. The exact procedure for doing that is different for each computer. But if you're already booting from a usb or cd then you're already past the firmware stage and no additional voodoo is required.
The issue here is that you don't want to be dealing with this every time you boot. Deal with it once. Done. Move on. You could boot rEFInd from a usb or cd but the you'd need it inserted every time just to dual boot. It makes more sense to install it onto the EFI partition directly and deal with telling your firmware once-and-only-once to boot rEFInd. After that rEFInd will always take care of the boot options through software, easily configurable. Ignore the script. That's a .sh script for bash and is a linux thing.
To install rEFInd in windows (do this before installing linux):
1) mountvol S: /s
2) download from http://sourceforge.net/projects/refind/files/latest/download
3) dump the refind-bin-0.9.0.zip\refind-bin-0.9.0\refind\ folder into the \EFI\refind folder
so it looks like this:
\bootmgr (optional)
\bootmgr.efi (optional sometimes)
\EFI\boot\bootx64.efi
\EFI\microsoft\boot\bootmgfw.efi
\EFI\refind\refind_x64.efi
\EFI\linuxdistro\boot\somethingHere.efi
\EFI\refind should have lots of subfolders including drivers_x64. The rest, including the icons folder, are optional and can be deleted.
Now you need to tell the firmware to boot from it. So boot into the firmware F2 for Dell laptops I think and go to boot options and try to specify \EFI\refind\refind_x64.efi as the default boot entry. If you can't boot into the firmware or can't specify it or the firmware ignores the boot order and boots windows anyway or don't want to deal with it. Clobber the default boot entry at \EFI\boot\bootx64.efi by deleting it, renaming refind_x64.efi to bootx64.efi and copying\moving the contents of the refind-bin-0.9.0.zip\refind-bin-0.9.0\refind\ to \EFI\boot\ Before you delete it tho, make sure \EFI\Microsoft\boot\bootmgfw.efi existsIf it doesn't exist, then move and rename the default bootx64.efi so that it does. It's the same file.
Leave a copy of the refind-bin-0.9.0.zip in the EFI partition under root \ so you can always fix it later if the linux install decides to mess with the boot options.
3) For warranties, they general attitude is that the software is not warrantied. If you mess up windows use the restore features, either the integrated ones or the oem ones, and if that doesn't work it's not really their problem. The warranty stuff is mainly for the hardware and if the hard disk or memory goes bad it's still covered regardless of the software configuration provided you didn't open up the computer and mess with stuff. I would't bother creating a disk image but then again if it would give you peace of mind, go for it. Not really useful tho.
4) No difference. Use whatever partition deletion software you're most comfortable with. I like diskpart.