

- #USB REDIRECTOR NOT WORKING WITH MICROTIK ROUTER INSTALL#
- #USB REDIRECTOR NOT WORKING WITH MICROTIK ROUTER WINDOWS#
Here's a trimmed list showing them on my router. Make sure all the boot and WinPE files are there. You're done with the steps on your PC! Configure TFTP on your Mikrotik Eject the USB drive and move it back to the router.If you don't plan to use or modify this WinPE image, clean it up to save space: rmdir /s /q c:\winpe_amd64 (Optional) Clean up the WinPE temporary directory.That's it for copying files! Now it's time to clean up and unmount the USB drive.ĭism /unmount-wim /MountDir:C:\winpe_amd64\mount /discard

(Optional) Copy true type fonts to the \boot folder mkdir e:\tftp\boot\FontsĬopy C:\winpe_amd64\media\Boot\Fonts e:\tftp\boot\Fonts\Ĭonfigure boot settings and copy the BCD fileĬreate a BCD store using bcdedit.exe: bcdedit /createstore c:\winpe_amd64\bcdĬonfigure RAMDISK settings: bcdedit /store c:\winpe_amd64\bcd /create copy C:\winpe_amd64\media\sources\boot.wim e:\tftp\boot\ copy C:\winpe_amd64\media\boot\boot.sdi e:\tftp\boot\Ĭopy the bootable Windows PE image (boot.wim) to the \boot folder. For example: copy c:\winpe_amd64\mount\windows\boot\pxe\*.* e:\tftp\boot\Ĭopy the boot.sdi file to the PXE/TFTP server. mkdir e:\tftpĬopy the PXE boot files from the mounted directory to the \boot folder. Make a folder on your USB drive or MicroSD card called "tftp". Verify that "The operation completed successfully" is displayed. cd \winpe_amd64ĭism /mount-image /imagefile:c:\winpe_amd64\media\sources\boot.wim /index:1 /mountdir:C:\winpe_amd64\mount Mounting an image file unpacks the file contents into a folder so that you can make changes directly or by using tools such as DISM. Mount the base Windows PE image (winpe.wim) to the \mount directory using the DISM tool. In the previous example, the following directories are created: C:\winpe_amd64 The script creates the destination directory structure and copies all the necessary files for that architecture. The script requires two arguments: hardware architecture (amd64) and destination location (a temporary folder - I used c:\winpe_amd64). Run the following command to copy the base Windows PE files into a new folder. The Deployment and Imaging Tools Environment shortcut opens a Command Prompt window and automatically sets environment variables to point to all the necessary tools. Right-click Deployment and Imaging Tools Environment and then click Run as administrator. On the deployment computer, click Start, and type deployment. These are copied from that article but adjusted to use a USB drive instead of a remote fileserver.
#USB REDIRECTOR NOT WORKING WITH MICROTIK ROUTER WINDOWS#
Note: If you want more details on these steps, please see the original source Configure a PXE server to load Windows PE.
#USB REDIRECTOR NOT WORKING WITH MICROTIK ROUTER INSTALL#
Using a Mikrotik router to boot and install Windows
