create multiboot dvd windows 8.1+windows 2000

Discussion in 'Windows 8' started by lovestudio, May 13, 2014.

  1. lovestudio

    lovestudio MDL Member

    Mar 24, 2014
    101
    1
    10
    anyone can help? xboot free application does not make windows 2000 work with this method.
    Magic ISO Maker v5.5 I do not understand well.
    anyway to create this, probably manually?
     
  2. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,979
    7,149
    240
    God bless you
     
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Why that many threads ... :g:? One would have been sufficient :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. lovestudio

    lovestudio MDL Member

    Mar 24, 2014
    101
    1
    10
    because, different qestions, suggestions.:)
     
  5. Mutagen

    Mutagen MDL Addicted

    Feb 18, 2013
    580
    123
    30
    Your tolerance sir, far exceeds mine.
     
  6. Al_Gore_Internet_Inventor

    Mar 18, 2014
    46
    7
    0
    The way things are going around here, I'm bracing myself for a "Windows 9 DP + Windows for Workgroups 3.11 multiboot dvd" request.
     
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Let me guess ... it should fit on 1 CD in max :cool2:?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    With a set of floppies to boot a MUST
     
  9. useru

    useru MDL Novice

    Dec 4, 2012
    7
    0
    0
    #9 useru, May 16, 2014
    Last edited by a moderator: Apr 20, 2017
    copy Windows 2000 CD files to folder \2000_8\
    Rename \2000_8\setup.exe setup2k.exe
    copy Windows 8 DVD files to folder \2000_8\

    Adjust Boot\bcd
    Code:
    cd \2000_8\
    BCDedit /store Boot\bcd /set {default} bootmenupolicy legacy
    BCDedit /store Boot\bcd /create {ntldr} /d "Install Windows 2000"
    BCDedit /store Boot\bcd /set {ntldr} device boot
    BCDedit /store Boot\bcd /set {ntldr} path \I386\SETUPLDR.BIN
    BCDedit /store Boot\bcd /displayorder {ntldr} /addfirst
    Create a ISO image
    Code:
    oscdimg -m -n -o -bootdata:2#p0,e,b\2000_8\boot\etfsboot.com#pEF,e,b\2000_8\efi\microsoft\boot\efisys.bin \2000_8 \Win2000_8.iso
    Happy testing. Expect drawbacks.