One thing: Why do you use a DVD to install? If you use a recent system with UEFI you can simply put the content of the iso onto a fat32 usb key and boot it via UEFI mode. If you formatted the usb key using diskpart on win it would boot in mbr mode as well, if you formatted it on Linux you can simply use any bootloader of your choice with chainload support - for grub2 you use
for syslinux (syslinux.cfg) you useCode:ntldr /bootmgr boot
The UEFI boot trick does not work directly with W7 as you need to replace the bootx64.efi first (the default does not work with fat32). One other tricky thing is you can try with a FAST usb key/hd is Win8 to Go:Code:default chain.c32 hd0,1 ntldr=/bootmgr
http://tweaks.com/windows/52279/how-...-go-usb-drive/
The funny thing is: you dont need imagex, you can use 7z on linux as well to extract, but you still need to run bcdboot on win (maybe you can get the 32 bit version running with wine, no idea). It worked relatively well to boot from the usb key on different systems, just too slow with my old 16 gb usb key![]()


Reply With Quote

