-
Notifications
You must be signed in to change notification settings - Fork 5
Live USB image
Pavel Zhovner edited this page Aug 20, 2017
·
1 revision
I've made a snapshot of linux system with Magic Setup Assistant
for USB flash drive.
You can write this is image to USB drive and test current state of our system.
It works on the PC and Mac.
Download image magic-sa-liveusb.img 800MB.
Connect USB flash disk.
-
Find the disk path
diskutil list
-
Unmount USB disk
diskutil unmountDisk /dev/disk3
Replace/dev/disk3/
with your actual path. -
Clone image to the USB disk
dd dd if=/path/to/magic-sa-liveusb.img of=/dev/rdisk3 bs=1m
Replace/dev/rdisk3
with your actual path. Notice ther
letter in path. -
Reboot and choose USB disk as boot device.
-
Download Rufus rufus.akeo.ie/
-
Write magic-sa-liveusb.img to USB disk
- Reboot and choose USB disk as boot device.