multiboot of xp also needs virtual floppy
#1
Posted 29 August 2009 - 09:44 AM
#2
Posted 29 August 2009 - 10:41 AM
Textmode part does find the file and use them.
However windows setup copy part won't find the files using windows drivers.
I don't known a virtual floppy available at windwos setup.
There are two drivers under cunstruction currently.
Currently integrate the drivers to your windows files.
#3
Posted 29 August 2009 - 11:14 AM
Besides VFD.EXE by Ken Kato:
http://chitchat.at.i...vmware/vfd.html
there are several other "virtual disk drivers" capable of loading a floppy image, most noticeably IMDISK:
http://www.ltr-data.se/opencode.html
http://www.boot-land...hp?showforum=59
More drivers can be found here:
http://www.boot-land...?showtopic=1507
Point is if they will be loaded EARLY ENOUGH during the boot process of the GUI setup to be available when the setup asks for drivers in A:\ and HOW to install/setup them to achieve this (hypothetical at the moment) result.
As I see it you have five possible choices right now:
- integrate the source with the drivers
- buy a USB floppy drive
- start fiddling/experimenting with the mentioned drivers
- start fiddling/experimenting with the HIGHLY EXPERIMENTAL drivers:
http://www.boot-land.net/forums/index.php?...ic=8168&hl=
http://www.boot-land.net/forums/index.php?...ic=8804&hl= - wait for either of the above two drivers to be developed/tested (and hopefully be working). <-since they re-hook the grub4dos virtual drive they will be very handy

#1 is guaranteed to work and it is relatively easy, as it is well documented
Easier would probably be #2, but you have to part from a few bucks.
#3,#4 and #5 may work in a few minutes, a few hours or a few days/weeks/months
So, all in all, and being cheap, I would go for #1, as cdob suggested.
jaclaz
This post has been edited by jaclaz: 29 August 2009 - 11:14 AM
#4
Posted 29 August 2009 - 01:49 PM
#6
Posted 29 August 2009 - 06:00 PM
#7
Posted 29 August 2009 - 11:18 PM
If you have XP SP2 CD then first Slipstream with SP3.
- Take care that your XPSOURCE Folder is located on your Harddisk in a simple Path without SPACES.
- Copy the Content of your Windows XP Setup CD to your XPSOURCE Folder on Harddisk
- Slipstream ServicePack SP3 First Manually in your XP-SP2 Source (don't use here nLite).
http://www.helpwithwindows.com/WindowsXP/S...ice_Pack_3.html - Integrate in your XPSOURCE BTS DriverPack Massstorage with TXT Mode Enabled using DPsBase.exe
http://driverpacks.net/downloads - Then prepare bootable USB-stick with USB_MultiBoot_10.cmd
From: http://www.msfn.org/...sb-t111406.html
Quote
http://driverpacks.net/downloads
For installing XP on modern systems with SATA Drives it is needed to use DPsBase.exe
for Integrating in your XPSOURCE BTS DriverPack Massstorage with TXT Mode Enabled.
In that case a lot of Extra RAID SCSI and SATA Drivers (about 120 extra) are Integrated and will appear in the
XP Setup BootFolder $WIN_NT$.~BT on USB-Drive and can prevent a lot of XP Installation Boot Problems.
It will be useful to Add also Chipset, CPU, LAN and WLAN DriverPack, which are small so that
the decompression at the beginning of GUI-mode of XP Setup does NOT take to much time.
First use RyanVM Integrator and then use DPsBase to Improve your XP-Source.
The program supplies a Customized presetup.cmd and changes the winnt.sif file for use of DriverPacks.
As alternative you can use Make_USB.exe and the Install procedure described in:
http://www.msfn.org/board/install-xp-usb-a...sb-t121446.html
This post has been edited by wimb: 31 August 2009 - 12:35 PM
#8
Posted 30 August 2009 - 06:59 AM
#9
Posted 30 August 2009 - 07:20 AM
#10
Posted 30 August 2009 - 07:27 AM
doubleoseverin, on Aug 30 2009, 03:20 PM, said:
There is ONLY one (reliable) source, the Homepage:
http://driverpacks.net/
jaclaz
#11
Posted 30 August 2009 - 08:12 AM
Quote
1.
Download and Save XP Service Pack 3
If you have not already downloaded XP service pack 3, get it now, and save it with the filename of "XPSP3.exe" at the top level of drive C:. Actually, you can save it anywhere you want, and leave it at its default name if you wish. However, for the purpose of this tutorial, I will assume that you saved it so that it can be accessed as C:\XPSP3.exe. If you save it as some other name, you will have to change the command lines I supply below yourself to the appropriate one.
2.
Extract or Download the Boot Sector of the XP Setup Disk
You will also need the boot sector of an existing bootable Windows 2000, XP or 2003 setup CDROM. You can either extract it from your CD yourself, or just download a boot sector already extracted by others. To save myself some time describing the procedure for extracting the boot sector, this tutorial will just use the same method mentioned in my guide to create your own XP setup disk. That is, download the file wxp10.zip from one of the links on http://www.nu2.nu/do...sFile=wxp10.zip and save it somewhere on your computer.
When you've got the file, open it by doubleclicking it in Windows explorer. Go into the "cds" folder and into "wxphome" (or "wxppro"; it doesn't matter which) folder, followed finally by the "files" directory. Drag the "w2ksect.bin" file into C:\ (the root directory/folder of drive C:). Don't get creative and place it in some other directory. If you do that, ImgBurn will not be able to find "c:\w2ksect.bin" later.
3.
Create a Working Folder
Create a temporary folder for the integration to take place. For the purpose of this tutorial, I will assume that you have created a folder called "XPSETUP" at the top level of drive C:.
To create a folder, open "My Computer", go to drive C:, right click somewhere in the window and select "New" followed by "Folder" in the menu that appears. Then change the default name from "New Folder" to "XPSETUP". If you did this correctly, you will have a new folder, C:\XPSETUP.
4.
Copy the XP Setup Disk intto C:\XPSETUP
Put your existing XP setup CD into your drive. If the setup wizard appears, dismiss it. Drag all the files and folders on the CD into C:\XPSETUP.
5.
Open a Command Prompt
Open a command prompt window. You can do this by running the program "Command Prompt", found in the Accessories folder of your Start menu.
6.
Slipstream the Service Pack
From the command prompt window, which will be a black window with a blinking cursor, type the following, followed by the ENTER key.
C:\XPSP3 /integrate:C:\XPSETUP
Note that there is only one space character -- between the "C:\XPSP3" and the rest of the line. If you did not name the service pack "XPSP3.exe" and place it at the top level of C: as I described earlier, you'll have to modify the command line accordingly.
The process will take some time to complete, so take a coffee break if you wish.
This completes the slipstreaming part of the tutorial. You will now need to burn it to make a bootable CD or DVD
#12
Posted 30 August 2009 - 08:36 AM
#13
Posted 30 August 2009 - 08:51 AM
doubleoseverin, on Aug 30 2009, 09:36 AM, said:
grab the massstorage package. once you are adding the drivers to the Image there will be a checkmark that adds the massstorage drivers to the textmode portion of the setup which you will want to check.
#14
Posted 30 August 2009 - 09:38 AM
#15
Posted 30 August 2009 - 10:00 AM
#16
Posted 30 August 2009 - 10:18 AM
#17
Posted 31 August 2009 - 09:40 AM
#18
Posted 31 August 2009 - 10:00 AM
You should also provide a link to the drivers you integrated with nLite.
#19
Posted 31 August 2009 - 10:02 AM
#20
Posted 31 August 2009 - 10:10 AM
there ... has ... been ... yet ... NO ... successful ...report ...of ... mapping .... a ... virtual ...floppy ...with ...grub4dos ... to ...add ...Mass ...Storage....drivers!
It is pointless going over this path, as it will lead you to NOWHERE. (at the most you can have the floppy recognized during TXTmode part, but then it will become unavailable during GUI part of the setup, unless you have found a new, and till now undocumented method to re-hook the virtual floppy image with a "protected mode" driver).
50% working is better than 0%
jaclaz
- ← Ls and BT folder on usb stick is deleted
- Install Windows from USB
- pci.sys error when installing xp using thumb drive →



Help
Back to top










