<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Putting on Notities</title><link>https://19cc27e0.backup-website.pages.dev/tags/putting/</link><description>Recent content in Putting on Notities</description><generator>Hugo</generator><language>nl</language><lastBuildDate>Wed, 15 Jul 2026 23:50:02 +0200</lastBuildDate><atom:link href="https://19cc27e0.backup-website.pages.dev/tags/putting/index.xml" rel="self" type="application/rss+xml"/><item><title>De Microsoft EFI-opstartbestanden op de EFI-partitie plaatsen</title><link>https://19cc27e0.backup-website.pages.dev/blog/2024-putting-the-microsoft-efi-boot-files-on-the-efi-partition/</link><pubDate>Sun, 07 Jul 2024 20:49:33 +0000</pubDate><guid>https://19cc27e0.backup-website.pages.dev/blog/2024-putting-the-microsoft-efi-boot-files-on-the-efi-partition/</guid><description>&lt;p&gt;Start op via het Windows-installatieprogramma&lt;/p&gt;
&lt;p&gt;Druk op het eerste scherm op SHIFT + F10&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;
# diskpart
# list disk
# select disk 0
# list part
Zoek naar de Windows-partitie

# select part 3
# assign letter=W
# format quick fs=NTFS
# list volume
Zoek naar het EFI-volume

# select volume 2
# assign letter=Z
# exit

# D:
Ga naar de USB-installatieschijf van Windows
# cd D:\sources
# dir install*
Het bestand install.esd bestaat

# dism /Get-WimInfo /WimFile:D:\Sources\install.esd
Selecteer de Index van de gewenste Windows-versie

# dism /Apply-image /ImageFile:D:\Sources\install.esd /index:6 /ApplyDir:W:\
# bcdboot W:\Windows /l en-us /s Z: /f UEFI
Zet uw computer uit en verwijder de USB-installatieschijf
Nu hebben we de Microsoft EFI-opstartbestanden op de EFI-partitie in de daarvoor bestemde map
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Volg de normale procedure voor het installeren van Windows&lt;/p&gt;</description></item></channel></rss>