<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>boot on Notities</title><link>https://www.vandenboom.icu/en/tags/boot/</link><description>Recent content in boot on Notities</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 28 Apr 2025 16:04:39 +0000</lastBuildDate><atom:link href="https://www.vandenboom.icu/en/tags/boot/index.xml" rel="self" type="application/rss+xml"/><item><title>This version of BootCamp is not intented for this computer</title><link>https://www.vandenboom.icu/en/blog/2025-this-version-of-boot-camp-is-not-intented-for-this-computer/</link><pubDate>Mon, 28 Apr 2025 16:04:39 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2025-this-version-of-boot-camp-is-not-intented-for-this-computer/</guid><description>D﻿ear reader,
R﻿ecently I updated my Windows version of my MacBook Pro 16,1 BootCamp setup to Windows 11. Now I ran into the problem that my build in keyboard and trackpad were not working anymore. I had to overcome this issue by connecting a separate keyboard and mouse on a USB port.
I﻿ downloaded the software in the BootCamp utility on macOS that is compatible with my laptop, in this case version: Boot Camp drivers 6.</description></item><item><title>OCLP update gives a circle with diagonal at boot</title><link>https://www.vandenboom.icu/en/blog/2025-oclp-update-gives-a-circle-with-diagonal-at-boot/</link><pubDate>Fri, 04 Apr 2025 14:27:55 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2025-oclp-update-gives-a-circle-with-diagonal-at-boot/</guid><description>What Mac are you using?
iMac (Retina 5K, 27-inch, Late 2015)
Model Identifiers: iMac17,1
What version of OCLP are you using?
2.3.1
What OS version do you have installed or are trying to install?
Installed: Sequoia 15.3.2 (24D81)
What exactly is the problem you are facing?
After installing OCLP 2.3.1 to disk my iMac refuses to boot. At boot I press the Option key to get the menu I choose the blue OCLP icon.</description></item><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>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>Concourse starting automatically at boot with systemctl service</title><link>https://www.vandenboom.icu/en/blog/2022-concourse-starting-automatically-at-boot-with-systemctl-service/</link><pubDate>Thu, 16 Jun 2022 18:55:47 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2022-concourse-starting-automatically-at-boot-with-systemctl-service/</guid><description>/home/martijn/Downloads/concourse $ curl -LO https://concourse-ci.org/docker-compose.yml $ cat /etc/systemd/system/docker-compose-concourse.service [Unit] Description=Docker Compose Application Service for Concourse Requires=docker.service After=docker.service [Service] Type=oneshot RemainAfterExit=yes WorkingDirectory=/home/martijn/Downloads/concourse ExecStart=/usr/bin/docker-compose up -d ExecStop=/usr/bin/docker-compose down TimeoutStartSec=0 [Install] WantedBy=multi-user.target</description></item></channel></rss>