<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Efi on Notities</title><link>https://d8224bcf.backup-website.pages.dev/tags/efi/</link><description>Recent content in Efi on Notities</description><generator>Hugo</generator><language>nl</language><lastBuildDate>Mon, 20 Jul 2026 22:38:58 +0200</lastBuildDate><atom:link href="https://d8224bcf.backup-website.pages.dev/tags/efi/index.xml" rel="self" type="application/rss+xml"/><item><title>De Microsoft EFI-opstartbestanden op de EFI-partitie plaatsen</title><link>https://d8224bcf.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://d8224bcf.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><item><title>rEFIt installeren op de EFI-partitie van een iMac</title><link>https://d8224bcf.backup-website.pages.dev/blog/2024-refit-installation-to-efi-partition-of-an-imac/</link><pubDate>Thu, 27 Jun 2024 22:27:46 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/blog/2024-refit-installation-to-efi-partition-of-an-imac/</guid><description>&lt;p&gt;V﻿olg de onderstaande stappen om rEFIt te installeren op de EFI-partitie van een iMac&lt;/p&gt;
&lt;p&gt;D﻿ownload rEFIt en kopieer de efi-map naar de /efi-map zoals hieronder uitgelegd&lt;br&gt;
&lt;br&gt;
V﻿oordat u het bless-commando uitvoert, schakelt u de SIP uit&lt;br&gt;
Start op in herstelmodus&lt;br&gt;
#﻿ csrutil status&lt;br&gt;
#﻿ csrutil disable&lt;br&gt;
#﻿ reboot&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;sudo mkdir /efi

sudo mount -t msdos /dev/disk0s1 /efi

sudo bless --mount /efi --setBoot --file /efi/EFI/refit/refit.efi --labelfile /efi/EFI/refit/refit.vollabel
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>