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 Member

    Dec 8, 2009
    216
    340
    10
    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. pottzman

    pottzman MDL Member

    Dec 8, 2009
    216
    340
    10
    sorry I'm using ezboot for my multiboot setup
     
  3. WindowsMyStyle

    WindowsMyStyle MDL Member

    May 2, 2018
    178
    81
    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)