Windows XP Fundamentals for Legacy PC's multiboot integration

Discussion in 'Windows XP / Older OS' started by pottzman, Aug 23, 2020.

  1. pottzman

    pottzman MDL Junior Member

    Joined:
    Dec 8, 2009
    Messages:
    72
    Likes Received:
    19
    Trophy Points:
    0
    does anyone have any idea if / how this can be added to a multiboot disc given it is WIM based unluck other NT5 based discs
     
  2. WindowsMyStyle

    WindowsMyStyle MDL Member

    Joined:
    May 2, 2018
    Messages:
    172
    Likes Received:
    63
    Trophy Points:
    10
  3. pottzman

    pottzman MDL Junior Member

    Joined:
    Dec 8, 2009
    Messages:
    72
    Likes Received:
    19
    Trophy Points:
    0
    sorry I'm using ezboot for my multiboot setup
     
  4. WindowsMyStyle

    WindowsMyStyle MDL Member

    Joined:
    May 2, 2018
    Messages:
    172
    Likes Received:
    63
    Trophy Points:
    10
    no problem...
    you can use grub with ezboot too
    create an IMG file
    inside the file add the version you want of GRUB4DOS ("grldr")
    and the file "menu.lst" with what I wrote above inside
    in the ezboot menu in the command add "run FILE_NAME.IMG"
    the files you can put them all in the "EZBOOT" folder

    Code:
    map --mem /EZBOOT/FILE_NAME.iso (0xff)
    map --mem (bd)/EZBOOT/winvblock.img.gz (fd0)
    map --mem (bd)/EZBOOT/winvblock.img.gz (fd1)
    if not exist CD map (hd1) (hd0)
    if not exist CD map (hd0) (hd1)
    map --hook
    root (0xff) || rootnoverify (0xff)
    chainloader (0xff)/I386/setupldr.bin || chainloader (0xff)