ilko_t Posted April 8, 2013 Author Posted April 8, 2013 Jaclaz, what are you referring to? Do the same like what, the pushd cmd window?AutoIt script would not work that early, this is before the real GUI mode part starts.I was thinking of a simple program in other language which opens and keeps a handle to the USB disk volume(s), but haven't moved any further yet in this direction.
cdob Posted April 8, 2013 Posted April 8, 2013 I was thinking of a simple program in other language which opens and keeps a handle to the USB disk volume(s), but haven't moved any further yet in this direction.Idea, not tested: Can we use fake setup.exe?Copy setup.exe "%temp%"create a file "%temp%\setup.cmd" (push to USB disk and wait)pushd "%temp%"start setup.exepopd
jaclaz Posted April 9, 2013 Posted April 9, 2013 Jaclaz, what are you referring to? Do the same like what, the pushd cmd window?AutoIt script would not work that early, this is before the real GUI mode part starts.I was thinking of a simple program in other language which opens and keeps a handle to the USB disk volume(s), but haven't moved any further yet in this direction.Yep , that was also my general idea a very simple program keeping a handle open and not "needing" a CMD Window, didn't thought much to the environment in which it is run, sorry .Of course one could use nircmd to simply hide that window but it would be a little like "cheating" jaclaz
ilko_t Posted April 9, 2013 Author Posted April 9, 2013 I was thinking of a simple program in other language which opens and keeps a handle to the USB disk volume(s), but haven't moved any further yet in this direction.Idea, not tested: Can we use fake setup.exe?Copy setup.exe "%temp%"create a file "%temp%\setup.cmd" (push to USB disk and wait)pushd "%temp%"start setup.exepopdBrilliant idea, thanks, no need of extra external files. Will test it soon and report.
ilko_t Posted April 18, 2013 Author Posted April 18, 2013 I was thinking of a simple program in other language which opens and keeps a handle to the USB disk volume(s), but haven't moved any further yet in this direction.Idea, not tested: Can we use fake setup.exe?Copy setup.exe "%temp%"create a file "%temp%\setup.cmd" (push to USB disk and wait)pushd "%temp%"start setup.exepopdThis worked perfectly, thanks again ...if not exist %SystemRoot%\temp md %SystemRoot%\temp >> %SystemRoot%\WinPreSetup.logcopy setup.exe %SystemRoot%\temp >> %SystemRoot%\WinPreSetup.logecho %CDDRIVE% > %SystemRoot%\temp\setup.cmdecho pushd %CDDRIVE% >> %SystemRoot%\temp\setup.cmdecho pause >> %SystemRoot%\temp\setup.cmdpushd %SystemRoot%\tempecho Launching setup.exe in temp >> %SystemRoot%\WinPreSetup.logstart %SystemRoot%\temp\setup.exepopd...
leonsmith17 Posted April 22, 2013 Posted April 22, 2013 how does this even work...?? I have tried this over and over and still not running.I am trying to install XP on a net book (Acer aspire one) and it starts off fine but when it get to the Install options (Enter=Continue Installation of window xp, E=repair & F3=Exit) i am not able to make a selection at all.. Its like it doesn't even care about what i press on the keyboard unless its cancel "F3"and that just stuff up the entire install process... Has anyone had this issue and care to advise a resolution. P>S this is probably the 5 software I've try and still all fail. And I have my own XP key to use so... Thank you.
ilko_t Posted April 22, 2013 Author Posted April 22, 2013 Are you saying that at this point when you press ENTER key on the keyboard nothing happens, but F3 quits the setup? Does "R" key gets you to Recovery console?Is it this point?
leonsmith17 Posted April 23, 2013 Posted April 23, 2013 yes both enter and R don't work but i can exit setup. Sorry if my first reply didnt make sense. Have you had the above or heard of the above issue?
ilko_t Posted April 23, 2013 Author Posted April 23, 2013 Never seen similar issue...What's your source, have tried unmodified MSDN one?What version of the program have you used?Added:When you get to the grub4dos menu First part and Second part of setup, on bluish background, does pressing "c" gets you to grub4dos command prompt?"Esc" will bring back the menus.
eadmaster Posted May 2, 2013 Posted May 2, 2013 (edited) I'm trying to install Win2k3 from a USB pendrive (single partition) into a USB-HDD (2nd partition, 3GB, FAT32-formatted).The first installation step goes well, but after the reboot i get the BSOD:Stop: c000021a {Fatal System Error}The Session Manager Initialization system process terminated unexpectedly with a status of ...The system has been shut down. Edited May 2, 2013 by eadmaster
ilko_t Posted May 2, 2013 Author Posted May 2, 2013 When preparing the USB stick did you use the advanced option "Prepare Windows 2000/XP/2003 to be installed on USB" ?What's the partition layout on the USB hard disk? How many partitions, which one is active, what's the type of the second one- primary, logical?What file system is the active one, NTFS, FAT32...?In your setup, you may want to prepare the USB hard disk with 2003 setup files, again using the mentioned option, and install on the same disk.
eadmaster Posted May 3, 2013 Posted May 3, 2013 (edited) When preparing the USB stick did you use the advanced option "Prepare Windows 2000/XP/2003 to be installed on USB" ?yes, of course.What's the partition layout on the USB hard disk? How many partitions, which one is active, what's the type of the second one- primary, logical?What file system is the active one, NTFS, FAT32...?3 primary partitions: 1 NTFS 2 FAT32 (active) 3 NTFSIn your setup, you may want to prepare the USB hard disk with 2003 setup files, again using the mentioned option, and install on the same disk.Installing on the same HDD could really solve the problem?What if i remove the HDD from the USB enclosure, connect via SATA, install regularly and then make these registry edits to boot from USB? Edited May 3, 2013 by eadmaster
ilko_t Posted May 3, 2013 Author Posted May 3, 2013 Installing on the same HDD could really solve the problem?I'd try that first.
Antony Posted May 7, 2013 Posted May 7, 2013 (edited) Hello.Please help me with this issue. I've been trying to install Windows XP Pro on my old PC using 16Gb flash drive. WinSetupFromUsb seemed to be just for me since I couldn't get this old PC to boot from USB until I found this utility. So now I'm getting an error "File biosinfo.inf could not be loaded. Error code: 2". Tried different ISO images but still the same error.Would greatly appreciate any help. Edited May 7, 2013 by Antony
ilko_t Posted May 7, 2013 Author Posted May 7, 2013 What version of the program are you using?Try 1.0 beta8, get an empty USB stick, select the auto-format option and add your XP source.When booting press quickly F2 to launch PLoP boot manager then proceed to First part of Setup. If everything goes fine, there would be no need of PLoP for the second part.Most likely BIOS presents the USB stick as a superfloppy, rather than a hard disk.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now