IPB

Google Frontpage Forums Unattended CD/DVD Guide
14 Pages V  < 1 2 3 4 5 > »   
Reply to this topicStart new topic
> How to install from USB- WinSetupFromUSB with GUI, Lets try to make it easy for everyone...
ilko_t
post Aug 7 2008, 02:36 AM
Post #41


Advanced Member
***

Group: Members
Posts: 401
Joined: 6-December 06
Member No.: 117812
Country Flag


This is part of Binifix4.cmd, which is launched at GUIRunOnce, you may include your stuff inside or use the code.
Mind you- when multiple windows sources are on the USB stick, tagfile is different- WIN_00.BT, WIN_01.BT etc. etc. You may use your own tag file.

CODE
SET USBDRIVE=
SET TAGFILE=\WIN_NT.BT

FOR %%h IN (C D M N O P Q R S T U V W X Y) DO IF EXIST "%%h:%TAGFILE%" SET USBDRIVE=%%h:

if "%USBDRIVE%" == "" (
   FOR %%h IN (E F G H I J K L) DO IF EXIST "%%h:%TAGFILE%" SET USBDRIVE=%%h:
)


menu.lst will be fixed in next version, by the end of september when I will have spare time- have a look at the posts at bottom of first page and firsts on second page of this thread- they are all about menu.lst and the default entry.

edit: similar part for finding USB drive you will find in ren_fold.cmd, launched from SetupParams in winnt.sif.

edit2: It would be good idea ren_fold.cmd or binifix4.cmd to set the found drive letter in

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup SourcePath

Need to investigate when it is created, and will include it in the next version, thanks.

This post has been edited by ilko_t: Aug 7 2008, 02:53 AM
Go to the top of the page
 
+Quote Post
edie209
post Aug 7 2008, 11:36 AM
Post #42


Newbie


Group: Members
Posts: 33
Joined: 27-February 06
Member No.: 89274
Country Flag


I have been following this project and decided to give it a go, but I have run into a problem.

The install to Flash Drive seems to work fine I have opted to have XP, BartPE, and Vista. XP boots and starts to install but blue screens on "Starting Windows" (text section) the error is

CODE
Stop 0x0000007b (0xf7c80524, 0x00000034, 0x00000000, 0x00000000)


Vista works fine I have yet to try BartPE

The PC is a Dell 755 with sata hard drive
Go to the top of the page
 
+Quote Post
jaclaz
post Aug 7 2008, 12:03 PM
Post #43


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3623
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


QUOTE (edie209 @ Aug 7 2008, 07:36 PM) *
The PC is a Dell 755 with sata hard drive


And you have integrated the specific sata drivers, right? unsure.gif

Can you try again setting in BIOS "ATA or IDE" compatibility mode?

jaclaz
Go to the top of the page
 
+Quote Post
cdob
post Aug 7 2008, 01:13 PM
Post #44


Member
**

Group: Members
Posts: 171
Joined: 29-September 05
Member No.: 74988
Country Flag


QUOTE (edie209 @ Aug 7 2008, 12:36 PM) *
The PC is a Dell 755 with sata hard drive
That's a well known troublemaker.

Use a edited ntdetect.com http://www.msfn.org/board/-t112630.html&am...st&p=738009
Go to the top of the page
 
+Quote Post
edie209
post Aug 8 2008, 05:23 AM
Post #45


Newbie


Group: Members
Posts: 33
Joined: 27-February 06
Member No.: 89274
Country Flag


Ok I have done that and it works but install is really slow Usb 2.0 flash drive is there anything known to speed things up ?
Go to the top of the page
 
+Quote Post
jaclaz
post Aug 8 2008, 06:26 AM
Post #46


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3623
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


QUOTE (edie209 @ Aug 8 2008, 01:23 PM) *
Ok I have done that and it works but install is really slow Usb 2.0 flash drive is there anything known to speed things up ?


Maybe that Dell has USB 2.0 ports but only boots at 1.1 speed. unsure.gif

For the moment no solution, something is in the works, but nothing yet functional.

jaclaz
Go to the top of the page
 
+Quote Post
ilko_t
post Aug 9 2008, 12:49 AM
Post #47


Advanced Member
***

Group: Members
Posts: 401
Joined: 6-December 06
Member No.: 117812
Country Flag


QUOTE (edie209 @ Aug 8 2008, 04:23 AM) *
Ok I have done that and it works but install is really slow Usb 2.0 flash drive is there anything known to speed things up ?

Which part goes slow? Loading drivers during Text mode only or loading drivers AND copying files at end of Text mode?
If it's first- your BIOS does boot in USB 1.1 speed, after loading drivers it should be USB 2.0.
If second- try formatting stick in NTFS/FAT32 or FAT16 if it's 2GB or less and BIOS supports boot from such, matter of experimenting.
Go to the top of the page
 
+Quote Post
edie209
post Aug 11 2008, 10:27 AM
Post #48


Newbie


Group: Members
Posts: 33
Joined: 27-February 06
Member No.: 89274
Country Flag


I have been playing around and I tried formating in NTFS the results are amazing I have gone from nearly 2 hours for the 1st section of the install to about 4 mins.

All is not well though on part3 of the install I get an error

CODE
Windows could not start because the following file was missing or currupt
<Windows Root>\system32\hal.dll
Please reinstall a copy of the above file


So I am going to try and find out why I get this message, but if anyone knows why please tell me
Go to the top of the page
 
+Quote Post
sunray73
post Aug 13 2008, 12:21 PM
Post #49





Group: Members
Posts: 2
Joined: 13-August 08
Member No.: 205234
OS: none
Country Flag


So I was able to get BartPE to load up but as far as any of many linux dist.. nada... I get the following error. I'm running a 4GB formatted FAT32.


-----------------------------------------------------------------
Booting 'Start SysLinux bootsector from partition 0'

Filesystem type is fat, partition type 0cx

SYSLINUX 3.64 2008-04-10 EBIOS Copyright © 1994-2008 H. Peter Anvin
could not find kernal image: linux
boot:
------------------------------------------------------------------

Go to the top of the page
 
+Quote Post
sunray73
post Aug 13 2008, 02:32 PM
Post #50





Group: Members
Posts: 2
Joined: 13-August 08
Member No.: 205234
OS: none
Country Flag


Well I tried with a 2GB Fash drive FAT16 and same error... Please help!
Go to the top of the page
 
+Quote Post
DeadMeatGF
post Aug 15 2008, 03:39 AM
Post #51





Group: Members
Posts: 1
Joined: 14-August 08
Member No.: 205391
OS: XP Pro x86
Country Flag


I've gone through the thread, and read the FAQ, but please forgive me if I've missed the answer.

I got directed here after being dumped with a Tablet PC pre-installed with XP Pro (no pen/touch support, great huh?) and no Floppy/CD/DVD etc.
I downloaded the GUI, ran it to format the USB key and copy the XP Tablet files and plugged it into the Tablet ...
I can boot into USB fine, I can start Setup fine - but I get:

Q8: I got "Insert WinXP CD" Error, why?
A8: The correct value in WINNT.SIF is MsDosInitiated="1". This is done automatically by the script. You must have changed WINNT.SIF after prepared USB disk.

Well, I don't have a WINNT.SIF (apart from the Sample one) and I can't find a reference to MsDosInitiated in any of my files on the USB key.

I know I'm probably doing something fundamentally stupid ... but if anyone could tell me what it is, I'd be grateful!
Go to the top of the page
 
+Quote Post
ilko_t
post Aug 16 2008, 05:53 PM
Post #52


Advanced Member
***

Group: Members
Posts: 401
Joined: 6-December 06
Member No.: 117812
Country Flag


Sorry about the delayed responses, I am still on holiday and have a little break from computers ph34r.gif

QUOTE (edie209 @ Aug 11 2008, 09:27 AM) *
I have been playing around and I tried formating in NTFS the results are amazing I have gone from nearly 2 hours for the 1st section of the install to about 4 mins.

All is not well though on part3 of the install I get an error

CODE
Windows could not start because the following file was missing or currupt
<Windows Root>\system32\hal.dll
Please reinstall a copy of the above file

So I am going to try and find out why I get this message, but if anyone knows why please tell me
Good, NTFS really helps sometimes. For HAL.DLL error please check the FAQs.



QUOTE (sunray73 @ Aug 13 2008, 11:21 AM) *
So I was able to get BartPE to load up but as far as any of many linux dist.. nada... I get the following error. I'm running a 4GB formatted FAT32.


-----------------------------------------------------------------
Booting 'Start SysLinux bootsector from partition 0'

Filesystem type is fat, partition type 0cx

SYSLINUX 3.64 2008-04-10 EBIOS Copyright © 1994-2008 H. Peter Anvin
could not find kernal image: linux
boot:
------------------------------------------------------------------
Umm, you need you ammend your syslinux.cfg for the particular distro and check kernel parameters for USB boot. The program just adds syslinux bootsector, copy the contents to USB and loads syslinux, and from the message you have posted it seems that syslinux is loaded indeed.


QUOTE (DeadMeatGF @ Aug 15 2008, 02:39 AM) *
I've gone through the thread, and read the FAQ, but please forgive me if I've missed the answer.

I got directed here after being dumped with a Tablet PC pre-installed with XP Pro (no pen/touch support, great huh?) and no Floppy/CD/DVD etc.
I downloaded the GUI, ran it to format the USB key and copy the XP Tablet files and plugged it into the Tablet ...
I can boot into USB fine, I can start Setup fine - but I get:

Q8: I got "Insert WinXP CD" Error, why?
A8: The correct value in WINNT.SIF is MsDosInitiated="1". This is done automatically by the script. You must have changed WINNT.SIF after prepared USB disk.

Well, I don't have a WINNT.SIF (apart from the Sample one) and I can't find a reference to MsDosInitiated in any of my files on the USB key.

I know I'm probably doing something fundamentally stupid ... but if anyone could tell me what it is, I'd be grateful!

It happens if your source is on CD, will be fixed very soon. Please use the file in post #36 it's fixed there, just extract it to WinSetupFromUSB folder and launch it instead of the other EXE.
When I get back from holiday will put all changes in new beta version.
Thanks for the feedbacks. smile.gif

ilko
Go to the top of the page
 
+Quote Post
ilko_t
post Sep 8 2008, 09:56 AM
Post #53


Advanced Member
***

Group: Members
Posts: 401
Joined: 6-December 06
Member No.: 117812
Country Flag


Program updated to 0.1 Beta, please refer to first post for list of changes and download links.
Go to the top of the page
 
+Quote Post
tonich
post Sep 9 2008, 09:29 AM
Post #54


Newbie


Group: Members
Posts: 31
Joined: 21-September 06
From: Bulgaria
Member No.: 110901
OS: 98SE
Country Flag


Me runes Win98, but me thinks this is a goood piece of software and deserves moar feedback.
Thanks to people, who put this together!
Greets!
welcome.gif
Go to the top of the page
 
+Quote Post
jonsa79
post Sep 10 2008, 07:26 AM
Post #55





Group: Members
Posts: 1
Joined: 1-January 06
Member No.: 84017
Country Flag


CODE
Windows could not start because the following file was missing or currupt
<Windows Root>\system32\hal.dll
Please reinstall a copy of the above file


I'm getting this error all the time.
I've read the FAQ's and can't seem to understand what I'm doing wrong?
I'm trying to install to a notebook that has no problem with formating and reading the first set of files,
but when the computer restarts it just gives the error above.
Now when I'm trying to install with another USB-stick with other settings it doesn't allow me to format anymore. It keeps giving me this hal.dll error.
What can be wrong?

Thx!
Go to the top of the page
 
+Quote Post
ilko_t
post Sep 10 2008, 08:13 AM
Post #56


Advanced Member
***

Group: Members
Posts: 401
Joined: 6-December 06
Member No.: 117812
Country Flag


jonsa79- what partition are you installing windows to? First, second...?
What folder name you gave for Windows, is it the default Windows?
Doe the laptop have a hidden first partition?

Please post your BOOT.INI on the root of the USB stick too. There must be a mismatch between BOOT.INI parameters and the location you install Windows to.


tonich
- thanks smile.gif
Go to the top of the page
 
+Quote Post
ykchanaed
post Sep 17 2008, 03:41 AM
Post #57


Junior
*

Group: Members
Posts: 52
Joined: 18-January 07
Member No.: 122212
Country Flag


$OEM$
Presetup.cmd

Would you please add support to copy the $Docs and $Progs folders inside the $OEM$ folder in the Presetup.cmd

Thanks
Go to the top of the page
 
+Quote Post
onepic
post Sep 17 2008, 08:34 AM
Post #58





Group: Members
Posts: 2
Joined: 17-September 08
Member No.: 210345
OS: none