MSFN Forum: How to install Windows from USB- WinSetupFromUSB with GUI - MSFN Forum

Jump to content


  • 100 Pages +
  • « First
  • 33
  • 34
  • 35
  • 36
  • 37
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

How to install Windows from USB- WinSetupFromUSB with GUI Lets make it easy

#681 User is offline   kof94 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 433
  • Joined: 28-November 05

Posted 22 December 2009 - 01:36 PM

Quote

This would require significant change in code, plus there are a few changes in the source folder- winnt.sif and fake setup.exe. Wouldn't do it unless there is enough interest in implementing it.


Fair enough, I'm not a coder but an option that modifies the source instead of copying it first would be preferred by me. Besides rsync works alot better than copying the whole tree over and over again ;)

Quote

As for what's new from 0.2.3- the whole method of installing:
http://www.msfn.org/.../2-t139737.html


This is the whole reason way I switched from using cdob's RAM method.

Quote

Sure, it's actually in the to-test list newwink.gif


I'm already using it and works like a charm :)

Off topic... I added this to setup.cmd to hide the presetup.cmd terminal window:

:: +=======================================================+
:: | DriverPacks method 2  http://driverpacks.net/		 |
:: |-------------------------------------------------------|
::if exist presetup.cmd (
::echo call presetup.cmd >>winsetup.log
::start "" /wait /min presetup.cmd
::echo end presetup.cmd >>winsetup.log
::)
for /f "tokens=1 delims=: " %%? in ('mountvol.exe ^|find ":\"') do (
  dir %%?:\OEM > nul 2>&1 && set disk=%%?:
)
if defined disk (
  start /wait /realtime /separate "" %disk%\OEM\bin\un7zip.exe %disk%\OEM\DP*.7z %systemdrive%\
  %disk%\OEM\bin\un7zip.exe %disk%\OEM\bin\*.7z %systemdrive%\
  copy /y %disk%\OEM\bin\DPsFnshr.ini %systemdrive%\
  if exist %disk%\OEM\*.ins copy /y %disk%\OEM\*.ins %systemdrive%\
  %disk%\OEM\bin\DevPath.exe %systemdrive%\D
  start %systemdrive%\DSPdsblr.exe
)


I noticed that DSPdsbler.exe wont run, I get an error that it's not executable (Since when did Windows XP have an executable attribute :unsure:) . The commands and paths are identical to presetup.cmd from the DriverPacks so I'm starting to wonder if it's ever worked... especially since I have driver signing disabled in my winnt.sif anyway. Any thoughts?

This post has been edited by kof94: 22 December 2009 - 01:39 PM



#682 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 22 December 2009 - 02:26 PM

Quote

Fair enough, I'm not a coder but an option that modifies the source instead of copying it first would be preferred by me. Besides rsync works alot better than copying the whole tree over and over again
I don't get you here, are you saying to modify the source, before it's copied to the USB disk? Don't think it's good idea. And to copy the whole source to a temp folder just to modify a few files is also overkill. Anothr modified file is BTS presetup.cmd, with the new path to OEM directory.

Quote

I'm already using it and works like a charm
On 2000, and XP/2003, both 32 and 64 bit? I am only worried if mountvol.exe works that early on all versions equally well.

Quote

I added this to setup.cmd to hide the presetup.cmd terminal window:
It should hide as soon as I start using the regular fake setup.exe, not the debug version which shows the cmd window. Currently, for troubleshooting, as at that stage the troubles are expected, the debug version is used.

Quote

I noticed that DSPdsbler.exe wont run, I get an error that it's not executable
I recall something similar, will test again with a few sources and get back.

#683 User is offline   kof94 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 433
  • Joined: 28-November 05

Posted 22 December 2009 - 03:09 PM

Quote

I don't get you here, are you saying to modify the source, before it's copied to the USB disk? Don't think it's good idea. And to copy the whole source to a temp folder just to modify a few files is also overkill. Anothr modified file is BTS presetup.cmd, with the new path to OEM directory.


No, no, no... *instead* of copying to usb stick i.e. do all the modifying of the source and creating the iso but not copying it to the usb stick.

I have my reasons, may be others will find it redundant but if you do this many times (testing etc) then a program like rsync would do the copying alot quicker by only copying (or removing) files that have changed. This will also reduce disk wear. Make sense?

Quote

On 2000, and XP/2003, both 32 and 64 bit? I am only worried if mountvol.exe works that early on all versions equally well.


Ah, fair enough... well 32bit XP works fine :)

Quote

Quote

I added this to setup.cmd to hide the presetup.cmd terminal window:

It should hide as soon as I start using the regular fake setup.exe, not the debug version which shows the cmd window. Currently, for troubleshooting, as at that stage the troubles are expected, the debug version is used.


setup.cmd is hidden by fake setup.exe but you still see the presetup.cmd because it's called by setup.cmd. You'd need something like hidec, cmdow or pistart to hide presetup.cmd as well.

Quote

Quote

I noticed that DSPdsbler.exe wont run, I get an error that it's not executable

I recall something similar, will test again with a few sources and get back.


Thanks.

I just lauched it manually from a seperate terminal and to be honest I don't thing I've ever seen it run in the entire fours years I've used the DriverPacks. I have a feeling it might have something to do with the start command but I have know idea how to work around that.

#684 User is offline   fatih 

  • Group: Members
  • Posts: 4
  • Joined: 24-December 09

Posted 24 December 2009 - 11:34 AM

Hi,
I do not know enough English. Google translate wrote this post:) I have a toshiba 4gb flash disk. I made the transaction http://www.sentire.co.uk/index.php?s=Insta...amp;x=6&y=9 address. usb flash disk from the computer booted up. now my display "grub>" writes. Did it wrong? "grub>" prompt what should I write.
Thanks to everyone.

#685 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 24 December 2009 - 05:05 PM

View Postfatih, on Dec 24 2009, 09:34 AM, said:

Hi,
I do not know enough English. Google translate wrote this post:) I have a toshiba 4gb flash disk. I made the transaction http://www.sentire.co.uk/index.php?s=Insta...amp;x=6&y=9 address. usb flash disk from the computer booted up. now my display "grub>" writes. Did it wrong? "grub>" prompt what should I write.
Thanks to everyone.
You most likely have the same problem like this one:
http://www.msfn.org/.../2-t140479.html

Check in your BIOS for option to emulate USB stick as HD/hard disk.

#686 User is offline   kof94 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 433
  • Joined: 28-November 05

Posted 25 December 2009 - 07:54 AM

View Postkof94, on Dec 22 2009, 09:09 PM, said:

Quote

Quote

I noticed that DSPdsbler.exe wont run, I get an error that it's not executable

I recall something similar, will test again with a few sources and get back.


Thanks.

I just lauched it manually from a seperate terminal and to be honest I don't thing I've ever seen it run in the entire fours years I've used the DriverPacks. I have a feeling it might have something to do with the start command but I have know idea how to work around that.


Encase anyone is interested... I got a response over at DriverPacks.net on this issue.

It's only supposed to be used with the defunct KTD function so this error can be ignored.

#687 User is offline   fatih 

  • Group: Members
  • Posts: 4
  • Joined: 24-December 09

  Posted 25 December 2009 - 02:48 PM

View Postilko_t, on Dec 25 2009, 01:05 AM, said:

View Postfatih, on Dec 24 2009, 09:34 AM, said:

Hi,
I do not know enough English. Google translate wrote this post:) I have a toshiba 4gb flash disk. I made the transaction http://www.sentire.co.uk/index.php?s=Insta...amp;x=6&y=9 address. usb flash disk from the computer booted up. now my display "grub>" writes. Did it wrong? "grub>" prompt what should I write.
Thanks to everyone.
You most likely have the same problem like this one:
http://www.msfn.org/.../2-t140479.html

Check in your BIOS for option to emulate USB stick as HD/hard disk.

Thank you very much for your answer.
The first boot device in BIOS settings, hard disk. USB stick, in HD list. The first hard disk toshiba usb. Is not in removable disk list.
boot on USB stick is successful.
"grub>" written in the command line. If this is not wrong:
What should I write in the command line for see WinXP setup menu?
If this is wrong.. Please help for this problem.
-------------------------------------------------------------------------------

edit: format usb stick using hp format tool-ntfs. WinXP now installing. thanks.

This post has been edited by fatih: 25 December 2009 - 04:12 PM


#688 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 25 December 2009 - 06:49 PM

fatih, how was it formatted before?

#689 User is offline   fatih 

  • Group: Members
  • Posts: 4
  • Joined: 24-December 09

Posted 26 December 2009 - 07:05 AM

It was formatted "enable LBA FAT16X" (using PEtoUSB). the problem may be USB capacity's larger than 2GB. I was followed all steps on (sentire.co.uk...) snapshots.
after NTFS format (using hp tool)...
First part setup not complated. Setup could not create \WINDOWS folder.

#690 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 26 December 2009 - 12:55 PM

fatih, did you try to install Window ON the USB stick? On th epartitioning screen what did you select, where to install Windows?

#691 User is offline   fatih 

  • Group: Members
  • Posts: 4
  • Joined: 24-December 09

Posted 26 December 2009 - 05:38 PM

ilko_t, yes I tried. I need IIS on the USB stick, actually.
I tried install from CD, not installed. I saw a "blue screen error" to GUI part of installation. I thought of doing this will solve the problem. (?? If possible GUI part install complate... with this method (select and run GUI part from another apps)...) I can not tell..
because of your software and HOWto notes, now, I have learned to install windows from the USB stick. I can install windows from USB to any netbook. Thank you very much for your help and software.

#692 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 26 December 2009 - 05:44 PM

Lets say it clearly- this program is NOT (yet) intended to install Windows ON USB disk. It's purpose is to install Windows FROM USB disk.

#693 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 26 December 2009 - 09:03 PM

New beta uploaded, refer to the first post for list of changes and download link.

#694 User is offline   Jeff_newbie 

  • Group: Members
  • Posts: 5
  • Joined: 21-December 09

Posted 29 December 2009 - 10:43 AM

My first time trying to install XP from USB. I downloaded the latest version (Beta 3) and am giving it a try. Any advice for a new guy?

Thanks in advance.

#695 User is offline   Jeff_newbie 

  • Group: Members
  • Posts: 5
  • Joined: 21-December 09

Posted 29 December 2009 - 11:09 AM

First try - After booting up with usb and then selecting "XP Setup", then selecting "First part of XPpSP3 setup from partition 0". It loaded the drivers and as soon as it said it was starting windows I got a BSOD.

I have a Sandisk Cruzer 8gb USB drive - formatted using RMPREPUSB with the following settings:
-NTFS
-Boot as HD (2 PTNS)
-Using the XP NTLDR boot options

Any ideas where to begin trouble shooting?

#696 User is offline   Jeff_newbie 

  • Group: Members
  • Posts: 5
  • Joined: 21-December 09

Posted 29 December 2009 - 11:16 AM

Sorry - I forgot to upload log file.

#697 User is offline   Jeff_newbie 

  • Group: Members
  • Posts: 5
  • Joined: 21-December 09

Posted 29 December 2009 - 11:33 AM



#698 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 29 December 2009 - 12:26 PM

What's the error code on the blue screen? This is the important part :)

If it is 0x0000007B try the modified ntdetect.com :

http://www.msfn.org/...qs-t116766.html

Q3/A3

I've tried to put "codebox" tags around the log you posted, but weirdly the entire log disappeared. Please when posting such large text, put
[code-box]large text[/code-box]
around it. Remove the dash of course.

#699 User is offline   Jeff_newbie 

  • Group: Members
  • Posts: 5
  • Joined: 21-December 09

Posted 29 December 2009 - 03:19 PM

Ok, I now have the ntdetect.com file on my USB and I try it again and now I have an error 19 - cannot mount selected partition.

It comes up with Booting 'First part of XP setup from partition 0'
root (hd0,0)
Filesystem type is ntfs, partition type 0x7
map --mem /Winsetup/XPpSP3.ISO (0xff)
Autodetect number-of-heads failed. Use default value 255
Autodetect sectors-per-track failed. Use default value 63
savedefault2

Error occurred while savedefault
map (hd0) (hd1)
map (hd1) (hd0)
map --hook
root (0xff)

Error 19: Cannot mount selected partition

Press any key to continue

#700 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 29 December 2009 - 03:33 PM

Try reformatting it with BootIce, FAT32 or NTFS, single or multiple partitions. You'd have to experiment a bit to find out which one works in your setup. There is no "universal" set of settings.

Share this topic:


  • 100 Pages +
  • « First
  • 33
  • 34
  • 35
  • 36
  • 37
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

31 User(s) are reading this topic
0 members, 31 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy