fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


apple:macos:iso-to-usb-stick

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
apple:macos:iso-to-usb-stick [2025/12/16 11:36] – created gsysapple:macos:iso-to-usb-stick [2025/12/16 14:07] (current) gsys
Line 1: Line 1:
 ====== ISO to USB-Stick ====== ====== ISO to USB-Stick ======
  
 +===== Conditional - Unpack ISO =====
 +OPNsense ISO
 <code> <code>
-sudo dd if=proxmox-ve_8.4-1.iso of=/dev/disk4 bs=$(( 1024 * 1024 * 8))+bzip2 -d OPNsense-25.7-dvd-amd64.iso.bz2
 </code> </code>
 +
 +===== Write ISO to Stick =====
 +<code>
 +diskutil list
 +diskutil partitionDisk /dev/disk4 1 GPT MS-DOS PVE R
 +diskutil unmountDisk /dev/disk4
 +sudo dd if=proxmox-ve_8.4-1.iso of=/dev/disk4s2 bs=8M
 +</code>
 +
apple/macos/iso-to-usb-stick.1765881371.txt.gz · Last modified: by gsys