kDn, on Oct 13 2009, 01:36 AM, said:
Another some little changes maded in setup script (SETUP.CMD) for more correct work, compare and confirm its please.
Sorry late answer, got distracted. Some vacation preparations: I'm offline next december.
Diff are spaces in most cases
$ diff setup.cmd setup.cmd.edited
44c44
< echo presetup log %date% %time% > presetup.log
---
> for %%a in (presetup.log) do if not exist %%a echo presetup log %date% %time% > presetup.log
49c49
< for %%a in (reg.exe) do if not exist %%a echo Error: missing file: %%a >>presetup.log
---
> for %%a in (reg.exe) do if not exist %%a echo Error: missing file: %%a >> presetup.log
53c53
< echo presetup fixDrive.USB > presetup.log
---
> echo presetup fixDrive.USB >> presetup.log
58c58
< if /I not %SystemDrive%.==C: echo setup SystemDrive %SystemDrive% >>presetup.log
---
> if /I not %SystemDrive%.==C: echo setup SystemDrive %SystemDrive% >> presetup.log
62,63c62,65
< if exist c:\Inst\XP_*.ISO set reassign=true
< if exist c:\Inst\2003*.ISO set reassign=true
---
>
> set ISO_file_search=\Inst\XP_RAM.ISO
> if exist ISOimage.ini for /f "eol=;" %%a in (ISOimage.ini) do if not %%a.==. set ISO_file_search=%%a
> if exist c:%ISO_file_search% set reassign=true
68c70
< echo reg delete MountedDevices \DosDevices\C: and \DosDevices\%SystemDrive%>> presetup.log
---
> echo reg delete MountedDevices \DosDevices\C: and \DosDevices\%SystemDrive% >> presetup.log
85c87
< echo presetup fixBoot.USB > presetup.log
---
> echo presetup fixBoot.USB >> presetup.log
106c108
< if not exist %%a echo Error: missing file: %%a >>presetup.log)
---
> if not exist %%a echo Error: missing file: %%a >> presetup.log)
129c131
< if defined sourcepath (echo sourcepath %sourcepath%)>>presetup.log
---
> if defined sourcepath (echo sourcepath %sourcepath%) >> presetup.log
143c145
< echo search ISO file "%%i:%%j">>presetup.log
---
> echo search ISO file "%%i:%%j" >> presetup.log
149c151
< (echo Error: no ISO file found &echo.)>>presetup.log
---
> (echo Error: no ISO file found &echo.) >> presetup.log
153c155
< echo found ISOfile %ISOfile%>>presetup.log
---
> echo found ISOfile %ISOfile% >> presetup.log
156c158
< echo mount ISOfile %ISOfile% >>presetup.log
---
> echo mount ISOfile %ISOfile% >> presetup.log
165c167
< echo.>>presetup.log
---
> echo. >> presetup.log
167c169
< echo.>>presetup.log
---
> echo. >> presetup.log
171c173
< (echo. &echo mount ISOfile V:\XP_RAM.ISO) >>presetup.log
---
> (echo. &echo mount ISOfile V:\XP_RAM.ISO) >> presetup.log
174c176
< echo.>>presetup.log
---
> echo. >> presetup.log
176c178
< echo.>>presetup.log
---
> echo. >> presetup.log
205c207
< echo call presetup.cmd >>presetup.log
---
> echo call presetup.cmd >> presetup.log
208c210
< echo end presetup.cmd >>presetup.log
---
> echo end presetup.cmd >> presetup.log
222c224
< (echo. &echo run setup CmdLine: %CmdLine% - %date% %time%)>>presetup.log
---
> (echo. &echo run setup CmdLine: %CmdLine% - %date% %time%) >> presetup.log
233c235
< (echo. &echo prepare USB boot configuration %date% %time% )>>presetup.log
---
> (echo. &echo prepare USB boot configuration %date% %time% ) >> presetup.log
I like to keep this lines: if exist c:\Inst\XP_*.ISO set reassign=true
Idea, USB drive got letter c:, let windows reassing drive letters. Internal hard disk may get c: or windows assign c: for USB again.
Do you have different results? Can you describe the conditions?
Thanks, I missed a > at 'echo presetup fixBoot.USB > presetup.log'.
Yes, use 'echo presetup fixBoot.USB >> presetup.log'
kDn, on Oct 19 2009, 10:36 AM, said:
On some systems USB do not initialized properly, this can be fixed like that:
I'm glad to keep the fixBoot.USB section, actually I might have deleted this part.
Now this is usefull at some conditions.
Do you have some examples? Which systems dosn't initialize USB properly.
Another idea for multiple installation:
add several floppy images XP_INST.IMA to multi boot ISO image.
Load the ISO image to RAM first, and load a appropiate floppy image from ISO image next.
robekia, on Oct 27 2009, 08:54 AM, said:
Start the text mode windows setup till i reach the step for choosing the partition to install windows --> actually this step never reached and blank screen appear instead.
Windows setup hang at partition detection/mounting.
Does internal hard disk contain partitions already?
Does a Memory stick 8GB/1GB/4GB work at the ACER5738 ?