Jump to content

jaclaz

Member
  • Posts

    21,291
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. May I remind all about Rule #1a? : http://www.msfn.org/board/index.php?showtopic=18408 I can see some posts heading in a direction dangerously nearing the border-line.... jaclaz
  2. Definitely Vista/Server 2008, tested and working, cannot say about Windows 7, but since its setup is similar to Vista it will probably work, but really cannot say. jaclaz
  3. You need to the integrate the appropriate Mass storage driver. Easier would be using Driverpacks: http://unattended.msfn.org/unattended.xp/view/web/37/ http://driverpacks.net/DriverPacks/overview.php If your device is supported (but MOST are ). http://driverpacks.net/DriverPacks/DriverPack.php?pag=m jaclaz
  4. Almost, but not quite, completely unlike related to the number of failing drives? http://blogs.barrons.com/techtraderdaily/2...r-was-terrible/ http://blogs.barrons.com/techtraderdaily/2...sets-10-layoff/ http://finance.yahoo.com/news/Seagate-Tech...s-14027067.html jaclaz
  5. ilko was working on the x64 install some time ago, he found a way to have it working using this workaround: http://blogs.sepago.de/nicholas/2008/03/13...on-windows-x64/ Cannot say if the mod has been "ported" to USB_MultiBoot_10. You may want to (momentarily) forget about dual install and USB_Multiboot_10 and restart from scratch with just the x64 install using this: http://www.msfn.org/board/index.php?showtopic=120444 and, if it works, re-use the same to add the x32 soource. jaclaz
  6. Yes, you use single percentage sign % in command prompt and double %% in batches, I assumed you would have scripted it. jaclaz
  7. Again, just for the record, you can also use the & operator and the PUSHD and POPD commands (though unneeded in this specific case): http://www.ss64.com/nt/pushd.html http://www.ss64.com/nt/popd.html PUSHD E:\autoplay\docs\myfiles & copy *.doc C:\ & POPD jaclaz
  8. Sure it has been done. But they are two separate processes: 1) integrate all needed updates/hotfixes 2) install to USB device 1) Besides nlite: http://www.msfn.org/board/index.php?showforum=129 http://www.ryanvm.net/msfn/ 2) See here (given links in various posts of the thread): http://www.msfn.org/board/index.php?showtopic=119963 particularly those here: http://www.msfn.org/board/index.php?showto...19963&st=23 The original thread+various Tutorials in Dietmar's signature): http://www.911cd.net/forums//index.php?sho...=14181&st=0 and the newish service by marv: http://www.911cd.net/forums//index.php?sho...c=22473&hl= jaclaz
  9. For /F %%A in (myfile.txt) DO cd %%A Though it would be easier to write the whole line: cd c:\windows to a file, give it the .bat or .cmd extension and START it. jaclaz
  10. Just for the record, the /Y switch for the copy command is NOT needed from batch: http://www.ss64.com/nt/copy.html jaclaz
  11. Really, you need to read the given thread: http://www.msfn.org/board/index.php?showtopic=61384 (Yes, LOOONG thread ) To understand what you need to do, the error you are having is just the first of a series that you will get, and that have been found and solved or worked around during the troubleshooting of the batrches/method. Again, using this method: http://www.msfn.org/board/index.php?showtopic=121446 would be simpler. jaclaz
  12. Again, the "game" is played this way: YOU post the required info I try and help you In the meantime, read these: http://www.boot-land.net/forums/index.php?...ic=5397&hl= http://www.boot-land.net/forums/index.php?...ic=5315&hl= http://www.boot-land.net/forums/index.php?...ic=5274&hl= jaclaz
  13. There are other apps : http://tokiwa.qee.jp/EN/Fat32Formatter/index.html jaclaz
  14. The article on Inquirer got his first effects, word is spreading : http://www.theinquirer.net/inquirer/news/3...7200-11-failing http://www.electronista.com/articles/09/01...acuda.failures/ http://i.gizmodo.com/5130702/1tb-seagate-b...-gogo-users-say http://gadgetblips.dailyradar.com/story/se...iling_en_masse/ jaclaz
  15. Most probably the e-mail addresses "reserved" for press only, which can be found here: http://www.seagate.com/www/en-us/about/contact_us/ under "media" could be used in this particular case, CCing them to actual News..... in order to make the people in "communication" aware of the size and gravity of the problem, it is also possible that Seagate officials from the Support did not mention the matter with them.... jaclaz
  16. You simply cannot expect NTLDR and a BOOT.INI pointing to \I386 to load a Windows SETUP. You need to load SETUPLDR.BIN in the \I386 directory to start an XP install. Your best bet is to use grub4dos to do that, and also to exchange the mapping of drives in order to keep the "normal" drive lettering and/or use a migrate.inf file. There are already a couple of related topics: http://www.msfn.org/board/index.php?showtopic=108515 http://www.msfn.org/board/index.php?showtopic=121567 You will need to read the info within the "Install XP from USB" forum: http://www.msfn.org/board/index.php?showforum=157 going through the "historical" thread: http://www.msfn.org/board/index.php?showtopic=61384 Most probably using a PE on the Recovery partition: http://www.msfn.org/board/index.php?showtopic=121446 would be easier and faster to achieve successfully. jaclaz
  17. Unless you use Letter Assigner : http://www.softpedia.com/get/System/System...-Assigner.shtml Homepage is no more: http://www.v72735.f2s.com/LetAssig/index.html but can still be found on the Wayback Machine: http://web.archive.org/web/*/http://www.v7...ssig/index.html jaclaz
  18. Or use any way to make the USB stick bootable, than use MBRFIX: http://www.sysint.no/nedlasting/mbrfix.htm MbrFix /drive <num> /partition <part> fixbootsector bootsect.exe with the /nt60 option For the record, the MBR was and is "OS agnostic", the invoked loader (either NTLDR or BOOTMGR) is in the bootsector. Since it is possible to use the "install XP from USB" method to install Vista and Server2008, it should also be possible to use it for Windows7: http://www.msfn.org/board/index.php?showforum=157 jaclaz (edited wrong info)
  19. Not until we have a bootable NT based "filedisk" driver or a a free bootable Ramdisk with bigger capacity (and LOTS of RAM): http://www.911cd.net/forums//index.php?sho...c=22361&hl= I haven't seen definitive reports about Gavotte's RRamdisk. All Found drivers: http://www.boot-land.net/forums/index.php?showtopic=1507 Last found ones (not yet added to the above list): http://www.boot-land.net/forums/index.php?showtopic=6492 jaclaz
  20. MY CONCLUSION: The most safe way, not only to get a program in CODEBOX, is to use a GOOD browser (read OPERA). jaclaz
  21. Read this: http://www.robvanderwoude.com/ntfortokens.html Try opening a console and issueing this command: then try issueing: (it will give the same output) Try the above both when connected and when not connected to a domain. then try issueing: Then read this: http://www.ss64.com/nt/net_service.html jaclaz
  22. It depends on card AND motherboard. Some "couples" can, some can not. You may need a "kicker" of some kind, or experiment with PLoP: http://www.plop.at/en/bootmngrusblog.html http://www.plop.at/en/bootmanager.html jaclaz
  23. Not this way. The "third step" is due to BOOT.INI. Using the floppy image you can have your "own" BOOT.INI in the floppy image with just one entry and a short timeout. If you want to keep everything on hd, you will need to hexedit ntldr64 to point INSTEAD of BOOT.INI to another file, say BO64.INI. Cannot say if the XP64 version of ntldr has a checksum, like some SETUPLDR.BIN versions have: http://www.msfn.org/board/index.php?showtopic=58410 if it has, you may be able to get away with it by using any of these names: OBOT.INI OOBT.INI TOOB.INI BOOI.INT etc., etc. jaclaz
  24. Easiest would be to keep just one of the two "triplets" NTLDR/NTDETECT.COM/BOOT.INI. Add an entry like: C:\grldr="grub4dos" to BOOT.INI. Add grldr and menu.lst from grub4dos: use either 0.4.3 2008-05-14 http://grub4dos.jot.com/WikiHome http://grub4dos.jot.com/WikiHome/grub4dos-...-2008-05-14.zip? or latest 0.4.4 beta http://nufans.net/grub4dos/ http://nufans.net/grub4dos/grub4dos-0.4.4-2008-12-28.zip Make a floppy image similar to the one described here: http://www.xxcopy.com/xxcopy33.htm and save it to root of hard disk, as, say, bootw2k.ima Add to menu.lst an entry like: title Win2k from floppy find --set-root /bootw2k.ima map --mem /bootw2k.ima (fd0) map --hook root (fd0) chainloader /ntldr The above is just an example, the lmit with grub4dos is often just your fantasy. Guide: http://www.boot-land.net/forums/index.php?showtopic=5187 http://diddy.boot-land.net/grub4dos/Grub4dos.htm Forum: http://www.boot-land.net/forums/index.php?showforum=66 jaclaz
  25. Is that a statement? Or a request for help? The ngine.de files can create a problem when copied/pasted from a browser and it's very easy to make a typo when simply copying them, try using these: http://www.msfn.org/board/index.php?showto...19963&st=23 This said, it also GREATLY depends on what you have selected for removal in nlite, and it is also possible that SP3 is part of the problem (see the linked thread). jaclaz
×
×
  • Create New...