I use the usb to install xp unattended iso on dell computer.
The usb install successfully on DELL dimension 630i, DELL dimension 2400, DELL dimension 4700, DELL dimension 310
but on DELL dimension 8300 the text mode is successful but it hang on the Gui mode.
The screen just display
0x80 read 0x8280
0x80 read 0x8280
_
and then hang ....
but it does work when i burn the iso to dvd and use the dvd method to install xp.
Please suggest what to modify on menu.lst .
Info of the iso ............................
I have original dell sp3.iso and update the iso as follows...
make it unattended
ryanvm integrator to integrate post sp3 update
driverpacks base to integrate only the DriverPack Mass Storage 12.06 for Windows 2000/XP/2003 (x86)
ryanvm integrator to create the new iso.
my usb has the following files.
dellsp4.iso
grldr
menu.lst
WinVBlock.IMG.gz <---- got this from Steve Si 's website rmprepusb
menu.lst -----------------------------------------------
#usb bootable
color white/blue black/light-gray
timeout 30
default 0
title Part 1 Install OEM XP - Text Mode
map --mem /WinVBlock.IMG.gz (fd0)
map --mem /WinVBlock.IMG.gz (fd1)
map /dellsp4.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)
title Part 2 Install OEM XP - GUI Mode
map /dellsp4.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (hd0)+1
unattended winnt.sif ----------------------------------------
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
TargetPath=\WINDOWS
OemPreinstall=Yes
UnattendSwitch="NO"
WaitForReboot="No"
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
Hibernation = "No"
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=4
OemSkipWelcome=1
[UserData]
ProductKey=" "
FullName="Owner"
OrgName=""
ComputerName=Computer
[RegionalSettings]
LanguageGroup="1","7","8","9","10"
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
[SystemRestore]
DisableSR=1
CreateFirstRunRp=0
[TapiLocation]
CountryCode=1
AreaCode=000
Dialing=Tone
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[Branding]
BrandIEUsingUnattended=Yes
This post has been edited by illusions: 12 October 2012 - 12:41 PM



Help
Back to top










