Jump to content

jaclaz

Member
  • Posts

    21,290
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. For example: Recovery Console DOS/FreeDOS Linux ...you name it. Start reading about grub4dos: http://www.boot-land.net/forums/Grub4dos-f66.html jaclaz
  2. Of course NO, you see, the whole point of the login screen is to give (supposedly) an increased security to the OS (I guess we are talking here about NT/2K/XP/2003 or Vista), you cannot perform any action BEFORE logging in. Only once you are logged in you are allowed to use the OS. Depending on what you want to do with the Command Console, you may however want to boot to something else BEFORE booting to XP, do whatever you want to do and only then start teh OS. jaclaz
  3. Hmmm, loved the sub-title : "a very neat trick to prevent a lot of people from helping you if they DO NOT know the answer! I am not sure about what you are actually asking, so I'll risk trying to help you nonetheless. If you want to login directly to the Command Console, you can set CMD.EXE as shell, and later "switch" to "normal" Explorer. Be VERY, VERY careful when playing with "shell switchers": http://www.dx13.co.uk/programs/index.html http://www.dx13.co.uk/programs/shellonv2.html http://www.dx13.co.uk/programs/shellonv3.html http://www.donationcoder.com/Forums/bb/ind...pic=196.msg2736 http://homepage.ntlworld.com/malacandra/SwitchIt.zip http://www.sharpe-shell.org/page.php?7 http://prdownloads.sourceforge.net/sharpe/...ce.exe?download jaclaz
  4. Strange! Setting is here: http://www.pctools.com/guides/registry/detail/788/ jaclaz
  5. Read this thread: http://www.911cd.net/forums//index.php?showtopic=16381 it should contain all the info you need. jaclaz
  6. Why you don't try using Netscan (FREEWARE): http://www.softperfect.com/products/networkscanner/ it will list everything in your local network and allow you to connect to each found IP with a number of protocols. jaclaz
  7. The method: http://www.msfn.org/board/Install-XP-USB-f157.html is not "strictly" reserved to USB devices, it can be adapted to internal hard disks too. jaclaz
  8. The "Missing operating system" comes from the MBR, not from the bootsector. This can be caused by either "wrong" address info in the partition table or it not being set as active with hex code 80. Try examining the MBR with beeblebrox: http://students.cs.byu.edu/~codyb/ Or, if you wish so, do the following: 1) Get HDHACKER here: http://dimio.altervista.org/eng/ 2) Use it to make a copy of BOTH MBR and bootsector (respectively Physical and Logical drive) 3) zip together the files and post the .zip file here, so I can have a look at them Ideally you should create six set of files (first four sets with just the MBR, as the bootsector data should not exist at that time) 1) before anything 2) after the diskpart CLEAN command 3) after the diskpart CREATE command 4) after the diskpart ACTIVE command 5) after the diskpart FORMAT command 6) after the bootsect.exe /nt52 C: It is also possible that it is Virtual PC's BIOS that creates problems, the user on the thread on 911CD forum reports this method to be working on real hardware, exception made for the "alignment" problem, that should be solved by the use of the Registry fix. Can you try the same approach on another VM, say VirtualBox or Qemu? jaclaz
  9. Your "search-fu" was low. Here: http://www.msfn.org/board/hidden-restore-p...ion-t47773.html http://www.msfn.org/board/System-recovery-...ion-t84411.html http://www.msfn.org/board/PE-partition-rep...ini-t86662.html http://www.msfn.org/board/Creating-WinPE-b...on-t106822.html http://www.911cd.net/forums//index.php?showtopic=12447 http://www.911cd.net/forums//index.php?showtopic=18480 http://www.911cd.net/forums//index.php?showtopic=19351 jaclaz
  10. Yep, it's in the linked to thread as well : http://www.911cd.net/forums//index.php?sho...21186&st=18 but, as said, that should be independent from the booting.... jaclaz
  11. For the record, a shot at UNIVBE often results in a success: http://www.boot-land.net/forums/Universal-...driver-f60.html jaclaz
  12. Well, there are the problems with CHS/LBA, but those ones should NOT affect the booting: http://www.911cd.net/forums//index.php?sho...c=21186&hl= jaclaz
  13. If I may, check this: http://www.microsoft.com/technet/prodtechn...y.mspx?mfr=true (bolding is mine) Are you sure this does not apply to the version you are using as well? What is the need of /Syspart in your setup? The procedure could be this: This way the partition is formatted by diskpart, but since it is Diskpart from WinPE 2.0, the bootsector will be that of Vista, and you need to later run the bootsect.exe /nt52 C: Is it possible that when run under (Vista) WinPE 2.0 WINNT32.EXE behaves differently? In "normal" BartPE it works: http://www.911cd.net/forums//index.php?sho...c=21192&hl= but after the primary partition is formatted and active.... jaclaz
  14. If I remember correctly, Nero Smartstart does not provide for an option to create a bootable CD. "Full" Nero does, but won't it be better to use mkisofs (optionally wuth a GUI for it)? Even a very simple one like these will work: http://mysite.verizon.net/hartsec/make.htm http://www.solriche.co.uk/files/mgiso/mgiso.htm (second one has pre-sets for XP boot CD's, if I recall right) jaclaz
  15. NO, you cannot replace files WHILE they are in use, bit you can "schedule" the replacement at next boot. There are several utilities/tools to do so, some examples: Manually: http://support.microsoft.com/kb/181345/en-us Utilities: http://support.microsoft.com/kb/228930/en-us http://ccollomb.free.fr/unlocker/ http://www.thescarms.com/VBasic/FilesInUse.aspx http://www.snapfiles.com/get/moveonboot.html http://www.snapfiles.com/get/copylock.html http://noeld.com/programs.asp?cat=misc http://www.docsdownloads.com/Tier1/dr-delete.htm http://comandiux.scot.sk/ http://comandiux.scot.sk/parameters.htm jaclaz
  16. So, all you want to do is a slipstreamed SP2 XP pro install CD? Can you post a link to the guide you used? Also, saying "I used CDIMAGE" says nothing, I mean WHICH command line options you used with it? You can also try using nlite to create a slipstreamed SP2 XP pro install CD: http://www.nliteos.com/ http://www.msfn.org/board/nLite-f89.html jaclaz
  17. As expected: http://europa.eu/rapid/pressReleasesAction...;guiLanguage=en jaclaz
  18. The above makes me wonder... ...you could use SUBST: http://www.computerhope.com/substhlp.htm to map the \Main and the \Sheets to a "plain" drive letter. jaclaz
  19. There are some paths and filenames ENCODED inside SETUPLDR.BIN. Tipically: \I386\ on CD's \minint\ on HD like devices (with the /minint switch \$WIN_NT$.~BT\ for pre-installation files on HD like devices \CMDCONS\ for Recovery Console If your CD searches for anything inside \$WIN_NT$.~BT\ instead of \I386\ some file is missing or the build procedure is wrong. If the file is missing AFTER the pre-install bootfiles have been copied to HD, again something is wrong, probably in txtsetup.sif, but cannot say for sure. HOW did you create the CD, I mean WHICH tutorial/howto/method did you use to create the .iso? WHEN exactly in the booting process does it happen? What EXACT error code does it show (like error 18)? jaclaz
  20. Yep, but if, for any reason, H:\Main and H:\Sheets are "far apart" physically on the drive, the seeking back and forth may be increased. I would test both solutions with the same set of files and see if there is a noticeable difference in speed, the hardware specs appear to be extremely low. jaclaz
  21. Well, then, yes, the: For %%A in (H:\Main\*.*) Do Copy /Y H:\Main\%%A C:\Data1 For %%A in (H:\Main\*.*) Do Copy /Y H:\Sheets\%%A C:\Data2 Should work allright. jaclaz
  22. Well, check if when you do "Save as" in notepad in lower listbox you have by default: ANSI Unicode Big-Endian Unicode UTF-8 The kind of error you report is often reported when one tries by mistake to use a Unicode text as .cmd, it MUST be ANSI. jaclaz
  23. Point is, is there a reason why not using xcopy? http://www.csulb.edu/~murdock/xcopy.html jaclaz
  24. @trefrog I understand you are newish here , and I also understand that what is usually defined as "common sense" is often unexpectedly UNcommon, but come on, the board is to post shortish messages and code snippets, NOT several hundreds of lines of text. Please use the attachment feature, attaching a FILE, whenever you have LOOONG things to post... jaclaz
  25. Maybe, if you paste a few lines of the batch, NOT of the output, near the one containing: it may help. Please do the above TWO times, one using Notepad, and the other one using Wordpad to open the batch file. jaclaz
×
×
  • Create New...