<?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://19cc27e0.backup-website.pages.dev/en/tags/boot/</link><description>Recent content in Boot on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 15 Jul 2026 23:50:02 +0200</lastBuildDate><atom:link href="https://19cc27e0.backup-website.pages.dev/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://19cc27e0.backup-website.pages.dev/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://19cc27e0.backup-website.pages.dev/en/blog/2025-this-version-of-boot-camp-is-not-intented-for-this-computer/</guid><description>&lt;p&gt;D﻿ear reader,&lt;br&gt;
&lt;br&gt;
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.&lt;/p&gt;
&lt;p&gt;I﻿ downloaded the software in the BootCamp utility on macOS that is compatible with my laptop, in this case version: Boot Camp drivers 6.1.6655. But when trying to startup the setup.exe I get the following error: This version of boot camp is not intented for this computer.&lt;/p&gt;</description></item><item><title>OCLP update gives a circle with diagonal at boot</title><link>https://19cc27e0.backup-website.pages.dev/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://19cc27e0.backup-website.pages.dev/en/blog/2025-oclp-update-gives-a-circle-with-diagonal-at-boot/</guid><description>&lt;p&gt;What Mac are you using?&lt;br&gt;
iMac (Retina 5K, 27-inch, Late 2015)&lt;br&gt;
Model Identifiers: iMac17,1&lt;br&gt;
&lt;br&gt;
What version of OCLP are you using?&lt;br&gt;
2.3.1&lt;br&gt;
&lt;br&gt;
What OS version do you have installed or are trying to install?&lt;br&gt;
Installed: Sequoia 15.3.2 (24D81)&lt;br&gt;
&lt;br&gt;
What exactly is the problem you are facing?&lt;br&gt;
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. Normally it proceeds with the apple logo but now it shows a circle with a diagonal. &lt;br&gt;
Luckily with my old USB stick that has OCLP 2.2.0 I booted of my USB. That worked fine. Then I mounted my EFI removed the OC folder and replaced it with the one from my USB stick. So now my iMac boots again but with 2.2.0&lt;br&gt;
Use the tool: MountEFI Available on GitHub: &lt;a href="https://github.com/corpnewt/MountEFI" title="https\://github.com/corpnewt/MountEFI"&gt;https://github.com/corpnewt/MountEFI&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
N﻿ow I have been able to fix it with the following settings in OCLP:&lt;br&gt;
My iMac is a late 2015 27&amp;quot; with Model nr 17,1&lt;/br&gt;&lt;br&gt;
In the OCLP utility in settings I put:&lt;/br&gt;
Target Model: 17,1&lt;/br&gt;
Build: Debug: Check all 3 options: Verbose, Kext Debugging and OpenCore Debugging&lt;/br&gt;
Extra&amp;rsquo;s: Check: 3rd Party NVMe PM&lt;/br&gt;
Security: Check all the options under SIP&lt;/br&gt;
SMBIOS: SMBIOS Spoof Level: Moderate and SMBIOS Spoof Model: iMac19,1&lt;/br&gt;
Then I Build and Install OpenCore to disk&lt;/br&gt;&lt;br&gt;
&lt;br&gt;
By the way in the mean time OCLP was updated to 2.3.2 and I used this version.&lt;/br&gt;&lt;/p&gt;</description></item><item><title>Putting the Microsoft EFI boot files on the EFI partition</title><link>https://19cc27e0.backup-website.pages.dev/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://19cc27e0.backup-website.pages.dev/en/blog/2024-putting-the-microsoft-efi-boot-files-on-the-efi-partition/</guid><description>&lt;p&gt;Boot into the Windows installer&lt;/p&gt;
&lt;p&gt;On the first screen press SHIFT + F10&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;
# 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.esd exists

# dism /Get-WimInfo /WimFile:D:\Sources\install.esd
Select the Index of the version of Windows you want

# dism /Apply-image /ImageFile:D:\Sources\install.esd /index:6 /ApplyDir:W:\
# bcdboot W:\Windows /l en-us /s Z: /f UEFI
Shutdown your computer and remove the USB installer
Now we have the Microsoft EFI boot files in the EFI partition in its designated folder
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Follow the normal procedure of installing Windows&lt;/p&gt;</description></item><item><title>Create a USB rEFIt boot disk</title><link>https://19cc27e0.backup-website.pages.dev/en/blog/2024-create-a-usb-refit-boot-disk/</link><pubDate>Sun, 07 Jul 2024 20:45:53 +0000</pubDate><guid>https://19cc27e0.backup-website.pages.dev/en/blog/2024-create-a-usb-refit-boot-disk/</guid><description>&lt;pre tabindex="0"&gt;&lt;code&gt;# 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
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Concourse starting automatically at boot with systemctl service</title><link>https://19cc27e0.backup-website.pages.dev/en/blog/2022-concourse-starting-automatically-at-boot-with-systemctl-service/</link><pubDate>Thu, 16 Jun 2022 18:55:47 +0000</pubDate><guid>https://19cc27e0.backup-website.pages.dev/en/blog/2022-concourse-starting-automatically-at-boot-with-systemctl-service/</guid><description>&lt;pre tabindex="0"&gt;&lt;code&gt;/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
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>