GithubHelp home page GithubHelp logo

hackinabox's People

Contributors

m6securities-jbj avatar osx86-ijb avatar pavo-im avatar pohuing avatar ryzendew avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hackinabox's Issues

ACPI Sleep States s3 s4 s5

Hi,

I am facing the issue of ACPI Sleep States s3 s4 s5. I followed the steps except that I didn't enable the multifunction. I also created an image with the EFI to boot from it instead of modifying the usb EFI.

Possible without USB?

It looks like my board only has a single USB controller, so I can't use USB in my VMs.
Is there a way to install macOS without using a USB stick?
I don't need gpu and audio in my VM.

GPU Requirements?

Any thoughts on a recommended GPU.

Not gaming, just want something that works with macOS via VNC or RealVNC.

Thanks!

Dependency on ignore_msrs not documented

Thanks for this, you've got some good stuff happening here with your methods.

I'm not on UnRaid but was attracted by the promise of "No need to use ANY of the AMD patches"

Unfortunately I found out the hard way that the guide does not work... unless the following is done:

# echo 1 > /sys/module/kvm/parameters/ignore_msrs

I can only assume UnRaid sets up ignore_msrs by default.

For the sake of the next person who comes along and puzzles endlessly over why macOS won't boot, please document the dependency on this kernel parameter. Thanks!

l3 cache passthrough not working

In the libvirt xml there is the following:

<cpu mode='host-passthrough' check='none' migratable='on'>
    <topology sockets='1' dies='1' cores='16' threads='2'/>
    <cache mode='passthrough'/>
    <feature policy='require' name='topoext'/>
  </cpu>

which is perfectly fine. But then further down is this:

<qemu:commandline>
    ...
    <qemu:arg value='-cpu'/>
    <qemu:arg value='host,vendor=GenuineIntel'/>
  </qemu:commandline>

The first XML chunk translates into a QEMU arg similar to this:

-cpu host,migratable=on,topoext=on,host-cache-info=on,l3-cache=off

The second translates into this:

-cpu host,vendor=GenuineIntel

This means 2 separate -cpu args are passed to QEMU and this is a big problem because the last one wins. The end result is that the contents of the first -cpu arg are lost.

Once the above issues are resolved, it turns out that macOS will not boot anyway. The only way I could get macOS to properly boot AND recognize host cache passthrough was by enabling 2 of the AMD Vanilla patches. Specifically,

algrey - Force cpuid_cores_per_package 12.0
algrey - _cpuid_set_cache_info - Set cpuid to 0x8000001D instead 4 - 10.13/10.14/10.15/11.0/12.0

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.