Re: Booting 9front on bhyve

2017-01-09 Thread Tycho Nightingale via freebsd-virtualization

Hi,

On Dec 14, 2016, at 5:44 PM, Piotr Kubaj via freebsd-virtualization 
 wrote:

> Is it possible to use other mouse drivers, ps2intellimouse etc.?

Not at this point as the emulation doesn’t currently support the ps2 
intellimouse.

Tycho
___
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: Booting 9front on bhyve

2017-01-09 Thread Piotr Kubaj via freebsd-virtualization
Thanks, I've merged it manually with 11.0-RELEASE and will try to use it :)

On 17-01-09 10:46:52, Lars Engels wrote:
> On Sun, Jan 08, 2017 at 08:10:13PM -0700, Trent Thompson wrote:
> > Piotr,
> > Thanks to work from Peter G, bhyve has been patched[1] to fix the PS/2
> > mouse issue in 9front. With this fixed, I was able to get 9front installed
> > and running from a bhyve virtual machine using virtio-blk emulation.  I was
> > even able to set up networking[2] with virtio-net. Using ahci-hd and Intel
> > 1000 emulation did not work for me. I'd also like to note that I had better
> > success with partitioning the virtual hard drive as MBR in the installer,
> > over GPT. I have heard of GPT working for some people, though. I uploaded a
> > simple script to Gist[3] that I used to get this done, but as long as you
> > use Virtio drivers you should be fine.
> > 
> > [1] https://svnweb.freebsd.org/base?view=revision=311699
> > [2] https://twitter.com/pr1ntf/status/817895393824382976/
> > [3] https://gist.github.com/pr1ntf/fb62e316b3007f55590d2397a08b0e52
> > 
> 
> Will you incorporate all your OS testing in iohyve? :)



-- 
 ___ 
/ Had this been an actual emergency, we \
| would have fled in terror, and you|
\ would not have been informed. /
 --- 
\   ^__^
 \  (oo)\___
(__)\   )\/\
||w |
|| ||


signature.asc
Description: PGP signature


Re: Booting 9front on bhyve

2017-01-09 Thread Lars Engels
On Sun, Jan 08, 2017 at 08:10:13PM -0700, Trent Thompson wrote:
> Piotr,
> Thanks to work from Peter G, bhyve has been patched[1] to fix the PS/2
> mouse issue in 9front. With this fixed, I was able to get 9front installed
> and running from a bhyve virtual machine using virtio-blk emulation.  I was
> even able to set up networking[2] with virtio-net. Using ahci-hd and Intel
> 1000 emulation did not work for me. I'd also like to note that I had better
> success with partitioning the virtual hard drive as MBR in the installer,
> over GPT. I have heard of GPT working for some people, though. I uploaded a
> simple script to Gist[3] that I used to get this done, but as long as you
> use Virtio drivers you should be fine.
> 
> [1] https://svnweb.freebsd.org/base?view=revision=311699
> [2] https://twitter.com/pr1ntf/status/817895393824382976/
> [3] https://gist.github.com/pr1ntf/fb62e316b3007f55590d2397a08b0e52
> 

Will you incorporate all your OS testing in iohyve? :)


pgpm9k6nss8ZZ.pgp
Description: PGP signature


Re: Booting 9front on bhyve

2017-01-08 Thread Trent Thompson
Piotr,
Thanks to work from Peter G, bhyve has been patched[1] to fix the PS/2
mouse issue in 9front. With this fixed, I was able to get 9front installed
and running from a bhyve virtual machine using virtio-blk emulation.  I was
even able to set up networking[2] with virtio-net. Using ahci-hd and Intel
1000 emulation did not work for me. I'd also like to note that I had better
success with partitioning the virtual hard drive as MBR in the installer,
over GPT. I have heard of GPT working for some people, though. I uploaded a
simple script to Gist[3] that I used to get this done, but as long as you
use Virtio drivers you should be fine.

[1] https://svnweb.freebsd.org/base?view=revision=311699
[2] https://twitter.com/pr1ntf/status/817895393824382976/
[3] https://gist.github.com/pr1ntf/fb62e316b3007f55590d2397a08b0e52

Happy Hacking!
-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: Booting 9front on bhyve

2016-12-14 Thread Piotr Kubaj via freebsd-virtualization
Is it possible to use other mouse drivers, ps2intellimouse etc.?

On 16-12-14 14:32:29, Peter Grehan wrote:
> Hi Piotr,
> 
> > That's what I actually do - I boot 9front with UEFI enabled.
> >
> > The problem is that when booting with UEFI mode, 9front hangs on
> > https://anongoth.pl/2016-12-14-191343_1920x1080_scrot.png
> 
>   I managed to get it to boot a bit further. The tip is to not hit return
> at the [vesa] line - enter any text and then hit return, and it will 
> continue using the UEFI frame buffer.
> 
> > When I enable CSM, I get further, but when I move my mouse, it only
> > randomly moves in the VM (I set up ps2 type).
> >
> > Any idea on this?
> 
>   Unfortunately hit the same issue on UEFI: the ps2 mouse is pretty much 
> unusable :(
> 
> later,
> 
> Peter.

-- 
  
/ A paranoid is a man who knows a little \
| of what's going on.|
||
\ -- William S. Burroughs/
  
\   ^__^
 \  (oo)\___
(__)\   )\/\
||w |
|| ||
___
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: Booting 9front on bhyve

2016-12-14 Thread Peter Grehan

Hi Piotr,


That's what I actually do - I boot 9front with UEFI enabled.

The problem is that when booting with UEFI mode, 9front hangs on
https://anongoth.pl/2016-12-14-191343_1920x1080_scrot.png


 I managed to get it to boot a bit further. The tip is to not hit return
at the [vesa] line - enter any text and then hit return, and it will 
continue using the UEFI frame buffer.



When I enable CSM, I get further, but when I move my mouse, it only
randomly moves in the VM (I set up ps2 type).

Any idea on this?


 Unfortunately hit the same issue on UEFI: the ps2 mouse is pretty much 
unusable :(


later,

Peter.
___
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"


Booting 9front on bhyve

2016-12-14 Thread Piotr Kubaj via freebsd-virtualization
Hi,

I want to install 9front in bhyve. The only information I've found about 9front 
on bhyve is here:
https://www.mail-archive.com/search?l=9f...@9fans.net=subject:%22Re%5C%3A+%5C%5B9fans%5C%5D+Plan+9+image+for+xhyve%5C%2Fbhyve+hypervisor%5C%2Fvm%5C%3F%22=newest=1

That's what I actually do - I boot 9front with UEFI enabled.

The problem is that when booting with UEFI mode, 9front hangs on 
https://anongoth.pl/2016-12-14-191343_1920x1080_scrot.png

When I enable CSM, I get further, but when I move my mouse, it only randomly 
moves in the VM (I set up ps2 type).

Any idea on this?

The OS is FreeBSD 11.0-RELEASE.

Please CC, since I'm not subscribed to this list.

-- 
  
/ Life is a sexually transferred disease \
\ with 100% mortality.   /
  
\   ^__^
 \  (oo)\___
(__)\   )\/\
||w |
|| ||
___
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"