Jump to content

jaclaz

Member
  • Posts

    21,300
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. Sorry, deleted, I gave some ideas, taken from Rob Van der Woude's site but they are for NT/2k/XP only. jaclaz P.S.: Actually there is a way to read values in win95/98, through some peculiar "side effects" of some commands, see here: http://www.robvanderwoude.com/ http://www.robvanderwoude.com/regedit.html Skip to the Win95/98 section there are links to : http://www.robvanderwoude.com/amb_cdrom.ht...dromDriveLetter and CHOICE usage: http://www.robvanderwoude.com/choice.html
  2. Interesting news, thanks. jaclaz
  3. This is the best "nearly what you need" I know of: http://gabrieleponti.com/software/ Send To Toys 2.3 Of course to send a "open dos prompt" command you need an argument, if you select a directory, this add-on works like the Registry Tweak posted early, if you select a file, it opens to the directory where the file is and types the name of the file on the command line.This is of course VERY useful if the file is a .exe, .bat or .cmd, as you just add the (optional) parameters and hit enter.If the file is not an executable, you will need to use a bit of backspace. jaclaz
  4. Well, that's a clear example of a "Virtual" drive! Seriously, the EB5290 is the standard "jump" code for NTFS partitions. The "jump" code tells where the next instruction is to be found, so EB=jump instruction 52=offset (i.e. distance where to jump) 90=nop (No operation, just a value to "pad" a byte) As 52 hex means 82 decimal, and 5B hex means 91, "your" bootsector jumps 9 bytes longer than it should, unless the boot code you have is not the original one. Best option, as I see it, would be to re-format that partition, but you can try checking the following (you need a hex editor capable of opening directly a disk or use a disk editor to copy that sector to a file, then use the hex editor: 1) If from byte 54 hex you find values FA 33 C0, the boot record seems ok and probably just the 52/5B is an error 2) If from byte 54 hex you do not find values FA 33 C0, the boot record is UNKNOWN. here is a reference to NT/2K/XP bootcode: http://thestarman.pcministry.com/asm/mbr/M...tail.htm#ntfsbr http://thestarman.pcministry.com/asm/mbr/NTFSBR.htm With that reference and a copy of the bootsector of another NTFS partition, you should be able to re-write manually the bootrecord wht an hex editor. jaclaz
  5. Just to make sure, download this uti: BEEBLEBROX http://students.cs.byu.edu/~codyb/ And examine the Bootsector of that partition, in the "Jump" editbox you should have "EB5290" jaclaz
  6. Yep, and it has already been reported as WORKING!: http://www.911cd.net/forums//index.php?showtopic=12326&st=55 (with some screenshots) jaclaz
  7. Yep, I was referring to how the "real" NTLDR works. jaclaz
  8. for the nth time Partition Magic is of NO use if the existing partitions/drives have errors! You might want to read this thread: http://www.msfn.org/board/index.php?showtopic=50179 jaclaz
  9. Actually it is right there: http://www.grisoft.com/doc/289/lng/us/tpl/tpl01 or go to: http://www.grisoft.com/ click on "AVG Products" on the left AVG Free edition is 9th product from top. Any other "conspiracy theory"? jaclaz
  10. Come on guys, original poster had his problem solved, and tubui's post was from APRIL I guess he solved his problem by now.... jaclaz
  11. Though I am not an expert with WinPe, but maybe I can clarify some of the part related to bootpart. ANY partition, regardless if it is Primary or Logical, regardless if it is NTFS, FAT16 or FAT32, formatted under 2K/XP will have it's bootsector with the standard Microsoft code to load NTLDR. Once NTLDR has started, it reads BOOT.INI, where you can put two types of entries: 1) An arcpath to a Windows NT (NT here means NT/2K/XP/2003) install (i.e. something like multi(0)disk(0)rdisk(0)partition(1)\NTEXP="Windows 2000 PRO" /fastdetect) 2) A direct path to a copy of a RAW bootsector (i.e. something like C:\Bootsect.w98="Windows 98 Command Line" /win95) If used with entry of type 1) above, NTLDR will proceed booting the Windows NT files if used with an entry of type 2) above, NTLDR will work as a "chain" bootloader, giving full control to the RAW bootsector, just like it was the bootsector of the active partition. Bootpart was originally developed for people wanting to double boot NT and DOS 6.22, and evolved in the years. It can produce TWO kind of output files: 1) A standard bootsector: the syntax is following: bootpart <OS> <filename> Where OS can be (case insensitive): DOS622 MSDOS MS-DOS 6.22 I.D. MSDOS5.0 WIN95 Windows 95 I.D. MSWIN4.0 WIN95OSR2 WIN95SR2 WIN95OEMSR2 Windows 95 OEMSR2 I.D. MSWIN4.1 WIN98 WINME Windows 98 or Windows ME I.D. MSWIN4.1 NT WINNT WIN200 WIN2K WINXP Windows NT/2K/XP and 2003 VISTA WINVISTA Windows VISTA (BOOTMGR instead of NTLDR) OPENDOS OpenDos I.D. NWDOS7.0 (the "code" of the bootsector will change, but the "data" - like number of starting position of the partition, length, etc. - will be always the same, taken by your existing bootsector 2) A copy of a bootsector ALREADY on another partition: the syntax is following: bootpart <partition_number_as seen_by_bootpart> <filename> this will simply copy the bootsector of the selected partition to <filename> The same effect can be obtained by using a diskeditor, debug or dd. here is a link for debug: http://www.bcpl.net/~dbryan/ntfs-dual-boot.html (debug is already in the OS files) and here is one for dd: http://doc.rmplc.co.uk/linux/LDP/HOWTO/Lin...T-Loader-5.html (dd is already in ANY Linux distro, but there a few versions for windows too: http://uranus.it.swin.edu.au/~jn/linux/rawwrite/dd.htm If you add at the END of any of the two commands a string inside quotes, bootpart will add the entry to BOOT.INI. There is a section in the Winimage Forums dedicated to bootpart as well: http://forum.winimage.com/viewforum.php?f=1 where you can find many questions already answered. jaclaz
  12. About service disabling, there used to be the blackviper site, (currently down), but you can find some of it here: http://web.archive.org/web/*/http://www.blackviper.com jaclaz
  13. Yep, sorry, I misread your original post. Check these: http://www.annoyances.org/exec/show/article07-037 FLOPPY (OR ANY OTHER DRIVE) ACCESS ANNOYANCE! here: http://www.mdgx.com/newtip2.htm jaclaz
  14. No, images are VERY "hardware dependant", the image you made of your actual laptop will be VERY good to put it back in case (for example) of a HD crash or filesystem corruption, but it will be of NO use on a different model/make (unless some VERY HEAVY tweaking is made on the image). jaclaz
  15. In some BIOS there is a "DISABLE FLOPPY SEEK" option... jaclaz
  16. For those "pesky" files, you could "convert them back": http://www.nicepdf.com/products.html http://www.coolpdf.com/products.html jaclaz P.S.: BOTH are portable apps, no install needed
  17. There is also a "last resort" technique, really only useful to salvage data from a badly scratched CD, that will be thrown away afterwards. The real problem with scratches is the "sides" of them that "confuse" the reader, by polishng as detailed above, you flatten the scratch, but sometimes the scratch is so deep that it is impossible to do that, so there is this other way, FILL the scratch with a transparent material. Two candidates: 1) Car WAX 2) Car glass (windshield) silicon/teflon based spray coating Of course you need to WAIT until the product has completely dried off, BEFORE polishing the CD with a cloth and insering it in the drive. jaclaz
  18. Yep, some toothpastes are good, not all of them though. Best product is BRASSO or similar polishing pastes, read here: http://www.burningissues.net/how_to/scratc...ratchrepair.htm jaclaz
  19. A good, simple guide: http://www.theeldergeek.com/hard_drives.htm (if you want/can reinstall) Otherwise you will need a thrd-party tool to resize your current partition, see here: http://www.msfn.org/board/index.php?showtopic=54991 jaclaz
  20. Looky here: http://www.allbootdisks.com/index.php?opti...er&filecatid=88 pre-made ISOs and bootdisks Home: http://www.allbootdisks.com/frontpage/Itemid,1/ jaclaz
  21. Yes I find that the problem is that technology is running on two different tracks, one (faster) is hard disk storage capacity (probably due to much greater requests), the other (slower) is backup media capacity. I remember a small period (in 1994 or 1995) where I had a bunch of Compaq workstations 486 DX66 running DOS+Win3.11 with a 500 Mb hard disk. I bought (at a very expensive price at the time) an external parallel CD burner, which was slow but held 650 Mb of data, the perfect, easy, 1:1 backup solutions. Users, each on a fixed day of the week, would "borrow" the burner and leave the PC on at night, imaging the entire disk on the CD. The morning after they gave back to me the burner and the burned CD. Simple, easy and effective. It lasted just a few months, next generation of HD was 1,2 or 2,1 Gb, I kept for a couple of years partitioning those drives in 650 Mb partitions, (the OS at the time was NT 4.00), but finally had to give up when drives crossed the 4 and 8 Gb size, DVD technology was at the beginning, and I had to go "back" to tapes, as said VERY unreliable. jaclaz
  22. There are two files: winnt.exe is the 16 bit install winnt32.exe is the 32 bit install more info here: for win2k: http://www.winsupersite.com/showcase/win2k_cmdline_setup.asp for XP: http://www.quepublishing.com/articles/arti...0&seqNum=6&rl=1 jaclaz
  23. Well, sorry if I made you doubt about your settings. As I said you have achieved a reasonably safe setup, but RAID technology is NOT 100% safe (btw NO techology is). RAID has been designed as an affordable, resonably priced way to hold data and TO QUICKLY rebuild the working system in case of some partial failure. It is not intended as a permanently safe storage solutions, not needing backups. As in RAID technology, redundancy is the word in backup business. The "theoretically" correct procedure is to have AT LEAST TWO (but three is of course safer) exact backup copies, each phisically located in different places, NOT rooms in the same building, actually in different buildings or, possibly in different cities.(backup media should be stored in "safety boxes" something definitely airtight, waterproof and reasonably fire resistant) Personally, I do not trust TAPE backups, or at least I have always been very unlucky, every single time I actually needed to access data on tape backups, usually very old data, say ten years old, either the tape, the cassette, the drive otìr the interface failed on me. Optical (CD or DVD) storage seem to be more reliable, though I cannot say how long the media would last, I have backup CD's from 1994 that still work, but you never know. Another point when backing up on optical media is the software you use, in my experience I had failures with "common" CD burning softwares, I am not at all connected to this (no advertising intended) but the ONLY software that in my experience gave me 100% valid copies was this "Accuburn": http://www.infinadyne.com/accuburn-r.html http://www.infinadyne.com/accuburn-rtech.html it is slower than other software discs made with it hold a little less data (probably due to some additional error checking or checksums), but if the write for whatever reason fails, you know it. About the media, I did not found, again in my limited experience, any problem in different brands. I never used double layered DVD's as, at least when they came out, there were some concerns about their reliability, as compared to single layer ones. Unfortunately the amount of data you have is impressive, so that any solution will cost much money (and time) with media available today. In a very near future there are two emerging technologies: 1) blue-ray discs, said to hold as much as 200 GB each or the HD-DVD (seems very much like the old VHS vs. Betamax battle) - as this high capacity involves multi-layers, there could be the same reliability concerns hinted before. 2) Holographic memory, it is due to be released by late 2006, which means that probably will become affordable/reliable not before 2nd half 2007, but having something like this: http://techon.nikkeibp.co.jp/english/NEWS_...0050608/105586/ would be VERY nice! Hope I did not worsen again your mood, fishing should help... ....if you catch some of those little sneaky swimming bastards, of course. jaclaz
  24. I don't want to cross-post, but maybe here it has better visibility than in "Windows PE" section: Kaare Smith has released an updated version of MBRFIX I have released the updated pseudo GUI. MBRFIX is a freeware program to read/write/fix Master Boot Record on hard disks, not unlike the Microsoft FIXMBR (that only works when booting from Recovery Console in XP and 2003) My pseudo GUI is just a windows interface, for those can don't like using keyboard too much. Find them here: http://www.msfn.org/board/index.php?showtopic=30378&st=30 jaclaz
  25. jaclaz

    FixMBR

    Ok, here (attached) is the updated Pseudo-GUI. You will need, apart from the files in the attachment, the program from Kaare: http://www.sysint.no/Nedlasting/MbrFix.zip And the Wizard's Apprentice WIZAPP.EXE: http://wizapp.sourceforge.net/ Copy all files to the same directory, rename mbrfix.txt to mbrfix.cmd and double click on it. A mirror of my pseudo-GUI file is here: http://home.graffiti.net/jaclaz:graffiti.n...X/mbrfix0.2.zip Let me know if you find any bugs/problems. jaclaz mbrfix0.2.zip
×
×
  • Create New...