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

Jump to content


  • 100 Pages +
  • « First
  • 35
  • 36
  • 37
  • 38
  • 39
  • 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

#721 User is offline   comt 

  • Group: Members
  • Posts: 4
  • Joined: 03-January 10

Posted 03 January 2010 - 03:11 PM

hey here is the TXTSETUP.SIF in this case he says that line 4922 is buggy.
"On every attempt for setup the line number changes? Is that what you mean?" What i mean that if "flash" Win XP on the usb stick again, just the buggy line changes for example earlier this day it was number 4925,4428 and 285.
I used WinSetupFromUSB-0.1.1
and Windows XP Home

cheers


#722 User is offline   Siginet 

  • Windows XP PowerPacker Creator
  • PipPipPipPipPip
  • Group: Members
  • Posts: 736
  • Joined: 22-January 05

Posted 03 January 2010 - 04:11 PM

View Postilko_t, on Jan 2 2010, 07:28 PM, said:

View PostSiginet, on Jan 2 2010, 02:46 PM, said:

Attachment winsetup.txtHere is the log from adding the WinXP Setup to the USB.

I no longer had access to the Win7 log.

It's a bug which shows up only if the program is placed in the same disk and partition, which is being prepared. Going to fix it in a few hours and post beta4 on the first page.

Thank, nice catch, it's been like this since the first versions of the program and there were no reports for it. I guess very few people place the program on the USB disk they are preparing for installation :)

Yeah I knewit was an odd setup I was doing. but my brother had the win7 files on his USB allready and I just remoted in and did the winsetupfromusb to his drive. But the winxp install files were actually on another disk. I guess because I allready did the win7 files it still had the issue.

#723 User is offline   ilko_t 

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

Posted 03 January 2010 - 05:33 PM

@comt

Your txtsetup.sif is corrupted, it's full of weird characters, bad download or something. Check the original source if it's corrupted too and find another source, you may have other files broken.
Posted Image Posted Image

And use later versions, even betas, 0.1.1 is quite outdated, a lot has been improved since it.

@Siginet
I guess you will understand this- assume the following snippet:
$CurSelPrimPartLetter = "K:"
If Not FileExists($CurSelPrimPartLetter & "\grldr") Then
	FileCopy(@ScriptDir & "\files\grub4dos\grldr", $CurSelPrimPartLetter, 1)
EndIf

If you execute it from within K:, grldr will end up in @ScriptDir and FileCopy will return "Success", if executed from any other drive than K:, it will go to root of K:, that's why it was not noticed for long time.
Thanks for the good catch, I'd never have guessed to test the program from the same USB drive :)

#724 User is offline   comt 

  • Group: Members
  • Posts: 4
  • Joined: 03-January 10

Posted 03 January 2010 - 06:02 PM

View Postilko_t, on Jan 4 2010, 12:33 AM, said:

@comt

Your txtsetup.sif is corrupted, it's full of weird characters, bad download or something. Check the original source if it's corrupted too and find another source, you may have other files broken.
Posted Image Posted Image

And use later versions, even betas, 0.1.1 is quite outdated, a lot has been improved since it.

hmm allright but if I use 1.0 beta4 the PC dosen't recognize the usb stick. but i guess i have to try the others ones than.
What do you mean with source? i copyed my WIN XP Home CD to the PC and then used the programm. but on the CD is no such called file.

#725 User is offline   ilko_t 

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

Posted 03 January 2010 - 07:28 PM

Quote

but if I use 1.0 beta4 the PC dosen't recognize the usb stick.
There shouldn't be a reason for that, apart from disk not properly formatted. Format it with the tools included and it would show up. If does not- please post WinSetupFromUSB.log file in program's directory.
It would not appear in the previous versions as well, if it's not properly formatted, even the previous versions are more restrictive- an active partition is required too.

Quote

What do you mean with source? i copyed my WIN XP Home CD to the PC and then used the programm. but on the CD is no such called file.
Well, the file you posted seems corrupted, you'd need to find out why yourself.
And you do have it in the CD, look again.

#726 User is offline   satire_rutilant 

  • Group: Members
  • Posts: 8
  • Joined: 03-January 10

  Posted 04 January 2010 - 12:02 AM

Hi

I am using ver. 1.0 beta4 of WinSetupFromUSB

I am having trouble installing Windows xp professional (sp2).

Steps taken:

1) Used 8GB Transcend Pendrive
2) Formatted using bootice to NTFS & installed grub4dos (Process MBR) rest left as default options (nothing else was changed)
3) Gave path for CD drive for location of Xp pro sp2 CD.
4) Process started and completed.
5) Booted and started installation on HDD partition for install from First part of installation from the Pendrive.

In the second part of the installation it says "windows is restarting" and then


The trouble it reports is:

"
System Setup Log - (C:\windows\setuperr.log)

Error:
sxs.dll: Syntax error in manifest or policy file "U:\winsetup\sxppsp2\i386\asms\52\msft\windows\net\dxmrtp\dxmrtp.man" on line 0.

***
Error:
Installation Failed: U:\winsetup\sxppsp2\i386\asms. Error Message : Manifest Parse Error : Invalid at top level of the document.

***
Fatal Error:
One of the components that windows needs to continue setup could not be installed.
Manifest Parse Error : Invalid at the top level of the document.
***
"


I have tried this process with an sp3 version of xp pro as well, it reports similar error. In it the windows installation won't go further than second part of installation and would reboot at it again and again so I booted from the HDD (as the first part of the process had completed successfully) and it asked me to locate file "asms" in the i386 folder which I was unable to do and hence it reported the installation as failed.

Please advice.

Attached File(s)



#727 User is offline   ilko_t 

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

Posted 04 January 2010 - 12:20 AM

Can you check and attach \windows\winsetup.log, from the machine where Windows is being installed to?

Have you tried the same USB stick and setup on another machine?

Try also to edit setup.cmd in G:\WINSETUP\XPpSP2\I386\ and change
rem start /min "USB keep mounted work arround, do NOT close!" pushd %CDDRIVE%

to
start /min "USB keep mounted work arround, do NOT close!" pushd %CDDRIVE%


What is the machine in question? Laptop, desktop? What model/motherboard model?

#728 User is offline   satire_rutilant 

  • Group: Members
  • Posts: 8
  • Joined: 03-January 10

Posted 04 January 2010 - 12:21 AM

may have done a typo while noting down the path for the errors shown on the screen

if I wrote U:\winsetup\sxppsp2\i386
it would have meant U:\winsetup\xppsp2\i386

Also the message it gives after starting the second part of installation is "setup is restarting"
which lead to the same error after 3 restarts.

#729 User is offline   satire_rutilant 

  • Group: Members
  • Posts: 8
  • Joined: 03-January 10

Posted 04 January 2010 - 12:28 AM

The machine in question is a notebook (netbook if you will)

Its Asus eeePC 1000H

I haven't tried the process on any other machine. Just on the same machine again and again( :P )

Will make the code changes you adviced and reply asap.

(Also about the winsetup.log - will try, although you may have to tell me how as currently I have no idea how to get to that file)

#730 User is offline   ilko_t 

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

Posted 04 January 2010 - 12:50 AM

If you have a chance when the error appears press shift+F10 to open CMD window.
There you can type:
type %systemroot%\winsetup.log

or even copy it to USB stick if it is still available:
copy %systemroot%\winsetup.log U:\


#731 User is offline   satire_rutilant 

  • Group: Members
  • Posts: 8
  • Joined: 03-January 10

Posted 04 January 2010 - 12:52 AM

Please note now I am trying to install windows xp sp3 again (as I had orignally intended)...

No luck in furthering the process it is still stuck on

Dailog Box:
*****************************************
----------------------------------------------------
Files Needed
----------------------------------------------------

The file 'asms' on Windows Xp professional Service Pack 3 CD is needed.

Type the path where the file is located, and then click OK.

Copy files from:

GLOBALROOT\??\WINSETUP\XPPSP3\I386

**************************************

Although now I have a dos prompt named "USB keep mounted work around, do NOT close" minimized on the same setup screen as well.

#732 User is offline   ilko_t 

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

Posted 04 January 2010 - 01:12 AM

Ok, please check winsetup.log when this appears and also open \WINSETUP\XPpSP2.ISO with 7zip for example and extract txtsetup.sif. Include it with the contents of winsetup.log.

I hope these Eeepc's will not be the troublemakers and something else is wrong :)

Added:
In the new cmd window what happens when you type U: and press enter? Does it change to U: or says "the system cannot find the drive specified"?

#733 User is offline   satire_rutilant 

  • Group: Members
  • Posts: 8
  • Joined: 03-January 10

Posted 04 January 2010 - 01:39 AM

I hope not, I have installed windows on it earlier using the stable version of WinSetupFromUSB and that worked fine. (I was so pleased I made it my default way of installing windows everywhere)

I have extracted the file "txtsetup.sif. However its size is 583KB and this site does not allow >200K files so I have 7zipped it and uploaded. (I hope that is OK?)

Please note that the current info that I am giving is for xp pro sp3 installation. I am attaching the log created by WinSetupFromUSB for this particular try (as the log I had last uploaded was of the sp2 install). As I couldn't make a cab file of it through opening and WinSetupFromUSB I have 7zipped it as well.

I am trying to write down the contents of the file: C:\windows\winsetup.log
(the copy command did not work as it could not find the drive U:, of course that implies changing prompt to U: would not work as well, although that did not stop me from trying)


Will take a few minutes for me to note down the contents, so please wait.

Attached File(s)



#734 User is offline   satire_rutilant 

  • Group: Members
  • Posts: 8
  • Joined: 03-January 10

Posted 04 January 2010 - 02:15 AM

Okay I have typed the contents of the file in the file "winsetup.log" as accurately as I could.

Um error : You are not allowed to upload this kind of file

Should I change the extension to rtf and try again?

#735 User is offline   satire_rutilant 

  • Group: Members
  • Posts: 8
  • Joined: 03-January 10

Posted 04 January 2010 - 02:17 AM

Have uploaded it as rtf, its the same file no formatting or anything just changed the extension

Please note the word "definied" is written as found in output of the type command.

Edit: missed a line reuploading...

fixed a few typos

--third time's a charm--

Also note that the volumes d,e,f,g,h,i are part of my normal partitioning and c is the reformatted drive for installation of windows.

Attached File(s)


This post has been edited by satire_rutilant: 04 January 2010 - 02:53 AM


#736 User is offline   ilko_t 

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

Posted 04 January 2010 - 03:25 AM

Thanks for all this info, really helps. I'll try to find same netbook and test, will keep you informed.

Has anyone else used any of the 1.0 beta versions on EeePC, 1000H in particular, and succeeded/failed with the installation?

#737 User is offline   ilko_t 

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

Posted 04 January 2010 - 03:54 PM

Just got report for EeePC 1000x, 160GB HDD, latest BIOS and 4GB USB stick- everything went smoothly using beta3 and 4 :wacko:

#738 User is offline   satire_rutilant 

  • Group: Members
  • Posts: 8
  • Joined: 03-January 10

Posted 04 January 2010 - 10:04 PM

Ok thanks for confirming - I'll try again with another image of xp then.

#739 User is offline   ilko_t 

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

Posted 04 January 2010 - 11:40 PM

I'd try updating BIOS, or looking for some funny option in it, as many Eeepc's have, maybe different USB stick or port too.
Usb disk formatting or partitioning also may matter.

Windows version should not be that relevant, it's a known issue, check:
http://www.msfn.org/.../2-t139737.html

It was fixed by setting USB drivers to load earlier than default, and worked on all systems I tested. It seems this Eeepc has its own opinion, yet to find out what.

#740 User is offline   comt 

  • Group: Members
  • Posts: 4
  • Joined: 03-January 10

Posted 05 January 2010 - 04:42 AM

Hi ilko_t,
looks like the problem was my cheap USB Stick. Used one of my friends. And now is Windows Xp runing.
Is there a way i can donate some money to you guys? Possible while using my cell?

Share this topic:


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

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



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