Jump to content

pirrup

Member
  • Posts

    43
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by pirrup

  1. nah don't want a boot menu :)

    what i want is the option to say i want a normal bootlogo when installing soft unattended.

    i use wpi to install software and reg tweaks

    ps i tried to use some console ini changers but they can't seem to change the long string :(

  2. hello guys,

    i'm using a custom bootlogo (OEMkrnl.exe)

    but i want a option to remove the /kernel=OEMKrnl.exe from my boot.ini so i can have the normal bootlogo

    i tried replacing boot.ini with a batch file but it doens't seem to work with an unattended setup.

    any help would be nice

    cheers

    pirrup

  3. found a solution !

    ok if you want to use cdshell hider and still want to be able to boot WINPE, bartPE, ERD commander or windows installs do this :

    i'll use boot_files (hidden) directory and a main_files directory to explain.

    boot_files will be the hidden iso (my cdshell menu and some files that need to be run by cdshell)

    main_files is the iso with all the files and directory's that are visible on the cd.

    i'll use ERD 2005 as an example :

    got a directory ERD5 in my main_files (this has all the files ERD needs)

    check http://flyakite.msfnhosting.com/ for the tutorial on how he installed ERD

    follow this .

    now comes the trick :)

    make a dir ERD5 also in the hidden iso and copy SETUPLDR.BIN an SETUPLDR.RAM into the dir.

    if you use chain erd5.dat it won't work if you want to use the hidden cdshell. (CDBOOT: Could not find NTLDR)

    so how did i fix it , easy delete the dat files in the root

    then just use BCDW plugin in cdshell :

    if $lastKey == key[F1]; then BCDW boot /ERD5/SETUPLDR.BIN

    if $lastKey == key[F2]; then BCDW boot /ERD5/SETUPLDR.RAM

    now the file get's loaded and searches the none hidden part for the files :)

    at last i got it to work lol

    cheers

    pirrup

  4. ok i'll try to explain :

    hidden -> boot folder (cdshell) , some iso files that need to be in the hidden so cdshell can execute it. (also i added ERD5.dat so cdshell can chain it)

    not hidden-> all the rest

    so when cd boots it loads cdshell from the hidden part , i chose to chain ERD5.dat

    opened ERD5.dat -> SETUPLDR.BINBOOTFIX.BINERD5

    so the dir ERD5 is on the none hidden part of the cd .

    it works correct all if i don't hide anything.

    i hope this gives you more info ;)

×
×
  • Create New...