Loader Builder

Discussion in 'Windows 7' started by nononsence, Sep 7, 2009.

  1. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #1 nononsence, Sep 7, 2009
    Last edited: Sep 7, 2009
  2. anybastard

    anybastard MDL Novice

    May 9, 2007
    35
    0
    0
    Hi

    Thanks for your program and for your SOURCE CODE .

    I think that is a good way to increase our skill ....but this is a my personal point of view

    see you....

    AnyB
     
  3. tuvi123

    tuvi123 MDL Addicted

    Jul 29, 2009
    623
    86
    30
    thank you nononsence.
    great job..

    after that am I just copy grldr to C: and install the cert and key?
     
  4. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    yep just move the file and install the cert and key.
     
  5. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    there ar so few working code examples on the internet, So when I learn
    somthing new of finally get somtheing to work, I like to share it. I spend
    more time searching for how to do somthing then actually writing code.
     
  6. tuvi123

    tuvi123 MDL Addicted

    Jul 29, 2009
    623
    86
    30
    #6 tuvi123, Sep 7, 2009
    Last edited: Sep 7, 2009
    so to copy grldr to C: (where the windows is installed)
    or to the hidden partition ?
    also if I choose the bootmgr option, how and where to copy it?

    just want to be sure, I have done this already (I copy it to the hidden partition volume).

    nice tool btw..
    did you write it in VB?
     
  7. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #7 nononsence, Sep 7, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
    copy to the drive that bootmgr is on,
    most of the time that is the hidden partition.
    you will also have to run

    Code:
    bootinst.exe /nt60  "your driveletter"
    
    to install the grldr file.
     
  8. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #8 nononsence, Sep 7, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
    to install the bootmgr file you will have to rename
    the existing bootmgr file bootmgr.orig is a good
    choice you will get a bunch of uac prompts but
    eventualy it will get renamed then copy the bootmgr
    file to the drive.

    IMPORTANT!!!!

    grldr cannot chainload a hacked bootmgr make sure
    you replace the original bootmgr before you boot
    to a grldr file

    if you screw up the usual fix will get you bootable again.

    Code:
    bootsect.exe /nt60 "driveletter of the partiton that bootmger is on"
    

    yes the app is in VB

    .
     
  9. hanschke

    hanschke MDL Senior Member

    Jan 8, 2008
    425
    33
    10
    why do a loader builder? and why not do one application and put the feature into the other one?
     
  10. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #10 nononsence, Sep 7, 2009
    Last edited by a moderator: May 23, 2017
    (OP)
  11. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #11 Mr Jinje, Sep 8, 2009
    Last edited: Sep 8, 2009
    Cool, like the open source stuff.
     
  12. kisame

    kisame MDL Novice

    Sep 5, 2009
    19
    0
    0
    how do u actualy create a w7 loader??
     
  13. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #13 nononsence, Sep 8, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I chopped a GRLDR file apart and then the parts are connotated back
    together with your choice of SLIC

    Code:
    COPY /b part1 + SLIC + part2 GRLDR 
    
    will do the same thing
     
  14. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #14 nononsence, Sep 8, 2009
    Last edited: Sep 8, 2009
    (OP)
    Thanks, I think showing how it done is better for the community, then
    hiding it.

    Im also seeing more source code downloads then binaries.
     
  15. drsood

    drsood MDL Novice

    Oct 3, 2009
    18
    0
    0
    does your loader support arguments???
    eg. makeloader.exe /hp /grldr
    something of that sort??
     
  16. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    no it just a very simple GUI
     
  17. drsood

    drsood MDL Novice

    Oct 3, 2009
    18
    0
    0
    one more question...
    what is the difference b/w these loaders
    GRLDR vs. BOOTMGR vs. zsmin v0.93

    which one is the best???
     
  18. AQUAR

    AQUAR MDL Novice

    Aug 23, 2009
    24
    5
    0
    #18 AQUAR, Oct 5, 2009
    Last edited: Oct 5, 2009
    Nononsense - can you re-upload the executable again please.

    Curiousity - are you still developing the Windows 7 Loader that Tuvi is keeping alive on MDL?
     
  19. racky29

    racky29 MDL Senior Member

    Aug 2, 2007
    285
    93
    10
    i know an old post but
    have you still got the source code for this project
    im trying to self teach myself a bit of visual basic

    its amazing how much ive learnt from the open 7 activator

    if you have any other small projects or documentation, would be gratefully received
    thanks
     
  20. Elite2k

    Elite2k MDL Junior Member

    Jul 29, 2009
    67
    13
    0
    thanks for this