Jump to content

jaclaz

Member
  • Posts

    21,294
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. I wouldn't be so "catastrophic". What I would do (assuming that you anyway have a complete and recent backup): 1) Change the drive cable (yes, errors in event viewer about a bad data block can be caused by the cable or contacts) or at least try re-seating it at both ends 2) run CHKDISK 3) run CHKDSK /R But, BEFORE the above: To identify the drive, all you need to know is that first hard disk is \Harddisk0, so the one you have problems should be your second one, but it can also be your CD or DVD drive: http://www.tek-tips.com/viewthread.cfm?qid...6661&page=4 Which drive/partition has letter D:\ in your system? By comparing the output of MOUNTVOL command with that of VLM (part of the DSFOK toolkit): http://members.ozemail.com.au/~nulifetv/freezip/freeware/ you can make sure which is which. But the error could also be due to a "bad" driver, you should use the HD manufacturer utility to check the drive, usually they run from a bootdisk and directly access the drive, so that if the HD pases the check, it means that it is something else (driver or however software) that is causing the problem. jaclaz
  2. Most probably you chose a "wrong direction" when running the batch, in one of the choice menus. Please describe which choices you chose or re-run the batch jolting them down and post them. Also, you could upload the log file. jaclaz
  3. I actually had the feeling you were up to something..... ....good work! Making it a sticky.... jaclaz
  4. MI4C, sorry, but I do not understand what you are trying to do. If what you are asking for is to create Virtual hard disks of given size/geometry or "manually" formatting a USB stick, you may find these batches useful MBRBATCH/MKIMG: http://www.boot-land.net/forums/?showtopic=3191 http://www.boot-land.net/forums/?showtopic=5000 Otherwise, can you re-describe what you are trying to do? jaclaz
  5. Try START "Nero" /DC:\Install\Nero\ /WAIT nero.exe or START "Nero" /WAIT nero.exe http://www.ss64.com/nt/start.html be aware of the "Title" and 8.3 naming with /D option problems. jaclaz
  6. Read here: http://www.msfn.org/board/Integration-of-I...ve-t107504.html jaclaz
  7. See if this helps: http://www.msfn.org/board/Edit-txtsetupsif...o-M-t65541.html jaclaz
  8. Some information can be found here: http://www.911cd.net/forums//index.php?showtopic=16381 http://www.msfn.org/board/Cannot-access-CD...P-i-t91907.html The \I386 folder should not be affected by installing a later SP, checking the dates of the files should be enough to make sure of that, the sp3.cab is to be removed from the build, of course. Your mileage may vary OEM's like Dell, HP or Sony have a knack for making non-standard mods that need lots of time to find and fix. jaclaz
  9. For the record, there is a Commercial application said to be capable of "fixing" these kind of problems: http://www.tamedos.com/tame/tamehome.htm I was never able to find a Freeware/Open Source alternative to it. jaclaz
  10. Well, no, it should be additional. @fusan Why don't you try the Reg key on a "normal" XP?, it has always worked. If you use XP SP2, that is. Could it be some KB update? It is definitely documented to work with BartPE, try using this .cmd: http://www.911cd.net/forums//index.php?showtopic=19422 or, another idea, maybe the thereby referenced app?: http://www.joeware.net/freetools/ http://www.joeware.net/freetools/tools/writeprot/index.htm jaclaz
  11. This reader? http://www.pcworld.com/downloads/file/fid,...escription.html Or this reader driver? http://panasonic.co.jp/pcc/products/en/dri...df.html#POINT02 jaclaz
  12. Wouldn't it be easier on the "other PC" to set up (temporarily) an admin account with same login and password as the "dead" laptop? jaclaz
  13. That's very strange. One of the given links specifiy that this Registry entry is a SP2 feature. Maybe you are running Gold or SP1? Or SP3 and the feature has been removed? jaclaz
  14. (bolding/underlining by me) Hmmm, just for the record: http://www.msfn.org/board/usb-drivers-prob...te-t112812.html http://www.msfn.org/board/Petition-to-Nuhi-t119463.html jaclaz
  15. ....and bugs, remember the bugs.... ...though most of the ones we all have are not pertaining the animal world.... jaclaz
  16. Maybe that's it, "00010001" is the "code" for DWORD, the actual value of the key in Registry must be either 0 (write protect disabled) or 1 (write protect enabled). Some reference: http://www.everythingusb.com/writeprotect_registry.html http://www.accessdata.com/media/en_us/prin...otect.en_us.pdf jaclaz
  17. jaclaz

    USB Booting issues

    I will , if you tell me what the heck did you use to fdisk/format the stick this time. The MBR code is NOT a standard NT/2K/XP/2003 nor Vista one. Open the stick in beeblebrox, and try setting the "Boot" to 80 (currently it is 00, i.e. you have currently NO partition active). Then, your geometry is once again "gone beserk"! You have: 0B-00-0-1-1-243-32-63-32-15974368 Should be one of the following: 0B-80-0-1-1-243-254-63-63-3919797 0B-80-0-1-1-243-254-63-63-3919797 0C-80-0-1-1-242-254-63-63-3903732 0C-80-0-1-1-242-254-63-63-3903732 SO: 1) Use beeblebrox to write one of the given set of values 2) Eject and reinsert stick 3) Format the stick 4) Run bootsect.exe /nt52 against the stick 5) Copy to the stick NTLDR/NTDETECT.COM/BOOT.INI 6) Try booting from the stick 7) if it does not boot, loop to 2) and try another set of values If it still does not boot, Use MBRFIX: http://www.sysint.no/nedlasting/mbrfix.htm http://www.sysint.no/Download/tabid/162/la...NO/Default.aspx MbrFix /drive <num> fixmbr to fix the MBR code and loop back to 1) Report. jaclaz
  18. Reference is here: http://www.msfn.org/board/How-to-boot-inst...html&st=111 Yours should be: [Version] Signature = "$Windows NT$" [Addreg] ;WriteProtect USB HKLM,"SYSTEM\ControlSet001\Control\StorageDevicePolicies","WriteProtect",%REG_DWORD%,1 [Strings] ;Handy macro substitutions (non-localizable) REG_SZ = 0x00000000 REG_BINARY = 0x00000001 REG_DWORD = 0x00010001 REG_MULTI_SZ = 0x00010000 REG_SZ_APPEND = 0x00010008 REG_EXPAND_SZ = 0x00020000 or [Version] Signature = "$Windows NT$" [Addreg] ;WriteProtect USB HKLM,"SYSTEM\ControlSet001\Control\StorageDevicePolicies","WriteProtect",0x00010001,1 Then, you have to BOTH add hiveOEM.inf AND add the entry for it in txtsetup.sif as explained in the referenced post. jaclaz
  19. Wouldn't something like these: http://launchy.net/ http://www.nymtec.com/desktop-lite-thingy be handy? Would they run in PE 2.1? jaclaz
  20. Are you removing "Manual Install and Upgrade for removal"? See FAQ #2 here: http://www.msfn.org/board/FAQs-t116766.html jaclaz
  21. Can you get to DOS command line? If yes, try running win.com with the various "debug" switches: http://support.microsoft.com/kb/142544/en-us Check this page: http://www.mdgx.com/newtip10.htm that has more tips. I see you have a 160 Gb hard disk, you sure that the FAT32 partition is BELOW the LBA48 barrier (137 Gb)? See here: http://www.msfn.org/board/Enable48BitLBA-B...ier-t78592.html http://www.msfn.org/board/137GB-limit-ESDI...lim-t46752.html jaclaz
  22. Looky here: http://www.msfn.org/board/Rename-File-With...-Fi-t47812.html jaclaz
  23. jaclaz

    USB Booting issues

    Happy to hear a story of success! jaclaz
  24. jaclaz

    USB Booting issues

    Just for the record, and should anyone have the same type of problems, the "magic numbers" in partition table I gave before can be easily calculated with the spreadsheet you can find here: http://www.boot-land.net/forums/?showtopic=2959 Yep, but besides testing booting from the stick, it is a good idea to have anything removed also when "fiddling" with it, as you appear to have learned the "hard" way : jaclaz
  25. Sure, but a few simply do not have enough current to drive a 2.5" hard disk, Specs are not below +4.75V and up to 500 mA, but there are reported cases where the actual current you can draw from the port is less than that. However, this appears not to be the case, I suspect more that, though being perfactly compatible with Windows XP "internal" drivers, the USB Vid/Pid is not "recognized" properly, a chack with DEVCON would be useful: http://support.microsoft.com/kb/311272/en-us http://www.robvanderwoude.com/devcon.html Renew USB: http://www.robvanderwoude.com/files/renewusb_2k.txt jaclaz
×
×
  • Create New...