Skip to content

Instantly share code, notes, and snippets.

@digitalsleuth
Last active September 20, 2022 23:39
Show Gist options
  • Save digitalsleuth/d215a44b1e95bae7d2cb89ace839a3fe to your computer and use it in GitHub Desktop.
Save digitalsleuth/d215a44b1e95bae7d2cb89ace839a3fe to your computer and use it in GitHub Desktop.
pfSense on a Mac Pro 1.1 (2006)

pfSense on a Mac Pro 1.1 (2006)

Why pfSense on this Mac? Isn't this overkill with it's Xeon processor? Well, it's got two Intel gigabit NIC's, it's quiet, and can handle any additional packages I decide to install. It's also going to replace my existing Zotac Zbox CI325 (which I want to use for other things).

Some key points to consider when setting up the Mac Pro:

My workaround for this was to create a normal bootable USB using Rufus (done on Windows 10, but you can use any USB boot-creator on any OS) and using the normal pfSense USB memstick IMG file.
I then took out the HDD I was planning on using for the mac and connected it inside another PC (USB docks don't work and are not detected by the pfSense installer).

I booted this PC up with the bootable USB, then began the pfSense installation process.

It is IMPORTANT TO NOTE at this stage, that when you choose the disk and the partition type, that you choose MBR and NOT GPT. The old Mac Pro's do not like GPT for some reason. You "could" choose Apple Partition Map, but MBR is going to be more compatible for your needs.

Once I chose MBR, partitioned it and the installation complete, I shut down the PC with the drive, took out the drive and put it in the Mac.

Success!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment