Jump to content

vivekjk

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About vivekjk

vivekjk's Achievements

0

Reputation

  1. anybody with any info on how i can achieve this...
  2. need some help getting all in one dvd Windows XP Pro SP2 Windows 2003 Std SP2 Windows Server 2008 SP1 i have been going through some of these threads here and getting errors: I am using the following script to create the disk, let me know whats wrong here. Coz i cannot install WinXP or Win2K8 using this and Win2K3 gives NTLDR missing. Rem Creates BCD (boot configuration data) for Windows 2008, 2003 and XP DVD set bcdedit=E:\multiboot\boot\bcdedit set BCD-File=E:\multiboot\boot\bcd del %BCD-File% bcdedit /createstore %BCD-File% bcdedit /store %BCD-File% /create {ramdiskoptions} /d "Ramdisk options" bcdedit /store %BCD-File% /set {ramdiskoptions} ramdisksdidevice boot bcdedit /store %BCD-File% /set {ramdiskoptions} ramdisksdipath \boot\boot.sdi set A=Windows Server 2008 SP1 set B=Windows XP Professional SP2 set C=Windows Server 2003 SP2 Standard Edition for /f "tokens=1-3" %%a in ('bcdedit /store %BCD-File% /create /application OSLOADER /d "%A%"') do set guida=%%c bcdedit /store %BCD-File% /set %guida% DESCRIPTION "%A%" for /f "tokens=1-3" %%a in ('bcdedit /store %BCD-File% /create /application OSLOADER /d "%B%"') do set guidb=%%c bcdedit /store %BCD-File% /set %guidb% device boot bcdedit /store %BCD-File% /set %guidb% path \XPPRO\I386\SETUPLDR.BIN bcdedit /store %BCD-File% /set %guidb% DESCRIPTION "%B%" for /f "tokens=1-3" %%a in ('bcdedit /store %BCD-File% /create /application OSLOADER /d "%C%"') do set guidc=%%c bcdedit /store %BCD-File% /set %guidc% device boot bcdedit /store %BCD-File% /set %guidc% path \WIN2K3\I386\SETUPLDR.BIN bcdedit /store %BCD-File% /set %guidc% DESCRIPTION "%C%" bcdedit /store %BCD-File% /create {bootmgr} /d "Windows Vista Bootloader" bcdedit /store %BCD-File% /set {bootmgr} timeout 30 bcdedit /store %BCD-File% /set {bootmgr} displayorder %guida% %guidb% %guidc% bcdedit /store %BCD-File% /set {bootmgr} displaybootmenu yes bcdedit /store %BCD-File% /enum all
  3. Hello All, I am new to creating a multi boot DVD. I would like to create a multi boot DVD which includes Windows XP Professional SP2, Windows Server 2003 SP2, Vista and Longhorn. I tried the steps on Magic ISO.. but the DVD changes to 3.8 GB for WinXPSP2 and Win2K3SP2. Any help appreciated.
×
×
  • Create New...