Properly booting a Mac
Nov. 9th, 2011 04:49 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
This is mostly for my own reference, but since it might be useful to others:
By "Properly booting" I mean "Integrating into the boot system as well as Mac OS X does". The device should be visible from the boot picker menu and should be selectable as a startup disk. For this to happen the boot should be in HFS+ format and have the following files:
Now all I need is an aesthetically appealing boot loader.
By "Properly booting" I mean "Integrating into the boot system as well as Mac OS X does". The device should be visible from the boot picker menu and should be selectable as a startup disk. For this to happen the boot should be in HFS+ format and have the following files:
- /mach_kernel (can be empty)
- /System/Library/CoreServices/boot.efi (may be booted, if so should be a symlink to the actual bootloader)
- /System/Library/CoreServices/SystemVersion.plist which should look something like
<xml version="1.0" encoding="UTF-8"?> <plist version="1.0"> <dict> <key>ProductBuildVersion</key> <string></string> <key>ProductName</key> <string>Linux</string> <key>ProductVersion</key> <string>Fedora 16</string> </dict> </plist>
Now all I need is an aesthetically appealing boot loader.
Re: What's your setup?
Date: 2011-11-10 05:23 pm (UTC)But for my own clarity... were my mounts correct from above? And this extra hfs+ partition should be mounted to /boot ? is that correct?
Re: What's your setup?
Date: 2011-11-10 05:31 pm (UTC)