Displaying 20 results from an estimated 1000 matches similar to: "way to see the bootmenu via serial?"
2015 Feb 13
1
Re: way to see the bootmenu via serial?
On 13.02.2015 09:23, Ján Tomko wrote:
> On Thu, Feb 12, 2015 at 03:32:02PM -0600, mail list wrote:
>> Maybe this should go to the qemu mail list, but I have domains configured
>> to dump to serial. Works fine I see Grub menu/kernel messages and the like,
>> but the "bootmenu" listing only shows up over vnc. Is there a way to have
>> that show up over serial?
2020 Oct 12
6
Re: Encrypting boot partition Libvirt not showing the OS booting up
On 10/12/20 2:14 PM, john doe wrote:
>> <snip/>
>
> I sent privately the requested xml file to 'Peter Krempa
> <pkrempa@redhat.com>'.
> Peter Krempa 's privately answered me back suggesting to add the
> following in the domain xml file:
Solving things privately doesn't help the community.
>
>
> <bios useserial='yes'/>
2016 Dec 27
1
how to configure seabios with libvirt
Hi:
Anyone knows how to configure seabios with libvirt?
Or Can I configure seabios in XML file?
I know that could configre seabios with "qemu-system-x86_64
-fw_cfg",but how to with libvirt?
thanks!
dw
2015 Feb 13
0
Re: way to see the bootmenu via serial?
On Thu, Feb 12, 2015 at 03:32:02PM -0600, mail list wrote:
> Maybe this should go to the qemu mail list, but I have domains configured
> to dump to serial. Works fine I see Grub menu/kernel messages and the like,
> but the "bootmenu" listing only shows up over vnc. Is there a way to have
> that show up over serial?
>
I believe
<bios useserial='yes'/>
is the
2020 Mar 27
2
Re: Escape character
On a Friday in 2020, Erik Skultety wrote:
>On Fri, Mar 27, 2020 at 01:48:58PM +0000, Daniel P. Berrangé wrote:
>> On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote:
>> > On a Friday in 2020, john doe wrote:
>> > > Hi,
>> > >
>> > > I'm trying to understand how to use the escape character '^]' with the
>> > >
2020 Mar 27
3
Re: Escape character
On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote:
> On a Friday in 2020, john doe wrote:
> > Hi,
> >
> > I'm trying to understand how to use the escape character '^]' with the
> > below command:
> >
> > virt-install --name=try06 --graphic none --pxe --network bridge=virbr0
> > --console pty,target_type=serial
> >
> >
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote:
>On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote:
>> On a Tuesday in 2020, Pavel Hrdina wrote:
>> > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
>> > > Hi,
>> > >
>> > > Just a heads up on my experiences with the new build system.
>> > >
>> > > Arch Linux
2014 Jan 16
1
Re: vnc port/listen address ignored when setting machine?
On 01/16/2014 05:10 PM, Ján Tomko wrote:
> On 01/16/2014 04:51 PM, hubert depesz lubaczewski wrote:
>
> What is the address reported by 'netstat -tnp'?
Oops, 'nestat -tlnp'.
>
> Jan
>
2018 May 05
1
Re: changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
Greetings Jano,
> Sent: Thursday, May 03, 2018 at 1:44 PM
> From: "Ján Tomko" <jtomko@redhat.com>
> To: daggs <daggs@gmx.com>
> Cc: libvirt-users@redhat.com
> Subject: Re: [libvirt-users] changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
>
> On Wed, May 02, 2018 at 07:29:23PM +0200, daggs wrote:
> >Greetings,
2020 Mar 27
3
Escape character
Hi,
I'm trying to understand how to use the escape character '^]' with the
below command:
virt-install --name=try06 --graphic none --pxe --network bridge=virbr0
--console pty,target_type=serial
"Starting install...
Connected to domain try06
Escape character is ^]"
When I try to do '^]', it does not escape.
The '--console' option makes no difference.
In
2018 Feb 28
2
How can we achieve vga emulation over a serial port in libvirt
Hi
For the latest seabios version, it said: Support for vga emulation over a
serial port in SeaBIOS (sercon).
So I want to know how can I find the application of this feature in
libvirt? And whether my understanding is correct?
There are no related instruction on the website: https://libvirt.org/
My understanding:
(1) The feature means: we can set this the IO address of a serial port to
2013 Aug 16
1
Re: Error while adding volume through virsh
Hi Ján,
Thanks a lot for the suggestion. It worked and volume is added to the
datastore. Now if I try to start the node it gives an error saying:
Error: internal error: Could not start domain: FileNotFound - File
[datastore1] testNode/cluster.vmdk was not found."
But .vmdk file exist at this location. What is going wrong here can anyobe
plz suggest. Below is my xml:
<domain
2018 Jan 18
3
Re: Could not destroy domain, current job is remoteDispatchConnectGetAllDomainStats
On 01/18/2018 08:25 AM, Ján Tomko wrote:
> On Wed, Jan 17, 2018 at 04:45:38PM +0200, Serhii Kharchenko wrote:
>> Hello libvirt-users list,
>>
>> We're catching the same bug since 3.4.0 version (3.3.0 works OK).
>> So, we have process that is permanently connected to libvirtd via socket
>> and it is collecting stats, listening to events and control the VPSes.
2014 Jul 01
10
Libvirt installion error: You must install the libyajl library & headers to compile libvirt
Dear all,
I am installing the libvirt 1.2.5 on my newly installed Fedora19.
When I run ./configure, an error is reported: "You must install the libyajl library & headers to compile libvirt"
In fact, the package yajl-2.0.4-2fc19.x86_64.rpm has been installed on the fedora19.
I found several links talking about this error and I downloaded 3 files (configure.ac, m4/virt-yajl.m4,
2017 Aug 02
2
Libvirt fails on network disk with ISCSI protocol
Hi,
I am working on oVirt, and I am trying to run a VM with a network disk with
ISCSI protocol ( the storage is on a Cinder server).
Here is the disk XML I use:
<disk device="disk" snapshot="no" type="network">
<address bus="0" controller="0" target="0" type="drive"
unit="0" />
2020 Feb 21
1
Re: build problem with libxl
On Fri, Feb 21, 2020 at 09:16:01AM +0100, Ján Tomko wrote:
> [adding Anthony PERARD to cc since his name is next to
> xen-4.12.2-1.el7's ChangeLog entry]
>
> Hi, Anthony!
>
> On Thu, Feb 20, 2020 at 07:10:38PM +0100, Christoph wrote:
> > https://wiki.centos.org/HowTos/Xen/Xen4QuickStart
> >
> > configure:53501: checking for LIBXL
> >
2018 Jan 25
2
Re: libvirtd hangs
Ján Tomko wrote 2018-01-18 14:27:
> On Thu, Jan 18, 2018 at 11:30:16AM +0700, Artem Likhachev wrote:
>> # strace -p 5786
>> read(53, "\0\0\0\34", 4) = 4
>> read(53, "keep\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\0\0\0\0\0", 24) = 24
>> poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=12,
>> events=POLLIN}, {fd=13, events=POLLIN},
2020 Feb 20
2
Re: build problem with libxl
https://wiki.centos.org/HowTos/Xen/Xen4QuickStart
configure:53501: checking for LIBXL
configure:53508: $PKG_CONFIG --exists --print-errors "xenlight >= 4.6.0"
Package xenblktapctl was not found in the pkg-config search path.
Perhaps you should add the directory containing `xenblktapctl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xenblktapctl', required by
2018 Mar 15
2
Re: qemu-img snapshot on running virtual machine
Il 15-03-2018 09:13 Ján Tomko ha scritto:
> It is not safe.
>
> For a running domain, you need to go through libvirt and also save the
> memory of the VM - doing just the disk snapshot for a running machine
> would be an equivalent of copying a physical hard drive after pulling
> out the power cord.
>
> Jan
Hi Jan, I 100% agree that taking a snapshot without dumping the
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote:
>On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
>> Hi,
>>
>> Just a heads up on my experiences with the new build system.
>>
>> Arch Linux
>> meson-0.55.1
>>
>> Overall, it looks good, so well done!
>>
>> Just a couple of minor things I noted:
>>
>> 1. Arch uses a meson