search for: unixindia

Displaying 16 results from an estimated 16 matches for "unixindia".

2015 Sep 06
3
hvm on x86_64 on binutils i386
Hi, I have this setup kernel: x86_64 version 4.2.0 operating system (rootfs binutils etc.,) : i386 (ELF-32-bit) qemu-system : version 2.4.0 qemu-system-x86_64 (i386 binary) libvirt: 1.2.19 (i386 ) When I run the qemu-system-x86_64 binary with --enable-kvm, the guest machine is working properly as hvm. So QEMU can run x86_64 OS as hvm when I install using virt-install virt-install --name
2015 Sep 06
0
Re: hvm on x86_64 on binutils i386
Using virt-manager and copying host CPU can still boot the guest OS (64-bit) virt-install however still is not doing the job. On 9/6/15, Bhasker C V <bhasker@unixindia.com> wrote: > Hi, > > I have this setup > > > kernel: x86_64 version 4.2.0 > operating system (rootfs binutils etc.,) : i386 (ELF-32-bit) > qemu-system : version 2.4.0 qemu-system-x86_64 (i386 binary) > libvirt: 1.2.19 (i386 ) > > When I run the qemu-system-x8...
2015 Feb 05
2
CPU model and type
Hello, Is there a way to configure the domain cpu in such a way that the info reported to the guest OS system will remain constant ? For example in older versions of of libvirt/qemu the cpu was reported as "QEMU Virtual CPU version (cpu64_rhel6)" but moving the vm on a qemu2.2.0 is is reported as "QEMU Virtual CPU version 2.2.0". Thanks.
2011 May 13
1
Booting from scsi
Hi all, I am starting up to use libvirt with virsh and virt-install. I used virt-install successfully and have a running linux system with raw disk exported to the virtual machine as scsi. (the whole of qemu + libvirt + virtmanager is compiled and installed on /usr/local from source) After the virtual OS installation (which succeeds) I am not able to boot into the OS from the harddisk.
2023 Sep 22
1
Help ! libvirt
...to satisfy 'efi' I presume the errors being spit out are not accurate description of failures anymore with libvirt and for the life of mine I could not find why the other xml file doesnt work and why this does. Happy libvirt-ing On Thu, Sep 21, 2023 at 2:58?PM Bhasker C V <bhasker at unixindia.com> wrote: > Hi, > I have tried that too and that did not help either (i.e adding the format > type=gpt) > The output you requested > > ``` > $ sudo qemu-img info --backing-chain /var/virt/WINDOWS/WIN11 > image: /var/virt/WINDOWS/WIN11 > file format: qcow2 > vir...
2023 Sep 21
1
Help ! libvirt
Hi, I have tried that too and that did not help either (i.e adding the format type=gpt) The output you requested ``` $ sudo qemu-img info --backing-chain /var/virt/WINDOWS/WIN11 image: /var/virt/WINDOWS/WIN11 file format: qcow2 virtual size: 60 GiB (64424509440 bytes) disk size: 55.1 GiB cluster_size: 65536 backing file: WIN11-BASE (actual path: /var/virt/WINDOWS/WIN11-BASE) backing file
2017 Dec 27
3
libvirt net xml format
Hi all, I went through the docs but could not find a way to pass the -h OR --no-hosts option to dnsmasq via libvirt xml Is there a way to do this via xml ? please can someone help. Thanks
2023 Sep 21
2
Help ! libvirt
Adding libvirt mailing list apologies for cross-posting libvirt version: 9.7.0-1 On Thu, Sep 21, 2023 at 8:39?AM john doe <johndoe65534 at mail.com> wrote: > On 9/21/23 09:32, Bhasker C V wrote: > > I am getting an error with libivrt when I create a VM > > > > ``` > > $ sudo virsh create ./win11.xml > > error: Failed to create domain from ./win11.xml >
2014 Oct 04
0
Re: Assigning IPv6 address to guest
On 04/10/14 15:36, The Cop wrote: > Hello, > > I am trying to assign an IPv6 address to one of my guests. I followed the > following guide, unsuccessfully: > https://www.berrange.com/posts/2011/06/16/providing-ipv6-connectivity-to-virtual-guests-with-libvirt-and-kvm/ > . > > I have the following config files: > dumpxml of the guest `deb`: http://sprunge.us/iUef >
2015 Feb 05
0
Re: CPU model and type
you can set the CPU type and model and features https://libvirt.org/formatdomain.html I usually give it during the virt-install as -cpu core2duo,+vmx (the ,+vmx will enable vmx vt extensions on the guest CPU ) ... <cpu match='exact'> <model fallback='allow'>core2duo</model> <vendor>Intel</vendor> <topology sockets='1'
2023 Sep 21
1
Help ! libvirt
Attaching win11.xml Please note that this used to work fine. It is failing now on libvirt- 9.7.0-1 On Thu, Sep 21, 2023 at 9:13?AM Peter Krempa <pkrempa at redhat.com> wrote: > On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote: > > Adding libvirt mailing list > > apologies for cross-posting > > libvirt version: 9.7.0-1 > > > > On Thu, Sep 21, 2023
2014 Oct 04
0
Re: Assigning IPv6 address to guest
On 04/10/14 21:13, The Cop wrote: > > On 10/4/2014 8:46 PM, Bhasker C V wrote: >> On 04/10/14 15:36, The Cop wrote: >>> Hello, >>> >>> I am trying to assign an IPv6 address to one of my guests. I followed the >>> following guide, unsuccessfully: >>> >
2012 Apr 18
1
Problems using latest qemu-kvm and latest libvirt ( hvm missing )
Hi all I have faced this issue already and the solution was to go back to a old version of qemu-kvm and/or libvirt and things start falling into place but this time I would want to solve this. I have used these versions as per the o/p of the commands below. To jumpstart a new machine which is libvirt capable, it always is a hastle to find out which of the version combination of
2016 Jul 08
2
Syslinux Text menu not redrawing/resetting the screen
Hi, I have been using syslinux on my portable disk with success on many types of machines (both bios boot and EFI boot) I however hit a small issue recently If I use menu.c32, on some UEFI systems (HP) the menu does not appear after the vendor splash screen. The system however goes ahead and after the timeout configured in the menu system syslinux boots the kernel. I can then (after kernel
2012 Feb 25
2
Problems running virtual machines after an upgrade
Hi all, I upgraded qemu-kvm and libvirt to the new versions qemu-kvm at : 1.0 libvirt at : git version 0.9.10 I lost the original machines but the xml files were are all present (it is not showing up in virsh list --all) But when I import an xml I get an error: Attached is some information which might be helpful Can someone help please ? If this is a compatibility issue please can
2016 Jul 10
1
Syslinux Text menu not redrawing/resetting the screen
On Fri, Jul 8, 2016 at 11:46 AM, Ady Ady via Syslinux <syslinux at zytor.com> wrote: > >> Hi, >> >> I have been using syslinux on my portable disk with success on many >> types of machines (both bios boot and EFI boot) >> >> I however hit a small issue recently >> >> If I use menu.c32, on some UEFI systems (HP) the menu does not appear