-Original Message-
From: owner-freebsd-virtualizat...@freebsd.org
On Behalf Of Andrea Venturoli
Sent: 26 April 2021 12:36
To: freebsd-virtualization@freebsd.org
Subject: FreeBSD bhyve guest does not start anymore
>Hello.
>I've asked about this in the past (around January) and somehow I
Hello,
I'm after some general information on the current status/best practises
for Windows on bhyve. Not entirely the correct place for this but then
at the moment no-one else seems to really know the answers. Maybe I can
help some of the other people who are just as unclear as me on what is
-Original Message-
From: Elena Mihailescu
Sent: 25 January 2021 14:25
To: Matt Churchyard
Cc: John-Mark Gurney ; freebsd-virtualization@freebsd.org
Subject: Re: Warm Migration feature for bhyve - review on Phabricator
On Mon, 25 Jan 2021 at 13:26, Matt Churchyard
wrote
-Original Message-
From: Miroslav Lachman <000.f...@quip.cz>
Sent: 25 January 2021 10:37
To: Matt Churchyard
Subject: Re: Warm Migration feature for bhyve - review on Phabricator
On 22/01/2021 11:09, Matt Churchyard wrote:
[...]
> Shared storage is great but becomes co
-Original Message-
From: John-Mark Gurney
Sent: 25 January 2021 06:21
To: Matt Churchyard
Cc: Elena Mihailescu ;
freebsd-virtualization@freebsd.org
Subject: Re: Warm Migration feature for bhyve - review on Phabricator
Matt Churchyard wrote this message on Fri, Jan 22, 2021 at 10:09
> Hello, all,
> We have recently opened a review on Phabricator for the warm migration code
> for > bhyve [1]. Please take a look and let us know if it is anything we can
> improve.
> [1] https://reviews.freebsd.org/D28270
> Thank you,
> Elena
I appreciate that this isn't really related to th
Hello.
I'd like to run a FreeBSD 11.3 VM under FreeBSD 12.1.
As I'm already using vm-bhyve to run a Windows guest, I think the best (or
possibly only) choice is to use bhyve for the FreeBSD guest too.
I've got the following conf file:
> guest="freebsd"
> loader="bhyveload"
> cpu=1
> memory=512M
it seems to change. My only theory is that it could
possibly be something to do with crossing the old 32bit limit?
Regards,
Matt Churchyard
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virt
> Hi,
> >2016 is slow (even slower doing windows updates). 2019 is much better. A
> >tip I have found is a minimum of 1 cpu, 2 cores and 4 threads to get decent
> >speed from that OS (more CPUs in bhyve >tends to make performance worse - in
> >my observations - in 2016). Also, use the Virtio
> On 9 Jan 2020, at 18:58, Yamagi Burmeister wrote:
>
> Hi,
>
>>> 2016 is slow (even slower doing windows updates). 2019 is much better. A
>>> tip I have found is a minimum of 1 cpu, 2 cores and 4 threads to get decent
>>> speed from that OS (more CPUs in bhyve >tends to make performance
Hi,
> >2016 is slow (even slower doing windows updates). 2019 is much better. A
> >tip I have found is a minimum of 1 cpu, 2 cores and 4 threads to get decent
> >speed from that OS (more CPUs in bhyve >tends to make performance worse - in
> >my observations - in 2016). Also, use the Virtio c
On Thu, 9 Jan 2020 at 08:37, Rodney W. Grimes
mailto:freebsd-...@gndrsh.dnsmgr.net>> wrote:
>
> Loading kernel...
> /boot/kernel/kernel text=0x168fdf1 data=0x1d0a68+0x768d80
> syms=[0x8+0x178bc0+0x8+0x1969d5]
> Loading configured modules...
> can't find '/boot/entropy'
> /
> "
>
> I get either a
irs (4 disks). This failed to boot due to zfs block i/o errors on
boot. In the end I had to create a separate boot mirror across 2 partitions,
the create a second pool for actual data storage.
Regards,
Matt Churchyard
___
freebsd-virtualizat
>I just updated my bhyve server running CURRENT up to r349133 and can't start
>my network switch. I suspect that this problem has a root cause in the kernel
>configuration change made on 20190507 that created if_tuntap to replace the
>tunnel and tap devices. My vm switch has been in use for ov
Victor Sudakov wrote on 2019-04-22 19:43:
...
>> And the implementation is pretty brutal:
>> # 'vm stopall'
>> # stop all bhyve instances
>> # note this will also stop instances not started by vm-bhyve #
>> core::stopall(){
>> local _pids=$(pgrep -f 'bhyve:')
>>
>> echo "Shutting down al
> >
> > > 1. Does ARC actually cache zfs volumes (not files/datasets)?
> >
> > Yes it does.
>
> I find this distinction between volumes/files/etc and what is cached
> causes confusion (as well as "volumes not datasets").
>
> Both ZVOLs and Z file systems are types of dataset. A dataset stores
Patrick M. Hausen wrote:
>
> > 1. Does ARC actually cache zfs volumes (not files/datasets)?
>
> Yes it does.
I find this distinction between volumes/files/etc and what is cached causes
confusion (as well as "volumes not datasets").
Both ZVOLs and Z file systems are types of dataset. A dataset
Michael Reifenberger wrote:
> Hi,
> first I tried to install windows10 ltsc 2019 onto a nvme disk.
> This failed, the windows installer did not find a disk to install.
>
> Then I tried the following setup:
> ...
> disk0_type="ahci-hd"
> disk0_dev="zvol"
> disk0_name="disk0"
> disk1_type="nvme"
> d
-Original Message-
From: owner-freebsd-virtualizat...@freebsd.org
On Behalf Of Warner Losh
Sent: 15 November 2018 02:57
To: Kyle Evans
Cc: FreeBSD Current ; Rodney W. Grimes
; freebsd-virtualization@freebsd.org
Subject: Re: UEFI GOP: screen goes blank during boot after loader is finishe
>Hi,
>I'm taking my first steps in using bhyve, and the first showstopper seems to
>be that using '-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd' gets
>me immediate vm exit with >exit_reason being 48 (EPT violation).
>Relevant part of dmesg:
FreeBSD 12.0-ALPHA9 r339291 GENERIC amd64
On 08/10/2018 20:28, Xavier Humbert wrote:
> On 08/10/2018 11:28, Matt Churchyard wrote:
>> # vm create -t ubuntu ubuntu-guest
>
> Oops, forgot to select the template !
>
> Works much better :-)
>
> Thanks
>
>Well it now boots and install, but when I reboot, I
On 10/8/18 6:14 PM, D'Arcy Cain wrote:
> I am trying to install Xubuntu under bhyve with vm-bhyve. The install
>I had a private email with some suggestions. They didn't work but I thought I
>should mention them here for discussion purposes.
> goes fine right up to near the end when it fails wi
Josias L. Gonçalves wrote:
> > > I get the same blank rectangle with Ubuntu (vm install mint
> > > ubuntu-16.04-desktop-amd64.iso)
> > > So there must be something amiss in my setup.
>
>
> Verify if everything is installed:
> pkg install bhyve-firmware-1.0_1 bhyve-rc-3 grub2-bhyve-0.40_5
> libhy
>Hi all,
>First, I must admit I'm not a byve guru, but I got a pfSense vm installed and
>running, so the problem is not my host.
>I started with an old release to avoid URFI problems
>What I've done :
># vm create ubuntu
># vm install ubuntu ubuntu-12.04.5-server-amd64.iso Starting ubuntu
> *
-Original Message-
From: owner-freebsd-virtualizat...@freebsd.org
On Behalf Of D'Arcy Cain
Sent: 28 September 2018 14:24
To: freebsd-virtualization@freebsd.org
Subject: New bhyve user
>Greetings. I have just recently started using bhyve (previously a Xen user).
>I am using vm-bhyve to
-Original Message-
From: owner-freebsd-virtualizat...@freebsd.org
On Behalf Of Marcelo Araujo
Sent: 17 August 2018 10:14
To: Matt Churchyard
Cc: freebsd-virtualization@freebsd.org
Subject: Re: Checking bhyve supported features (sysctls)
2018-08-17 16:54 GMT+08:00 Matt Churchyard
2018-08-17 16:25 GMT+08:00 Matt Churchyard
mailto:matt.churchy...@userve.net>>:
-Original Message-
From:
owner-freebsd-virtualizat...@freebsd.org<mailto:owner-freebsd-virtualizat...@freebsd.org>
mailto:owner-freebsd-virtualizat...@freebsd.org>>
On Behalf Of Rodney
-Original Message-
From: owner-freebsd-virtualizat...@freebsd.org
On Behalf Of Rodney W. Grimes
Sent: 16 August 2018 18:31
To: Allan Jude
Cc: Matt Churchyard ;
freebsd-virtualization@freebsd.org
Subject: Re: Checking bhyve supported features (sysctls)
> On August 16, 2018 5:28:05
On 16 Aug 2018, at 19:55, Marcelo Araujo
mailto:araujobsdp...@gmail.com>> wrote:
2018-08-17 0:53 GMT+08:00 Allan Jude
mailto:allanj...@freebsd.org>>:
On August 16, 2018 5:28:05 PM GMT+01:00, "Rodney W. Grimes"
mailto:freebsd-...@pdx.rh.cn85.dnsmgr.net>>
wrote:
>>
>> Text manually wrapped t
> Hello,
>
> I'm looking for better ways to check for bhyve support / available features
> without trying to scan through dmesg output.
>Yes, it would be very good to remove that, as it usually tries to grep a
>non-existent file /var/run/dmesg.boot that is not created until after vm_bhyve
>has
Hello,
I'm looking for better ways to check for bhyve support / available features
without trying to scan through dmesg output.
I notice that the following 2 sysctl's appear to be set to 1 as soon as the vmm
module is loaded
hw.vmm.vmx.initialized: 1
hw.vmm.vmx.cap.unrestricted_guest: 1
Will
> > Rodney W. Grimes wrote:
>
> [dd]
>
> > > > > >
> > > > > > Though it has a lot of features, it also has some short
> > > > > > comings, like you can not spec a vm to be wired in memory,
> > > > > > which IMHO is the only way to insure consistent VM performance.
> > > > >
> > > > > Well, w
> Matt Churchyard wrote:
> wired_memory option has been added to next release.
> Thanks a lot, Matt! May I ask a question: how is the "-S" option supposed to
> work if the loader is not bhyveload, but grub2-bhyve or UEFI?
In 1.2, if "-S" is found in bhyve_optio
-Original Message-
From: owner-freebsd-virtualizat...@freebsd.org
On Behalf Of Victor Sudakov
Sent: 13 August 2018 10:53
To: Matt Churchyard
Cc: Rodney W. Grimes ;
freebsd-virtualization@freebsd.org
Subject: Re: Curent Centos 7 and bhyve
Matt Churchyard wrote:
> > Rodney W.
> Rodney W. Grimes wrote:
[dd]
> > > > >
> > > > > Though it has a lot of features, it also has some short
> > > > > comings, like you can not spec a vm to be wired in memory,
> > > > > which IMHO is the only way to insure consistent VM performance.
> > > >
> > > > Well, we have "bhyve_option
-
CGI CZ s.r.o.
sa...@cgi.cz<mailto:sa...@cgi.cz>
775 144 257
234 697 102
www.cgi.cz<http://www.cgi.cz>
On 6.7.2018 12:51, Dave Cottlehuber wrote:
On Fri, 6 Jul 2018, at 10:22, Matt Churchyard wrote:
Hello,
I have a server 2016 virtual machine which I only created for testi
@cgi.cz
775 144 257
234 697 102
www.cgi.cz
On 6.7.2018 12:51, Dave Cottlehuber wrote:
> On Fri, 6 Jul 2018, at 10:22, Matt Churchyard wrote:
>> Hello,
>>
>> I have a server 2016 virtual machine which I only created for testing
>> and don't use much. Booting it up rec
RES STATE C TIMEWCPU COMMAND
29796 root 22 200 2122M 944M kqread 0 24:59 113.13% bhyve
Regards,
Matt Churchyard
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-vi
-Original Message-
From: owner-freebsd-virtualizat...@freebsd.org
On Behalf Of Kyle Evans
Sent: 23 March 2018 13:06
To: Joe Maloney
Cc: Warner Losh ; freebsd-virtualization@freebsd.org
Subject: Re: Issue encountered booting FreeBSD STABLE and CURRENT snapshots
with EFI
On Fri, Mar 23,
On Sun, Jan 15, 2017 at 10:16:33PM -0500, Jeremy Faulkner wrote:
>
>
> On 2017-01-15 5:45 PM, The Doctor wrote:
> >>> 2) Windows 2016 and bhyve
> >>>
> >>>
> >>> Why can Widnows 2016 rpc not work with bhyve?
> >>
> >> Can you describe the case that isn't working ? (to get a repro)
> >
> > Unde
As mentioned a bridge is the virtual equivalent of a switch. It only really
makes sense to have more than one bridge if you have more than one
interface on your guest(s), and want to connect those interfaces to
separate networks. (Or you want some guests on a different network,
possibly bridged to
On Tue, Nov 1, 2016 at 8:58 AM, Matt Churchyard via freebsd-virtualization
mailto:freebsd-virtualization@freebsd.org>>
wrote:
On Tue, Nov 01, 2016 at 03:16:12PM +0100, Daniel Tihanyi wrote:
> On Tue, 2016-11-01 at 08:02 -0600, The Doctor wrote:
> > On Tue, Nov 01, 2016 at 09:02:5
On Tue, Nov 01, 2016 at 03:16:12PM +0100, Daniel Tihanyi wrote:
> On Tue, 2016-11-01 at 08:02 -0600, The Doctor wrote:
> > On Tue, Nov 01, 2016 at 09:02:57AM +0000, Matt Churchyard wrote:
> > >
> > > >
> > > > I was able to install the Windows 2016
>I was able to install the Windows 2016 using the GUI method.
>One proble.
>It is assigned an IP but
>the netmask and the default route is not showing up.
>Also The virtual Windows 2016 box does not see a network interface.
This makes very little sense. You usually specify the netmask and def
>I was able to install the Windows 2016 using the GUI method.
>One proble.
>It is assigned an IP but
>the netmask and the default route is not showing up.
>Also The virtual Windows 2016 box does not see a network interface.
This makes very little sense. You usually specify the netmask and def
-Original Message-
From: owner-freebsd-virtualizat...@freebsd.org
[mailto:owner-freebsd-virtualizat...@freebsd.org] On Behalf Of Peter Grehan
Sent: 25 October 2016 19:19
To: Randy Terbush
Cc: freebsd-virtualization@freebsd.org
Subject: Re: Installing SQL Server on Windows 2012 bhyve guests
>On Mon, Oct 24, 2016 at 08:07:13AM +0000, Matt Churchyard wrote:
> On Fri, Oct 21, 2016 at 03:21:10PM -0700, Peter Grehan wrote:
> > >> [Windows could not parse or process unattend answer file
> > >> [D:\autounattend.xml] for pass [windowsPE]. The
On Fri, Oct 21, 2016 at 03:21:10PM -0700, Peter Grehan wrote:
> >> [Windows could not parse or process unattend answer file
> >> [D:\autounattend.xml] for pass [windowsPE]. The answer file is
> >> invalid.]
> >
> > Something is wrong with your autounattend.xml file.
>
> Still working on the 2k
> [..]
>
> You just need the vm name (win) on the end:
>
> # bhyve [options] vm-name
>
>Sorry, I was being stupid. With the vm name on the end, it just exits with
>error code 1 and without printing anytning.
>I have recompiled bhyve itself and the libvmmapi, maybe it's not enough? The
>kernel
> > > > > >
> > > > > > > uefi="yes"
> > > > > > > graphics="yes"
> > > > > >
> > > > > > Dear Colleagues,
> > > > > >
> > > > > > Can I enjoy and test all those nice "UEFI-GOP" features on a
> > > > > > 10.3-RELEASE system, or do I have to install CURRENT for that?
> > > > >
> > > > > AFAIK
> > > > > >
> > > > > > uefi="yes"
> > > > > > graphics="yes"
> > > > >
> > > > > Dear Colleagues,
> > > > >
> > > > > Can I enjoy and test all those nice "UEFI-GOP" features on a
> > > > > 10.3-RELEASE system, or do I have to install CURRENT for that?
> > > >
> > > > AFAIK you can checkout usr
>Lars Engels wrote:
> > > > >
> > > > > uefi="yes"
> > > > > graphics="yes"
> > > >
> > > > Dear Colleagues,
> > > >
> > > > Can I enjoy and test all those nice "UEFI-GOP" features on a
> > > > 10.3-RELEASE system, or do I have to install CURRENT for that?
> > >
> > > AFAIK you can checkout usr
> Zitat von Peter Grehan :
> Hi Mike,
>
>> - Windows 8, 8.1 and 10 installs and runs in graphical mode flawlessly.
>
> Have you had any issues with the XHCI mouse on 8/8.1 ?
>
>> - I was able to graphically Restore/Reconfigure a Acronis
>> Windows-Backup into a Bhyve instance using the Acronis
Colleagues,
>I like bhyve very much, and have sucessfully run FreeBSD and Ubuntu
>16.04 server in FreeBSD 10.3 bhyve, with vm-bhyve as a shell.
>Now I am trying to boot Windows 7 but have not succeeded so far.
>However there are things I don't quite understand. A couple of questions, if
>you al
>
> uefi="yes"
> graphics="yes"
> Dear Colleagues,
> Can I enjoy and test all those nice "UEFI-GOP" features on a 10.3-RELEASE
> system, or do I have to install CURRENT for that?
I believe you should also be able to use the 11 beta.
Matt
___
freebsd
(sent this to the wrong list...)
-Original Message-
From: Matt Churchyard
Sent: 04 August 2016 12:57
To: 'Michael Reifenberger'
Cc: freebsd...@freebsd.org
Subject: RE: Bhyve tests and findings
>Hi,
>after waiting for UEFI-GOP and using bhyve (with vm-bhyve as a conveni
As I understand it
1) shutdown from guest
2) 'kill ' -> pressing the power button once.
3) --force-poweroff -> holding power button in
4) --force-reset -> pressing the reset button
5) bhyvectl --destroy -> same as 3? (although vmm is destroyed as well)
1 or 2 are obviously preferred. I've found h
On 19/11/15 12:20 PM, John wrote:
> Hello list,
>
> What's the best way of increasing the space of a bhyve guest instance?
> Would it be via growfs? Inside or outside of the vm? Or would it be
> better to truncate another chunk of space and refer to it in /etc/fstab?
>
> thanks,
> Hello John,
>
>> I am now looking at actually implementing static macs for all interfaces, as
>> I’d rather guests saw the same mac address every run just in case they tie
>> configuration to the >> mac (important for vm-bhyve as simply starting
>> guests in a different order will change what tap devices the
On Thu, Nov 12, 2015 at 4:37 AM, Matt Churchyard via freebsd-virtualization
mailto:freebsd-virtualization@freebsd.org>>
wrote:
Hello,
For anyone interested I have submitted a PR to update the version of vm-bhyve
in the ports tree.
Primarily this fixes the off-putting, but completely
Hello,
For anyone interested I have submitted a PR to update the version of vm-bhyve
in the ports tree.
Primarily this fixes the off-putting, but completely benign error printed when
users run 'vm init' (the very first thing to run...)
I've no idea if I've got the diff format right though.
Also
> Hello!
> not workink bhyve and windows please help me:
> bhyve
> -c 2
> -s 0,hostbridge
> -s 3,ahci-hd,/images/win.img
> -s 4,ahci-cd,/images/win_repack.iso
> -s 10,virtio-net,tap0
> -s 31,lpc
> -l com1,/dev/nmdm0A
> -l com2,/dev/nmdm1A
> -l bootrom,/path/to/BHYVE_UEFI.fd
> -m 2G -H -w
>> Hello!
>>
>> Couple months ago I started writing a bhyve management tool in C for
>> our startup, in preparation for migration to FreeBSD for our servers.
>> The goal was to be able to create, drop, and auto-start/stop/restart
>> VMs, individually or all at once, and provide a plugin infrastr
> Hello!
>
> Couple months ago I started writing a bhyve management tool in C for
> our startup, in preparation for migration to FreeBSD for our servers.
> The goal was to be able to create, drop, and auto-start/stop/restart
> VMs, individually or all at once, and provide a plugin infrastructure
>> -s 0,hostbridge
> Things should work if you leave out the hostbridge. The PCIe
> capability that is tacked on to this will make Illumos use MSI/MSIx for
> the virtio adapter which apparently hits a bug in the driver. Without
> it, the virtio driver will fall back to legacy interrupts. This al
> Hi,
>> ..
> /pci@0,0/pci8086,2821@4/disk@0,0 (sd1) online
> NOTICE: vioif0: Got MAC address from host: e4:94:1:0:ff:ff
> pseudo-device: tun0
> tun0 is /pseudo/tun@0
> pseudo-device: lx_systrace0
> lx_systrace0 is /pseudo/lx_systrace@0
>
> panic[cpu0]/thread=ff0002566c40: BAD TRA
>Hi,
>Please see inline.
>On Oct 13, 2015, at 7:17 AM, Matt Churchyard via freebsd-virtualization
> wrote:
> In my quest to continue expanding guest support in my vm-bhyve utility (See
> https://github.com/churchers/vm-bhyve :) ), I've found the Windows support
&g
! Find PE image
/home/grehan/proj/stock_edk2/Build/BhyveX64/DEBUG_GCC48/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.dll
(ImageBase=7F8DC000, EntryPoint=00007F8DC2AF)
Regards,
Matt Churchyard
___
freebsd-virtualization@freebsd.org m
> On Wed, Aug 26, 2015 at 11:10:44PM -0700, Marcus Reid wrote:
> On Wed, Aug 26, 2015 at 05:25:52PM -0400, Vick Khera wrote:
> > > Opinions? Preferably well-reasoned ones. :)
> > >
> > However, having the ARC eating up lots of memory twice seems pretty
> > bletcherous. You can probably do some t
69 matches
Mail list logo