franner Posted September 21, 2010 Posted September 21, 2010 (edited) I have read many topic's, used google search and allot of manual effort to try and get this working but I can't figure it out.Is there any guide to make this posible?I know vista/7 is possible, both x86 and x64. But the problem is adding windows xp to this multiboot USB/DVD. Space is no problem for me. But I would like to have all 3 OS's on a USB to make it quick to reinstall windows without fiddling with DVD's because they get scratched and are slower than USB.I hope someone already got a solution and would point me in the right direction.thank you in advancePS is it possible to make windows xp as a .WIM image and that way add it to the install .WIM where both vista and 7 will be? Edited September 21, 2010 by franner
grabben Posted September 21, 2010 Posted September 21, 2010 Cant really make a .wim of the xp setup like vista and 7 but you can make an image of xp..Checkout the boot from usb section.
franner Posted September 21, 2010 Author Posted September 21, 2010 Cant really make a .wim of the xp setup like vista and 7 but you can make an image of xp..Checkout the boot from usb section.okay thanks.Is it this thread you where thinking of?:
grabben Posted September 22, 2010 Posted September 22, 2010 yep thats the one It ceirtanly would be nice with vista, server and 7 in one install.wim but that doesnt seem to be working for me unfortunately..With this you can atleast have xp and 7/vista.
Guest lanceloare Posted September 28, 2010 Posted September 28, 2010 I have done everything on this tutorial and it works nice with linux, but I also wanted to add a windows 7 installation!I copied the ISO file to the USB and added this to the menu.lsttitle Windows 7find –set-root /windows7.isomap /windows7.iso (hd32)map –hookroot (hd32)chainloader (hd32)
darkleon Posted September 29, 2010 Posted September 29, 2010 Friends, the creation of a .wim file to install windows xp is possible, but is not compatible with the setup of seven, or Vista.The .wim file made of Xp installation is compatible with Longhorn Setup, check out here in the search box for topic called Nlite the art of OEM, in this tread Dexter.inside explain the metod used and me try it and make the .wim file succefull.Or sear for Panther Xp both metods are possible the .wim file creation, the result is amazing, try it.Greettings from Mexico.Pd.Sorry for my bad english but i dont have the time for learn it.
Tsusai Posted December 21, 2010 Posted December 21, 2010 Coworker and I just got finished making our USB Vista/7/XP (home and pro) install flash drive. Works flawless so far. Does require a 16GB flash drive however (comes to about 10GB).Structure\boot\ (normal bcd stuff)\Sources\Boot.wim (modified Windows 7 PE)\SEVEN (Contents of a Windows 7 x86/x64 DVD)\VISTA (Contents of a Windows Vista x86/x64 DVD)\XPHOME (Contents of a XP HOME CD)\XPPRO (Contents of a XP PRO CDSetup.exe (Custom shell/installer. Our modified Windows 7 PE will use this file as a shell)I'll have a guide up later when I'm further awake. All OS's are installed via the Windows PE environment.
grabben Posted December 21, 2010 Posted December 21, 2010 Coworker and I just got finished making our USB Vista/7/XP (home and pro) install flash drive. Works flawless so far. Does require a 16GB flash drive however (comes to about 10GB).Structure\boot\ (normal bcd stuff)\Sources\Boot.wim (modified Windows 7 PE)\SEVEN (Contents of a Windows 7 x86/x64 DVD)\VISTA (Contents of a Windows Vista x86/x64 DVD)\XPHOME (Contents of a XP HOME CD)\XPPRO (Contents of a XP PRO CDSetup.exe (Custom shell/installer. Our modified Windows 7 PE will use this file as a shell)I'll have a guide up later when I'm further awake. All OS's are installed via the Windows PE environment.A guide would be more than welcome, thanks alot!
dadasalam Posted January 1, 2011 Posted January 1, 2011 (edited) does anybody got the solution?i need it emergency ONLY XP/Windows 7i dont need vistaplease helppp mepleaseeeeeeeeeeeeeeeeeehow can i do that on DVD only DVD? Edited January 1, 2011 by dadasalam
cdob Posted January 2, 2011 Posted January 2, 2011 i need it emergency ONLY XP/Windows 7how can i do that on DVD only DVD?Get WAIK. Install WAIK.Copy Windows 7 files to a folder c:\XP_7\Copy Windows XP files to the same folder c:\XP_7\Adjust boot configuration file c:\XP_7\boot\bcd@ECHO OFFrem edit BCD (boot configuration data)rem add XP \I386\SETUPLDR.BIN to boot DVD set BCD="BCD"BCDedit.exe /store %BCD% /create {ntldr} /d "Install Windows XP"BCDedit.exe /store %BCD% /set {ntldr} device bootBCDedit.exe /store %BCD% /set {ntldr} path \I386\SETUPLDR.BINBCDedit.exe /store %BCD% /displayorder {ntldr} /addlastKeep resulting ISO file below 4 GB size. oscdimg sorting is almost useless: high cpu load to sort some files, that's insane. dosn't sort foldersOscdimg Command-Line OptionsRun at c:\XP_7\oscdimg -n -m -b.\boot\etfsboot.com . \XP_7.iso
pleXtOr Posted March 14, 2011 Posted March 14, 2011 (edited) hey cdob, thank you for that bcdedit commands.. i have question.. is this a good configuration?Default: Windows 7 Service Pack 1Timeout: 30 secondsEasyBCD Boot Device: C:\Entry #1Name: Windows 7 Service Pack 1BCD ID: {default}Device: [boot]\sources\boot.wimBootloader Path: \windows\system32\boot\winload.exeEntry #2Name: Windows XP Service Pack 3BCD ID: {ntldr}Device: bootBootloader Path: \I386\SETUPLDR.BINwhen I boot iso file to virtualbox, that show me this 2 options.. when I start 1st option, it start win7 setup, but when I start 2nd option computer just restart and again show "press any key to boot..." dont start xp setup.. what i do wrong? sorry for my bad english...EDIT: is win7 setup.exe needed in main directory to start xp setup? and i dont make iso with oscdimg, i make it with rt7lite.. Edited March 14, 2011 by pleXtOr
cdob Posted March 14, 2011 Posted March 14, 2011 is this a good configuration?I can't read example. Post/attach a bcdedit output."press any key to boot..." dont start xp setup.. Does ISO image contains a file bootfix.bin?Message may relate to that file. Press a key to boot, do it.is win7 setup.exe needed in main directory to start xp setup?No.i dont make iso with oscdimg, i make it with rt7lite..Try the oscdimg command line.
pleXtOr Posted March 15, 2011 Posted March 15, 2011 hey man, thank you for fast reply.. its my bad, i try to complicate very simple thing... now i use only your method (bcdedit and oscdimg) and it work perfect i have another question O:) when booted i have 2 options install win7 or xp, and down on the same screen i have Memory Diagnose Tool, or something like that..is there any way to remove/disable that tool from screen? If no, nevermind, thank you in every case sorry for my bad english...
cdob Posted March 15, 2011 Posted March 15, 2011 now i use only your method (bcdedit and oscdimg) and it work perfectThanks for report. Other tools may work nonetheless, however more difficult to support. i have Memory Diagnose Tool, or something like that..is there any way to remove/disable that tool from screen?Try BCDedit.exe /store %BCD% /delete {memdiag} /cleanup /f
pleXtOr Posted March 15, 2011 Posted March 15, 2011 (edited) you are the man and this work perfectly i have another 3 questions, and i will stop be annoying any more 1. Can I Edit "Windows Boot Manager" text on top of booted screen (eg. to "Multiboot DVD - WIN7 + XP")2. What is [EMS Enabled], is that needed for win7 setup, if no, how can I disable that? (One question )3. Disable "Seconds until the highlighted choice will be started automatically: 30"?thanks in advance.. and sorry for my bad english EDIT: You can create separate topic "Multi boot Windows 7 and XP [Easyest way]" with all of this EDIT2: I open edited BCD with Visual BCD 0.9 and disable EMS Edited March 16, 2011 by pleXtOr
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now