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

Jump to content



  • 82 Pages +
  • « First
  • 7
  • 8
  • 9
  • 10
  • 11
  • 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

#151 User is offline   QED 

  • Group: Members
  • Posts: 4
  • Joined: 26-October 08

Posted 28 October 2008 - 06:39 AM

Hi Ilko

Quote

BTW it should be "\DosDevices\U:, did you post the orphan file?


Yes that is the orphan file that is generated in C:\ I ran it again to confirm. I think when this happens, there is no migrate.inf on my USB. When I install using this USB I noticed the USB was getting drive letter E: (first available after C: and D: (2 hard drives)). I thought it should be U: but I didn't care as it seemed to work anyway (except for disappering files).

Now when I run WinSetupFromUSB from default C:\ the USB gets migrate.inf (with "\DosDevices\U:") in ~BT folder. In text mode the USB gets correct drive letter U: and everything appears to work as it should.

It's good to know this should be relatively easy to fix. Looking forward to v 0.2. :)

-QED


#152 User is offline   yocarim 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 26-October 08

Posted 28 October 2008 - 09:55 PM

Frist at all, THX!!!!!!! is program is great.

But... i got a problem, (hd 0,0) /$win_nt$.~bt/setupldr.bin error 15: file not found

This message from after the choose the frist instalation option.

I see where is the problem, i got a unattended win xp instalation, with a $OEM$ folder and compressed drivers instalation in this folder, when the WinSetup program copy the files to usb in the folder $WIN_NT$.~BT is only 3 files: migrate.inf - rdummy.sy_ - WINNT.SIF and a subfolder system32 whitout no files in there, just the folder.

I solved the problem do it this, take a clear windows install version, in the Winsetup choose Fixed and Copy setup boot files only and then copy the $WIN_NT$.~BT to the installation with problem. Then boot right this way.

I see the problem, with a clear windows version, in the Winsetup choose Fixed and Copy setup boot files only the program copy 131 files, almost everything in the $WIN_NT$.~BT. In the unattended windows version, the WinSetup copy just 13 files, and the $WIN_NT$.~BT there is just 3 files (migrate.inf - rdummy.sy_ - WINNT.SIF) and 1 folder (system32 and this folder is empty)

Sorry for my english, i hope you understand me. :thumbup :blushing:

#153 User is offline   thegr8anand 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 10-October 08

Posted 28 October 2008 - 10:34 PM

Hey there,

I decided to scrap the idea of installing XP on my external Sata HD. So instead of dual-booting I am installing XP on my internal HD only and removing my Vista installation.

I go to the first part and it shows me the partitions of my internal HD. Since it is a Dell I got 4 partitions shown(instead of the the 3 i had been using C,D,E). I think this is some reserved partition of only 55mb size. So XP installation assigns this C and my actual C drive where i want to install is given D. So I install on D and first part completes.

Now when i select the second part i am getting missing hal.dll error. I can find $winnt$.inf and hal.dll from Grubdos on (hd1,1) but the second part keeps giving the error.

Is this a problem because in WinSetupUSB i gave the bootini settings disk:0,partition:1 since i thought that would be my C drive. but in first part of XP setup there was that extra partition which was assigned C.

This is my boot.ini on my USB. From the FAQ it says to amend it but i dont know how as grub says hal.dll is in (hd1,1).

[Boot Loader]
Timeout=5
Default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[Operating Systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Second part of XP Professional setup from hd 0 part 1" /FASTDETECT


#154 User is offline   ilko_t 

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

Posted 29 October 2008 - 12:06 AM

View Postyocarim, on Oct 28 2008, 08:55 PM, said:

....
Thanks for reporting :)
Please let me have a look at the log files, the latest one is in WinSetupFromUSB\WinSetupFromUSB.log and the older ones are archived in WinSetupFromUSB\backup\$date$-$time$-log.cab
I would need all these log files. Please put them in a zip file and either upload it on a file sharing server such as http://www.mediafire.com/ , or attach it to your next post if size is small enough.
Please add DOSNET.INF from your unattended windows\I386 folder too, the problem is most likely in parsing it.


View Postthegr8anand, on Oct 28 2008, 09:34 PM, said:

...
This is my boot.ini on my USB. From the FAQ it says to amend it but i dont know how as grub says hal.dll is in (hd1,1).

[Boot Loader]
Timeout=5
Default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[Operating Systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Second part of XP Professional setup from hd 0 part 1" /FASTDETECT
You should be using partition 2 in your case, no matter that the first partition is hidden, it's still partition 1 and windows goes on partition 2.
Forget about C,D etc., those are not number of partitions and are used rather for user's convenience, than describing exactly your partitioning.

Simply change partition(1) to partition(2) in both lines and "hd 0 part 1" to "hd 0 part 2".
BTW for grub4dos numbering partition numbers start from 0, so (hd1,1) means second hard disk (USB is first), second partition.
In Windows disk numbering starts from 0 too, but partition numbers from 1. harddisk1\partition2 means second hard disk, second partition. ARC path for that would be rdisk(1)partition(2).
If you hold the mouse over partition or disk boxes in the GUI part of this information is displayed.

This post has been edited by ilko_t: 29 October 2008 - 12:23 AM


#155 User is offline   thegr8anand 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 10-October 08

Posted 29 October 2008 - 01:59 AM

Ya thanks. I got it working. So I am using XP now.

#156 User is offline   yocarim 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 26-October 08

Posted 29 October 2008 - 08:59 AM

View Postilko_t, on Oct 29 2008, 03:06 AM, said:

View Postyocarim, on Oct 28 2008, 08:55 PM, said:

....
Thanks for reporting :)
Please let me have a look at the log files, the latest one is in WinSetupFromUSB\WinSetupFromUSB.log and the older ones are archived in WinSetupFromUSB\backup\$date$-$time$-log.cab
I would need all these log files. Please put them in a zip file and either upload it on a file sharing server such as http://www.mediafire.com/ , or attach it to your next post if size is small enough.
Please add DOSNET.INF from your unattended windows\I386 folder too, the problem is most likely in parsing it.


There is the file with the log's

Winsetup Log's

Winsetup log's Backup server


:thumbup :hello:

If you need something else, let me know

#157 User is offline   ilko_t 

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

Posted 29 October 2008 - 03:32 PM

View Postyocarim, on Oct 29 2008, 07:59 AM, said:

[b]There is the file with the log's...

Thanks :)

It was another unforeseen contents of dosnet.inf, changed the procedure which is parsing it and now should be less sensitive to funny contents of directories section.
Please try this version, just download the file and place it in WinSetupFromUSB directory, use it to launch the program:
http://www.mediafire...php?hdmtejok5yt

Please let me know if everything works fine. Will include the update in 0.2.

BTW what version of nLite the source was prepared with?

This post has been edited by ilko_t: 29 October 2008 - 03:32 PM


#158 User is offline   yocarim 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 26-October 08

Posted 29 October 2008 - 07:18 PM

The version of nlite is 1.4.9.1

And i test the program............you are THE BEST, problem solved, boot fine, works fine.

Now the challenge is.... install xp, from the usb stick to usb stick, i read this thing can do, but the method is so problematic and just i quit that, but i see you can do a program for that if you want do it, obviously.

And i think the program need a traslation, i you wanna i help you to translate to spanish.

Well one more time, THX!!!!! you are great!! :thumbup :thumbup :thumbup :thumbup :thumbup :thumbup :thumbup

#159 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,791
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 30 October 2008 - 04:41 AM

View Postyocarim, on Oct 30 2008, 02:18 AM, said:

Now the challenge is.... install xp, from the usb stick to usb stick, i read this thing can do, but the method is so problematic and just i quit that, but i see you can do a program for that if you want do it, obviously.

Well, NO.

The challenge has already been solved for Installing XP ON USB stick FROM another media.

It could work from USB stick to USB stick? :unsure:

Why don't you simply try?

There are two distinct semi/fully :unsure: automated methods, linked here:
http://www.boot-land.net/forums/index.php?...c=6110&st=5

Since you can translate to Spanish, most probably you can understand a bit of Italian, these pages might be of interest to you:
http://www.etechs.it...u-disco-usbphp/
http://www.etechs.it/installare-xp-su-usb-...no-reloadedphp/
http://www.etechs.it/installare-windows-xp...a-usb-di-nuovo/

jaclaz

P.S.:Please note that I learned just yesterday about the existance of the XP3SD program, so it is currently UNTESTED by me.

This post has been edited by jaclaz: 30 October 2008 - 04:42 AM


#160 User is offline   junksmi 

  • Group: Members
  • Posts: 5
  • Joined: 16-May 07

Posted 31 October 2008 - 08:02 AM

Hi Ilko, all,

View Postilko_t, on Oct 26 2008, 03:16 PM, said:

08-08-2008 was giving problems on other systems...
Please report to grub4dos developers, including what versions you used, your motherboard model and description of the error:
http://www.boot-land...hp?showforum=66

Well, just to report that I did finally post there: Grub4DOS problems with P4P800 (Error 17), as I'd like to now boot an ISO from the USB key, which (only?) Grub4DOS seems to be able to do - however, mapping to (hd32) doesn't result with anything on the old Grub4DOS that I'm trying to use.. Other than that, so far I haven't experienced other problems with the older Grub4DOS (or WinSetupFromUSB in general)...

Thanks again for the great work !! :thumbup

#161 User is offline   yocarim 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 26-October 08

Posted 07 November 2008 - 12:59 PM

Hi! its me again :blushing:

Well i got a little problem, i found a iso image with a multiboot system for a different windows version, like 98, ME, 2000, and Xp. Then i think maybe can integrate this iso multisystem, but i can't, the thing is the format of file boot it's not recognized by the program.

So, the question is, can be done with a new version of winsetup?

This is the tree directory of multisystem iso.

ISO IMAGE
-------------2PS4 (this is the files for the boot of win2000 Sp4)

-------------CDSH (this is the folder with the boot files of the iso multisystem)
---------------------CDSHELL.INI (this is the file for the boot of iso)

-------------PVS3(this is the folder for the boot of winxp sp3)

-------------SOURCES(this is the folder with the other win version like 95, 98, Me)

-------------TOOLS (this folder contains files with information like serial number)


I upload a file with the important folders, please checked and let me know if is possible, thanks!! :thumbup

This post has been edited by jaclaz: 08 November 2008 - 05:40 AM


#162 User is offline   ilko_t 

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

Posted 07 November 2008 - 01:10 PM

You should remove your links, please read board rules.

As for what you want to accomplish- the program already can put up to 10 different Windows 2000/2003/XP sources on the USB disk.
But you do need to run the program 10 times- giving path to each source you have.

If you want to stay on the safe side- use unmodified sources, or at least not like those, which were modified to fit all in a multi-boot DVD.

#163 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,791
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 08 November 2008 - 05:42 AM

Links removed.

@yocarim

Be VERY, VERY aware of Rule #1:
http://www.msfn.org/...-Re-t18408.html

Quote

1.a This is not a warez site! Links/Requests to warez and/or illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/license restrictions, use of keygens or any other illegal activity will also not be tolerated. You will be banned without notice.

1.b Respect the requests of companies who do not permit redistribution of their products without express permission - including unmodified hotfix/feature pack packages. Download sources for official software should be from the vendor directly where possible. Posts made containing this type of content may be removed immediately without warning, and offenders may be banned on first violation.


jaclaz

#164 User is offline   kalinin 

  • Group: Members
  • Posts: 8
  • Joined: 25-May 08

Posted 08 November 2008 - 07:20 PM

Whenever I start the program i get AutoIt error Line -1: Error: Variable must be of type "Object" it used to work then i redid my system(HDD died), and after the reinstall of xp sp3 i get this error. The log from winsetupusb is blank....

#165 User is offline   ilko_t 

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

Posted 08 November 2008 - 08:27 PM

Check if Windows Management Instrumentation service is running. Enable it if it's disabled.
The programs makes a few WMI queries to obtain USB information.

#166 User is offline   kalinin 

  • Group: Members
  • Posts: 8
  • Joined: 25-May 08

Posted 08 November 2008 - 09:27 PM

wmi service is running, just checked....

#167 User is offline   ilko_t 

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

Posted 08 November 2008 - 09:44 PM

Try if you can run this VBS script. It makes a list of your services and their status. Since it's using WMI as well, it may not start.
If it does start, please attach here C:\ServiceList\OnlyOnRequest\services.txt

If it does not start, hmm, maybe a screenshot of your services?

The only way I can reproduce this error on my side is to stop WMI service, however, there might be other dependent services or unregistered dll files- you may try dial-a-fix and re-register everything, it does not harm, although I'd prefer to find out why exactly WMI fails.

This post has been edited by ilko_t: 08 November 2008 - 09:45 PM


#168 User is offline   kalinin 

  • Group: Members
  • Posts: 8
  • Joined: 25-May 08

Posted 08 November 2008 - 09:58 PM

the script wont run, tried dial-a-fix and reregistered, still no go...guess i removed something in nlite thats needed....wmi is started and running....i cant start the wmi performance adapter service though

#169 User is offline   ilko_t 

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

Posted 08 November 2008 - 10:12 PM

View Postkalinin, on Nov 8 2008, 08:58 PM, said:

...guess i removed something in nlite thats needed....wmi is started and running....i cant start the wmi performance adapter service though

Yep.
Can you post your nLite settings, lastsession.ini?

#170 User is offline   kalinin 

  • Group: Members
  • Posts: 8
  • Joined: 25-May 08

Posted 08 November 2008 - 10:36 PM

here it is....and i thought i had it well tested in a VM....

Attached File(s)



Share this topic:


  • 82 Pages +
  • « First
  • 7
  • 8
  • 9
  • 10
  • 11
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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