Changes between Version 3 and Version 4 of jazz/Hackintosh


Ignore:
Timestamp:
May 28, 2024, 12:57:54 PM (5 weeks ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Hackintosh

    v3 v4  
    116116Image verification complete!
    117117}}}
     118* Convert the downloaded BaseSystem.dmg file into the BaseSystem.img file.
     119{{{
     120ubuntu@ip-172-31-18-147:~/OSX-KVM$ dmg2img -i BaseSystem.dmg BaseSystem.img
     121
     122dmg2img v1.6.7 (c) vu1tur (to@vu1tur.eu.org)
     123
     124BaseSystem.dmg --> BaseSystem.img
     125
     126
     127decompressing:
     128opening partition 0 ...             100.00%  ok
     129opening partition 1 ...             100.00%  ok
     130opening partition 2 ...             100.00%  ok
     131opening partition 3 ...             100.00%  ok
     132opening partition 4 ...             100.00%  ok
     133opening partition 5 ...             100.00%  ok
     134opening partition 6 ...             100.00%  ok
     135opening partition 7 ...             100.00%  ok
     136
     137Archive successfully decompressed as BaseSystem.img
     138}}}
     139*
     140{{{
     141ubuntu@ip-172-31-18-147:~/OSX-KVM$ qemu-img create -f qcow2 mac_hdd_ng.img 256G
     142Formatting 'mac_hdd_ng.img', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=274877906944 lazy_refcounts=off refcount_bits=16
     143}}}