Grub already present on HDD, will lo*der work?

Discussion in 'Windows 7' started by bseos, Aug 5, 2009.

  1. bseos

    bseos MDL Member

    Dec 5, 2007
    104
    22
    10
  2. Bagheera

    Bagheera MDL Member

    Jul 21, 2009
    144
    0
    10
    Many loaders are compressed executable archives, try to rename to 7z and open with archiver.
    Then look in the command file to see what will happen when you run the loader... You will be amazed what will happen... ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. bseos

    bseos MDL Member

    Dec 5, 2007
    104
    22
    10
    #3 bseos, Aug 5, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Code:
    @echo off
    for %%X in (C: D: E: R:) do (
    if exist %%X\bootmgr bootsectgrldr.exe /nt60 %%X
    )
    pause
    
    ok ..
    but im still unclear as to how this will work with grub already installed in another partition?
    Does it append anything to it, overwirte it, turn first then boot the other grub, what?
     
  4. bseos

    bseos MDL Member

    Dec 5, 2007
    104
    22
    10
    bumpity bump bump (message isnt too short!)
     
  5. andygr

    andygr MDL Novice

    Jul 29, 2009
    3
    0
    0
    Yup. Exactly what I was messing with a week ago. Your best chance is wow7 (latest). It's the only one who uses the latest grub 0.4.4 unmodified! I myself had a grub multi boot environment set up before this loader stuff came up. Wow7 would be your best bet here. Hazars and the Orbit I've tried did not work cause they do not let you have your own menu.lst. They also unhide all partitions before boot and where grub 0.4.3 based.