Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Create a bootable USB on Mac: Proxmox VE Setup

Posted on 06/03/202512/03/2025 IT Expert By IT Expert No Comments on Create a bootable USB on Mac: Proxmox VE Setup
  1. Home
  2. Virtualization
  3. Create a bootable USB on Mac: Proxmox VE Setup
Burn ISO on MAC - Proxmox installation

In this article, you will learn how to create a bootable USB on MAC: Proxmox VE Setup. Proxmox Virtualization Environment (VE) is a powerful open-source virtualisation platform that delivers a cost-effective yet feature-rich alternative to ESXi. It enables users to run both KVM virtual machines and LXC containers, offering flexibility for diverse workloads. Please see Cluster creation in Proxmox VE, how to
Administer LXC Containers: Easy Guide, and how to extend Proxmox Local Container Storage.

Proxmox offers an intuitive web-based interface and a simplified management platform. The platform supports live migration, allowing seamless transfers of virtual machines without downtime.

Additionally, its high availability feature ensures continuous access to critical services. As an open-source solution, Proxmox eliminates licensing fees, making it an ideal choice for small and mid-sized businesses seeking enterprise-grade virtualization without the high costs.

Also, see Installing Proxmox VE: Fix Volume Group Creation Error, and how to setup Proxmox-VE on a Mini PC or Bare-metal server.

Download Proxmox

Before installing Proxmox VE, you will have to download the ISO and burn it to a USB, etc, as the case may be. Please navigate to the URL and download the version of your choice.

Proxmox VE download

Please see how to create a Windows 11 Bootable USB drive, how to Create Multiboot OS ISO files on a single bootable USB Disk, and how to “USB Drive: Create a Multiboot with Multiple OS ISOs“.

Create a Bootable USB Drive – SysGeeker WonderISO

Unfortunately, Rufus which is a popular choice for Windows users is not available o,n Mac. It is a bootable USB creation software that can only work on Windows platforms. Please, see Create a Windows 10 or 11 bootable USB with UEFI support.

In this section, I will be showing you two other steps other than DD that can be used to create a bootable USB on macOS. SysGeeker WonderISO is an alternative to Rufus on Mac. To download WonderISO for Mac, please proceed to the following URL.

WonderISO for Mac

Please double-click on the file and drag it into applications.

Launch and move to applications

Search for and launch WonderISO as shown below.

Launch Wonder ISO

Below are five (5) functions in the program. Burn, Extract, Create, Edit and Copy from Disc. The “Burn” option allows you to create a bootable USB.

Burn ISO

Browse to the ISO image and do not forget to enter the volume label. When done, click on “Burn”.

Proxmox ISO burn
Do not unplug the USB and wait for completion

Note: You need to have a license key to be able to use SysGeeker WonderISO.

Here is how to Fix Scanning and Repairing Drive on Every Boot, and how to link a removable media to a Deployment Share: Replicate Deployment share to a removable device.

BalenaEtcher

Since WonderISO requires a license to work, I have decided to show you how to achieve the same without any cost on Mac. This is actually my preferred method of burning ISO to a USB outside the DD command.

Proceed to the following URL to download Etcher. As shown below, click on Download.

BalenaEtcher

You will be redirected to the following page. Since I am interested in macOS, I will download the one for Mac.

BalenaEtcher for Mac download
Download “balenaEtcher” to flash OS images to USB drives

Double-click on the file and move it into the Applications folder as shown below.

copy BalenaEtcher to applications

Launch Etcher as ashown below.

Launch BalenaEtcher

Option 1:

Insert the USB to your Mac, enter the URL of the image, and select the target.

Enter URL
Select Target

Option 2:

Insert your USB to your Mac, select the ISO and media target

Drive

Next, click on Flash.

Flash drive
Flash ISO to the USB drive

As you can see, the flash is in progress

Enter password when prompted and flash

Validation in progress

Validating

As you can see, the flash is complete. You can now at this point, remove the USB

Flash complete

Install Promox on NiPoGi, Beelinks, or ACEMagic Mini PC

Kindly insert the USB into the Mini PC. Boot up the mini PC and press “F7” to enter the boot menu and utilize the arrow keys to select the USB disk, and hit Enter.

Boot device

Select the First option “Install Proxmox VE (Graphical)”

Proxmox VE Graphical

After loading, you will be required to accept the End User License Agreement

Accept license

Click on Next to proceed.

Proxmox VE installation

Select the keyboard layout, country and time zone.

Time Zone

Enter and confirm your password and do not forget to enter your email address as well.

Email and Password

Please do not click on next as this will use the default IT parameters and when this happens. You will not be able to connect to your Proxmox VE environment

Please verify the management interface. Enter the Hostname (FQDN), IP Address, Gateway, and DNS Server and click next to finish.

Network configuration

On the summary page, please verify that the entered values are correct and click on “Install”.

Installation summary

When the installation is completed, the system will automatically restart.

reboot

After the startup is complete, an IP address will appear on the screen.

IMG_7274

Access Proxmox VE Console

To access the Proxmox VE virtual machine console, simply enter this URL address in a web browser on another computer within the local network. I will click on Advanced in order to proceed to the IP address.

Accept untrusted certificate

You will be prompted to login. Enter the Username and Password and click on login.

login
The User name is “root” and the password is what you have set during the system installation

Congratulations!!! You have successfully configured your Proxmox VE and you can create your Containers and Virtual Machines etc from this management interface.

You may be interested in the following “additional service program: the Proxmox Subscription.”

Proxmox

I hope you found this article on how to “Create a bootable USB on Mac: Proxmox VE Setup” very useful. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Virtualization Tags:Bootable USB drive, proxmox, Proxmox Server, Proxmox VE

Post navigation

Previous Post: Generate CSR and Request a Certificate from Herica CA
Next Post: Best Storage for Veeam: Comparing OOTBI by ObjectFirst to VHR

Related Posts

  • Fix Boot Failed UEFI SCSI Device on HyperV
    How to Fix Boot Failed UEFI SCSI Device on HyperV Virtualization
  • HyperV and vSwitch creation
    Install HyperV and Configure vSwitch on Windows Server with PowerShell Virtualization
  • NFS Storage And Present It To XCP Ng
    Create an NFS Storage on Synology NAS and Present it to XCP-ng Virtualization
  • Stop Automatic Driver Updates In Windows
    Prevent Automatic Driver Updates in Windows and Xen-Orchestra Virtualization
  • Amazon EC2 and S3
    How to sync S3 Bucket with an EC2 instance AWS/Azure/OpenShift
  • Proxmox 9
    How to update Proxmox VE 9.0 now Supported by Veeam Virtualization

More Related Articles

Fix Boot Failed UEFI SCSI Device on HyperV How to Fix Boot Failed UEFI SCSI Device on HyperV Virtualization
HyperV and vSwitch creation Install HyperV and Configure vSwitch on Windows Server with PowerShell Virtualization
NFS Storage And Present It To XCP Ng Create an NFS Storage on Synology NAS and Present it to XCP-ng Virtualization
Stop Automatic Driver Updates In Windows Prevent Automatic Driver Updates in Windows and Xen-Orchestra Virtualization
Amazon EC2 and S3 How to sync S3 Bucket with an EC2 instance AWS/Azure/OpenShift
Proxmox 9 How to update Proxmox VE 9.0 now Supported by Veeam Virtualization

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • PSD1 Azure 2
    How to install PSD Hydration Kit for remote bare-metal deployment or via PXE boot Windows Server
  • Integrate OOTBI with VBR
    How to integrate ObjectFirst OOTBI Appliance with VBR Backup
  • ssl 600x315 1 1
    Components needed to create a certificate signing request Windows Server
  • 0318 4
    Active Directory Authentication methods: How do Kerberos and NTLM work Windows Server
  • Header picture 1
    Find BIOS Serial Number and System Information on Windows 11 Windows
  • dvssvd
    Windows Cached Credentials: How does cached domain logon work? Windows
  • How to Make the Taskbar Transparent in Windows 11
    How to Make Your Taskbar Completely Transparent on Windows 11 Windows
  • homebrew social card
    Package Manager for macOS: How to install Homebrew on macOS Mac

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,800 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.