dnelaa Posted June 15, 2009 Posted June 15, 2009 (edited) wonder if that possible installing lite winxp iso image file (only 320mg) with WinSetupFromUSB,when i attuched the (from virtual disk) disk with xp lite to WinSetupFromUSB says "winnt32.exe' missing.."so i tried other way i maade bootble disk to my usb and added the files that needed. i add at winsetup.lst some lines like :title setup Windows XP Lite setupfind --set-root /SP3_Lite.isomap --mem /SP3_Lite.iso (hd32)map --hookroot (hd32)chainloader (hd32)started fine but! than was that blue screen..do i miss something ,, is it possible to setup xp lite from usb at all? it is only 300 mg and could be great to have it in case...hop you guys have some answers - thank you. Edited June 15, 2009 by dnelaa
ilko_t Posted June 15, 2009 Posted June 15, 2009 (edited) wonder if that possible installing lite winxp iso image file (only 320mg) with WinSetupFromUSB,when i attuched the (from virtual disk)...Short answer- no with some little hopes here.Long answer- http://www.boot-land.net/forums/index.php?showtopic=8076 and the links within. Edited June 15, 2009 by ilko_t
jaclaz Posted June 16, 2009 Posted June 16, 2009 Well, no. (I mean yes )As long as the image is SMALLER than 512 Mb AND you have at least 1 GB of memory, it is possible to use a RAMDISK approach using the known Server 2003 SP1 or R2 files. (and of course you need a license for Server 2003, or for ERD 2005, that includes those files)OR, regardless of the .iso size, Diskless Angel is a working, Commercial solution, though noone has published anything about actually using it during setup.jaclaz
ilko_t Posted June 16, 2009 Posted June 16, 2009 To remind you- there were some attempts to use MS RAMDISK.SYS:http://www.msfn.org/board/index.php?showtopic=81788http://www.msfn.org/board/index.php?showto...st&p=776205
dnelaa Posted June 16, 2009 Author Posted June 16, 2009 ok, i see that aint easy ..well what about just installing xp lite not by rem disk with iso..ext.i mean just like normal way puting the files in $WIN_NT$.~LS and set it up..is that possible or not?wonder if that possible installing lite winxp iso image file (only 320mg) with WinSetupFromUSB,when i attuched the (from virtual disk) disk with xp lite to WinSetupFromUSB says "winnt32.exe' missing.."so i tried other way i maade bootble disk to my usb and added the files that needed. i add at winsetup.lst some lines like :title setup Windows XP Lite setupfind --set-root /SP3_Lite.isomap --mem /SP3_Lite.iso (hd32)map --hookroot (hd32)chainloader (hd32)started fine but! than was that blue screen..do i miss something ,, is it possible to setup xp lite from usb at all? it is only 300 mg and could be great to have it in case...hop you guys have some answers - thank you.
ilko_t Posted June 16, 2009 Posted June 16, 2009 http://www.msfn.org/board/index.php?showtopic=116766Q2/A2, missing winnt32.exe is a good sign the option mentioned above had been applied.This is frequently asked question indeed
cdob Posted June 17, 2009 Posted June 17, 2009 To remind you- there were some attempts to use MS RAMDISK.SYS:http://www.msfn.org/board/index.php?showtopic=81788http://www.msfn.org/board/index.php?showto...st&p=776205Thanks for the reminder. In addition http://www.911cd.net/forums//index.php?showtopic=19960With MS RAMDISK.SYS and WINNT.SIF[SetupData]BootDevice = "ramdisk(0)"BootPath = "\I386\"OsLoadOptions = "/fastdetect /rdexportascd /rdpath=XP.ISO"SetupSourceDevice = \Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}Setup does boot. Target drive can be selected. Setup copy files to target disk.Machine does reboot. Next setup does search ASMS directory at CD and fails. Setup holds.Short vacation, back on monday.
cdob Posted August 12, 2009 Posted August 12, 2009 Next step:2003 SP1 setupldr.bin and ramdisk.sys does RAM load ISO image XP_RAM.ISO.Remember RAM loading is limited up to a 500 MB image.Wrapped in another ISO image XP_WRAP.ISO:\bootsect.bin\WINNT.SIF\XP_RAM.ISO\I386\NTDETECT.COM\I386\SETUPLDR.BIN\WINNT.SIF[SetupData]BootDevice = "ramdisk(0)"BootPath = "\I386\"OsLoadOptions = "/noguiboot /fastdetect /rdexportascd /rdpath=XP_RAM.ISO"SetupSourceDevice = \Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}[Data]MsDosInitiated="0"[Unattended][UserData]Add custom Unattended, UserData and other sections yourself.Grub4dos maps the ISO image to CDtitle Loading XP RAM install - /Inst/XP_WRAP.ISOfind --set-root /Inst/XP_WRAP.ISOmap /Inst/XP_WRAP.ISO (0xFF)map (hd0) (hd1)map (hd1) (hd0)map --hookchainloader (0xFF)Assumptions: hd0 : booted USB devicehd1 : windows target deviceTested at virtual machine. Has to be tested at real hardware: several hard disks, several USB drives, internal multi card readerXP installation from CD and remapped drive order:Files are not deleted from installation media.Setup creates a valid boot.ini. No need to fix boot.ini. Boot once from USB.There is a fake setup.exe used after first reboot.http://www.msfn.org/board/index.php?showtopic=12566This fake setup.exe launch a batch presetup.cmd. Windows assign letter c: to RAM loaded XP_RAM.ISO image.C: is not available for new installed windows.Presetup.cmd deletes %SystemDrive% MountedDevices.And USB boot settings are added. Next the machine is rebooted.A PE cabable shutdown is used http://www.paraglidernc.com/plugins/plugins.htmAt reboot windows assign letters again: c:\windowsPresetup.cmd uses ImDisk to mount the ISO file.http://www.ltr-data.se/opencode.html#ImDiskNext the file $winnt$.inf is adjusted.Windows setup continues and use the mounted ISO file.txtsetup.sif, [sourceDisksFiles];http://www.msfn.org/board/index.php?showtopic=12566;http://www.msfn.org/board/index.php?s=&showtopic=12566&view=findpost&p=159358setupORG.exe= 1,,,,,,,2,0,0presetup.cmd= 1,,,,,,,2,0,0;http://www.paraglidernc.com/plugins/plugins.htm;Shutdown.exe renamed to PEShutdown.exePEShutdown.exe=1,,,,,,,2,0,0;http://www.ltr-data.se/opencode.html#ImDiskimdisk.sys = 1,,,,,,,4,0,0imdisk.exe = 1,,,,,,,2,0,0imdisk.cpl = 1,,,,,,,2,0,0;optional BTS files;BTSsetup.cmd= 1,,,,,,,2,0,0You may add BTS DriverPacks with method 2 http://driverpacks.net/rename BTS presetup,cmd to BTSsetup.cmdAdd BTSsetup.cmd to txtsetup.sif and XP_RAM.ISO.Add \OEM to XP_WRAP.ISO. That way BTS *.7z files are not loaded to RAM, but available at installation.@jaclazDelivery time: only three years after your request It's nice to close a old question.presetup.7z
ilko_t Posted August 13, 2009 Posted August 13, 2009 Thanks cdob, beautiful work Question- why the entries for USB- :set_usb_boot_setting are needed?
cdob Posted August 13, 2009 Posted August 13, 2009 why the entries for USB- :set_usb_boot_setting are needed?As USB booting is involved, different machines may result different results.Given a BIOS without USB boot support. And USB booted with PLoP Boot Manager: XP setup does read files from a CD drive and write to a internal hard disk: no USB drives involvedSetup dosn't add USB drivers. USB drivers are not loaded at first reboot, there is no USB drive available at first hard disk boot. :set_usb_boot_setting does add USB boot settings at first hard disk boot.The USB drive is available at hard disk second boot.Contrary there is UsbBootWatcher.exe prepared too. This maybe useful at USB boot friendly BIOS, target USB device.Assumption setup adds USB drivers for first hard disk boot. Not tested, under construction.
jaclaz Posted August 13, 2009 Posted August 13, 2009 @jaclazDelivery time: only three years after your request It's nice to close a old question. You ain't going make any career in this Pizza delivery business, mate. So now, that you have solved this, you are free to tackle next one :http://www.boot-land.net/forums/index.php?showtopic=8468BTW, also the CD driver is a Miniport one..... jaclaz
iamtheky Posted August 13, 2009 Posted August 13, 2009 (edited) This thread (mostly Cdobs posts) would be rather useful.....but the OPs original question was -translating-"I downloaded the 320mb portable xp lite professional from <insert warez site>, and want to run that iso like its a cd from my thumbdrive?" can a person of power please pin Cdobs reply to a thread that is not going to be removed Edited August 13, 2009 by iamtheky
jaclaz Posted August 13, 2009 Posted August 13, 2009 (edited) This thread (rather Cdobs posts) would be rather useful.....but the OPs original question was -translating-"I downloaded the 320mb portable xp lite professional from <insert warez site>, and want to run that iso like its a cd from my thumbdrive?" can a person of power please pin Cdobs reply to a thread that is not going to be removed Well, this is how you read it, but it's not what it is written by the OP, which clearly stated he wants to INSTALL a "lite" XP.And BTW I've never seen ANY PE (warez or not) starting with WINNT32.EXE.Malice, like beauty is in the eye of the beholder. It's nice to know we have a mind reader / ESP expert on the site. jaclaz Edited August 13, 2009 by jaclaz
iamtheky Posted August 13, 2009 Posted August 13, 2009 he happens to have "lite" xp and 320mb, and that just happens to be advertised as sp3_lite.iso on every rapidshare link. Its probably a coincidence.context clues and google are far more useful than mind reading.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now