Re: OS X Guest on Bhyve

2016-08-05 Thread Trent Thompson
Jordan,

I almost forgot one important detail, giving the bhyve instance anything
less than 8 gigs of RAM will cause bhyve to exit upon attempting to boot.
You must give it at least 8G.

-Trent
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: OS X Guest on Bhyve

2016-08-05 Thread Shawn Webb
If I remember right, bhyve on 12-CURRENT now supports e1000 emulation.

Thanks,

Shawn

On Fri, Aug 05, 2016 at 08:15:25AM -0700, Cory Smelosky wrote:
> I am unaware of any drivers for virtio-net or the ne2k for OS X offhand, 
> however if there ends up being an e1000 emilation you will be golden there.
> OS X should be happy with the AHCI device however.
> 
> If I get bored this weekend I may take a crack at it - I'm betting it's 
> AppleIntelCPUPowerManagement.kext related proving issues.
> 
> On Fri, Aug 5, 2016 at 8:09 AM -0700, "Trent Thompson" 
>  wrote:
> 
> Jordan,
> I've attempted this in the past, and got to an Apple boot screen [1] using
> the Clover "Hackintosh" bootloader and Mac OS X 10.11 El Capitan. However,
> depending on the drivers used [2], the instance will either "blow up"
> (crash), or just sit there and hang. After creating the Clover USB stick, I
> just use dd to write the image to a file and use that with the ahci-hd
> bhyve driver. I don't attach anything else, no serial, no network, or
> second hard drive yet. According to some Hackintosh people, we should try
> different Clover Drivers and "kexts," as well as booting into "verbose
> mode" so we can see how far the boot gets, and where it breaks.
> 
> I also don't think I'm the only one working on this...
> 
> Hope this information helps.
> 
> -Trent (pr1ntf)
> 
> [1] https://twitter.com/pr1ntf/status/750574003954352128
> [2] https://twitter.com/pr1ntf/status/759734390310121472
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to 
> "freebsd-virtualization-unsubscr...@freebsd.org"
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to 
> "freebsd-virtualization-unsubscr...@freebsd.org"

-- 
Shawn Webb
Cofounder and Security Engineer
HardenedBSD

GPG Key ID:  0x6A84658F52456EEE
GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE


signature.asc
Description: PGP signature


Re: OS X Guest on Bhyve

2016-08-05 Thread Charles Remes
There is a virtio-net driver but it’s likely out of date. See here:

https://github.com/pmj/virtio-net-osx

The author periodically responds to opened issues but has stated they don’t 
have time to continue work on it. This did work at one point so it probably 
just needs some bit-rot repaired.


> On Aug 5, 2016, at 10:15, Cory Smelosky  wrote:
> 
> I am unaware of any drivers for virtio-net or the ne2k for OS X offhand, 
> however if there ends up being an e1000 emilation you will be golden there.
> OS X should be happy with the AHCI device however.
> 
> If I get bored this weekend I may take a crack at it - I'm betting it's 
> AppleIntelCPUPowerManagement.kext related proving issues.
> 
> On Fri, Aug 5, 2016 at 8:09 AM -0700, "Trent Thompson" 
>  wrote:
> 
> Jordan,
> I've attempted this in the past, and got to an Apple boot screen [1] using
> the Clover "Hackintosh" bootloader and Mac OS X 10.11 El Capitan. However,
> depending on the drivers used [2], the instance will either "blow up"
> (crash), or just sit there and hang. After creating the Clover USB stick, I
> just use dd to write the image to a file and use that with the ahci-hd
> bhyve driver. I don't attach anything else, no serial, no network, or
> second hard drive yet. According to some Hackintosh people, we should try
> different Clover Drivers and "kexts," as well as booting into "verbose
> mode" so we can see how far the boot gets, and where it breaks.
> 
> I also don't think I'm the only one working on this...
> 
> Hope this information helps.
> 
> -Trent (pr1ntf)
> 
> [1] https://twitter.com/pr1ntf/status/750574003954352128
> [2] https://twitter.com/pr1ntf/status/759734390310121472
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to 
> "freebsd-virtualization-unsubscr...@freebsd.org"
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to 
> "freebsd-virtualization-unsubscr...@freebsd.org"

___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"

Re: OS X Guest on Bhyve

2016-08-05 Thread Cory Smelosky
I am unaware of any drivers for virtio-net or the ne2k for OS X offhand, 
however if there ends up being an e1000 emilation you will be golden there.
OS X should be happy with the AHCI device however.

If I get bored this weekend I may take a crack at it - I'm betting it's 
AppleIntelCPUPowerManagement.kext related proving issues.

On Fri, Aug 5, 2016 at 8:09 AM -0700, "Trent Thompson" 
 wrote:

Jordan,
I've attempted this in the past, and got to an Apple boot screen [1] using
the Clover "Hackintosh" bootloader and Mac OS X 10.11 El Capitan. However,
depending on the drivers used [2], the instance will either "blow up"
(crash), or just sit there and hang. After creating the Clover USB stick, I
just use dd to write the image to a file and use that with the ahci-hd
bhyve driver. I don't attach anything else, no serial, no network, or
second hard drive yet. According to some Hackintosh people, we should try
different Clover Drivers and "kexts," as well as booting into "verbose
mode" so we can see how far the boot gets, and where it breaks.

I also don't think I'm the only one working on this...

Hope this information helps.

-Trent (pr1ntf)

[1] https://twitter.com/pr1ntf/status/750574003954352128
[2] https://twitter.com/pr1ntf/status/759734390310121472
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: OS X Guest on Bhyve

2016-08-05 Thread Trent Thompson
Jordan,
I've attempted this in the past, and got to an Apple boot screen [1] using
the Clover "Hackintosh" bootloader and Mac OS X 10.11 El Capitan. However,
depending on the drivers used [2], the instance will either "blow up"
(crash), or just sit there and hang. After creating the Clover USB stick, I
just use dd to write the image to a file and use that with the ahci-hd
bhyve driver. I don't attach anything else, no serial, no network, or
second hard drive yet. According to some Hackintosh people, we should try
different Clover Drivers and "kexts," as well as booting into "verbose
mode" so we can see how far the boot gets, and where it breaks.

I also don't think I'm the only one working on this...

Hope this information helps.

-Trent (pr1ntf)

[1] https://twitter.com/pr1ntf/status/750574003954352128
[2] https://twitter.com/pr1ntf/status/759734390310121472
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


OS X Guest on Bhyve

2016-08-05 Thread Jordan Starcher
Hi,

I was wondering if anyone has had any luck running OS X as a guest on under
bhyve? I can't find any info anywhere and was curious if it is feasible.

Thanks,
Jordan
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"