Hello Nosfer@tu,
What PXE are you using? If you are using WDS, you can put your WIM that BIT is in the Boot Images section of WDS. If you are using Linux PXE, I have no experience in that.
1. The Vista drivers you need for Mass Storage are only needed if you can't see the Hard Disk once you boot into it. It is a simple test to boot into the PE and use Diskpart to see if you can see the drives. If you can, you don't need to worry about the Mass Storage Controller drivers. In my experience, I've only had to inject drivers for RAID controllers.
2. You may have made a typo in your OSCDIMG command syntax. Use this example from IcemanND's WinPE 2.0 Guide:
What PXE are you using? If you are using WDS, you can put your WIM that BIT is in the Boot Images section of WDS. If you are using Linux PXE, I have no experience in that.
- Vista32 drivers for Win Pe 2.1 - I dident know they where what I should use.
1. The Vista drivers you need for Mass Storage are only needed if you can't see the Hard Disk once you boot into it. It is a simple test to boot into the PE and use Diskpart to see if you can see the drives. If you can, you don't need to worry about the Mass Storage Controller drivers. In my experience, I've only had to inject drivers for RAID controllers.
2. You may have made a typo in your OSCDIMG command syntax. Use this example from IcemanND's WinPE 2.0 Guide:
Code:
oscdimg -n -bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso
Comment