Jump to content

N30M0D

Member
  • Posts

    47
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by N30M0D

  1. *Fixed* I've answered to myself... Needed to use an hexeditor, if edit the file with notepad the file get corrupted
  2. I know how to build it.... Can answer to my question or not?
  3. thank you jaclaz but, as u can read above, i've done just that.... I've extracted the file, modified it and then edited the iso with ultraiso but i get that error when run the iso with virtualpc. I can't rebuild the iso, i need to change the serial in some way.
  4. Hello, i don't know if it's the right section. If it's not I apologize. I have a BartPE iso and i need to update nero but the old serial is not recognized and when nero starts ask me for it. So i need to put the new one. I know the serial is stored in i386/SYSTEM32/CONFIG/SOFTWARE but if I find it and replace it I get an error in virtualpc: STOP: c0000218 {Registry file failure} The registry cannot load the hive (file): systemroot/system32/config/SOFTWARE/ or its log or alternate. It is corrupt, absent, or not writable. why should i have broken the checksum? I have only replaced the old code... all should work If is not possible to edit that file can i register it on-the-fly when nero.cmd is running? Thanks
  5. @Djè simply i don't want to use additional programs to make unattended installations the way in the first post worked fine for me edit: i can't use autoit!
  6. Is there a way like that in the first post avoiding the auto-it script?
  7. try $lastKey == key[1]; then bcdw boot /BSCRIPT/ghostbootcd.IMA or $lastKey == key[1]; then bcdw boot BSCRIPT/ghostbootcd.IMA
  8. create a customizated batch file (.bat) for each bootfix.bin version that you previously placed in different folders.
  9. You could improve it with a customizable song deactivable by a button?
  10. thenk you, awesome stuff but i can't change properly the size of the window. If i change the height, under the [general] section in menu.ini, nothing happens. The resizing works only changing the width.
  11. http://flyakite.msfnhosting.com/
  12. for win 2003 sp1 should i replace 7 occurences (five i386 and two I386) or only i386 occurences?
  13. copy also docs folder from ubcd disk to AIO-DVD\
  14. *.dat files are hexed fine i think... sytems boot but, after their respective boot screens, that **** error comes up Might be an hardware limitation?? Under virtual pc my DVD works like a charm.
  15. Hi, this is a simple way to integrate UBCD 3.3 on a multiboot DVD for newbies who met problems. Copy boot\menus folder from UBCD disk in AIO-DVD\boot\ folder. Copy INSERT, dosapps and images folders in AIO-DVD\ Open cdshell.ini and CUT ALL leaving in it only this lines: boot: cls print "\n" print "Press enter to boot from DVD... \n" getkey 5 boot 0x80 if $lastKey == key[enter]; then script menus/rootmenu.scn # When no key found... goto boot now, create rootmenu.scn, open it with notepad, and paste all the rest in it. Cut rootmenu.scn and put it in menus folder (AIO-DVD\boot\menus). Now in rootmenu.scn, when we want to start UBCD at his line we type: if $lastKey == key[3]; then script menus/main.scn Now open main.scn and insert in the menu list the voice "[ESC] DVD Root menu" (We add this voice to return to DVD root menu): if ($lastKey == key[ESC]); then script menus/rootmenu.scn Finally open each .scn file in AIO-DVD\boot\menus\ and correct the patch for each .scn line: if ($lastKey == key[4]); then script file.scn ----> if ($lastKey == key[4]); then script menus/file.scn Is it clear? *I would only to know how to handle freesco and tools folders of UBCD disk Now about INSERT... If u use UBCD full with INSERT i can suggest you a way in order to run it. If you have on dvd a live linux distro yet (like DSL) and start it with bcdw command then u can copy the content of isolinux folder of the UBCD disk in AIO-DVD\boot\modules\isolinux folder. Now u can use INSERT on your DVD too (No need to edit files because in boot\menus there is insert.scn already). I apologize for my english, Bye
  16. Hi, it happens that when i run my dvd on a real system and i choose a windows os or erd commander i get "UNMOUNTABLE BOOT VOLUME" error some time after the appearing of the xp bootscreen with his progress bar but if i test the dvd under virtual pc all works fine. Please help me! I can't sacrifice weeks of hard work
  17. hi, I've built a PE image then i've read the guide and inserted it in the DVD. When i start it and execute some programs like nero, bginfo, and others they don't work instead others like irfanwiev work fine. If i emulate the pebuilder image all works fine but in the DVD it looks like PE avoid some appz... Could be a file system limitation? (I can't believe this ) tnks
  18. hi, i've tried to use also the -j1 parameter... This error: Can't find KNOPPIX filesystem, sorry. Dropping you to a (very limited) shell. Press reset button to quit. disappeared but new errors occurred. I'm talking about knoppix and knopils, because DSL works fine with bcdw boot isolinux/isolinux.bin command tnks
  19. @sonica I run DSL copying KNOPPIX folder in AIO-DVD and isolinux folder in boot folder. In cdshell.ini: then bcdw boot isolinux/isolinux.bin Copy bcdw.csm (taken from bcdw-2.0a1) in boot\modules folder. I tried to run knopils 0.7 or knoppix 3.7 with this method but they don't work. I tried to use the command "then isolinux" or "then isolinux knoppix" but same result.
  20. now knoppix starts but i receive this error: Can't find KNOPPIX filesystem, sorry. Dropping you to a (very limited) shell. Press reset button to quit. KNOPPIX folder is in the main dir...
  21. Hi, I'm not able to run knoppix or knopils or other distros. I read this method but i get an error abou bcdw (invalid command). I copied the .csm file (v150z) in modules dir but the command doesn't work. I made different searches but i didn't find anything working. Can someone tell me what is the problem? I've tried others methods too but nothing... I'm driving crazy Tnk U
  22. Here you go http://www.foxitsoftware.com/pdf/rd_intro.php
  23. If you want to read Pdf files then i suggest you FoxitReader instead of Adobe Reader. It's a lot faster, it's only about 2 mb, doesn't need installation and it's freeware
×
×
  • Create New...