ventoy / Ventoy

A new bootable USB solution.
https://www.ventoy.net
GNU General Public License v3.0
62.77k stars 4.09k forks source link

Ventoy @ macOS 11.1 Big Sur #680

Open DragonSerW opened 3 years ago

DragonSerW commented 3 years ago

How can I make it work?

ventoy commented 3 years ago

Actually, mac machine is not fully supported. Because I don't have any mac machine and never test Ventoy on any mac machine.

DX37 commented 3 years ago

How can I make it work?

Maybe install homebrew on macOS and try to compile it from source?

DragonSerW commented 3 years ago

I have homebrew installed. How should I compile it?

DX37 commented 3 years ago

I have homebrew installed. How should I compile it?

https://github.com/ventoy/Ventoy/blob/master/DOC/BuildVentoyFromSource.txt

wuJflower commented 3 years ago

Did u compile it?

carljmosca commented 3 years ago

This seems like an interesting, very useful project - not had a chance to try it yet. When I have time, I and can try on my mac.

Github actions supports macOS...at least it is listed; not actually done anything but Linux with Actions yet but I have found it to be very feature-rich. https://github.com/features/actions

Andrew-J-Larson commented 3 years ago

How can I make it work?

Maybe install homebrew on macOS and try to compile it from source?

@DX37 even if it compiles, it will have issues since there is no support for creating and writing to ext[2/3/4]/xfs partitions on mac (only read-only implementations that can be installed from brew)

topiga commented 2 years ago

How can I make it work?

Maybe install homebrew on macOS and try to compile it from source?

@DX37 even if it compiles, it will have issues since there is no support for creating and writing to ext[2/3/4]/xfs partitions on mac (only read-only implementations that can be installed from brew)

You can have some support with MacFuse, see their EXT wiki and their XFS wiki (not with much info)

Andrew-J-Larson commented 2 years ago

How can I make it work?

Maybe install homebrew on macOS and try to compile it from source?

@DX37 even if it compiles, it will have issues since there is no support for creating and writing to ext[2/3/4]/xfs partitions on mac (only read-only implementations that can be installed from brew)

You can have some support with MacFuse, see their EXT wiki and their XFS wiki (not with much info)

Yes, but that's highly unstable write mode, plus each MacOS update mostly breaks the driver anyways.

FranklinYu commented 2 years ago

A workaround is to boot the ISO in a virtual machine (with VirtualBox or VMware Fusion), and pass USB drive to the VM. See https://github.com/ventoy/Ventoy/issues/35#issuecomment-846714041 by @TheAlienDrew.

By the way I think this issue is actually a duplicate of that issue.