Hacker News new | ask | show | jobs
by sathackr 3319 days ago
That looks like it would probably work -- it looks a lot like one of the methods I used on Windows --

diskpart

> select disk 2

> clean

> create partition primary

> format fs=fat32 quick

> active

> assign

> exit

mount ISO and drag/drop contents of ISO to drive.

But I think that method stopped working with Win8/10, maybe something to do with UEFI/Secure Boot?

edit: fix formatting