<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>refit on Notities</title><link>https://www.vandenboom.icu/en/tags/refit/</link><description>Recent content in refit on Notities</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 07 Jul 2024 20:45:53 +0000</lastBuildDate><atom:link href="https://www.vandenboom.icu/en/tags/refit/index.xml" rel="self" type="application/rss+xml"/><item><title>Create a USB rEFIt boot disk</title><link>https://www.vandenboom.icu/en/blog/2024-create-a-usb-refit-boot-disk/</link><pubDate>Sun, 07 Jul 2024 20:45:53 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2024-create-a-usb-refit-boot-disk/</guid><description># hdiutil convert /path/to/refit-0.14.cdr -format UDRW -o /path/to/refit-0.14.img # diskutil list # diskutil unmountDisk /dev/disk2 # sudo dd if=/path/to/refit-0.14.img.dmg of=/dev/rdisk2 bs=1m Using rdisk2 here seems to speed up things # diskutil eject /dev/disk2</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>