<?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://www.vandenboom.icu/en/tags/efi/</link><description>Recent content in efi on Notities</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 07 Jul 2024 20:49:33 +0000</lastBuildDate><atom:link href="https://www.vandenboom.icu/en/tags/efi/index.xml" rel="self" type="application/rss+xml"/><item><title>Putting the Microsoft EFI boot files on the EFI partition</title><link>https://www.vandenboom.icu/en/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://www.vandenboom.icu/en/blog/2024-putting-the-microsoft-efi-boot-files-on-the-efi-partition/</guid><description>Boot into the Windows installer
On the first screen press SHIFT + F10
# diskpart # list disk # select disk 0 # list part Look for the Windows partition # select part 3 # assign letter=W # format quick fs=NTFS # list volume Look for the EFI volume # select volume 2 # assign letter=Z # exit # D: Goto the USB installer of Windows # cd D:\sources # dir install* The file install.</description></item><item><title>rEFIt installation to EFI partition of an iMac</title><link>https://www.vandenboom.icu/en/blog/2024-refit-installation-to-efi-partition-of-an-imac/</link><pubDate>Thu, 27 Jun 2024 22:27:46 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2024-refit-installation-to-efi-partition-of-an-imac/</guid><description>F﻿ollow the steps below to install rEFIt to the EFI partition of an iMac
D﻿ownload rEFIt and copy the efi folder to the /efi folder as explained below
B﻿efore you do the bless command disable the SIP
Boot in recovery mode
#﻿ csrutil status
#﻿ csrutil disable
#﻿ reboot
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</description></item></channel></rss>