similar to: Virtual manager and vhdx

Displaying 20 results from an estimated 100000 matches similar to: "Virtual manager and vhdx"

2020 Apr 29
4
INITRD_MODULES
I am trying to take a CentOS 7 img and get hyperv to boot. First step. qemu-img convert "CentOS7.img" -O vhdx -o subformat=dynamic "CentOS7.vhdx" after adding new hyper-v I get dracut-timeout... So doing some searching it says add hv_vmbus hv_netvsc hv_storvsc to INITRD_MODULES. which doesnt really exist any more in CentOS 7. I did find /etc/dracut.conf and add_drivers... I
2020 Mar 06
0
Convert CentOS-8 UEFI img to hyper-V
Hi All, Anyone tried to convert QEMU to hyper v? I tried this: qemu-img convert -f raw ?kvm-virtal-machine.img? -O vhdx -o subformat=dynamic ?hyperv-virtual-machine.vhdx? Then defined new HyperV stuff - and booted it did not boot got a dracut error. Anyone done that ? If so how ? Jerry
2020 Nov 18
3
Help with VirtualBox on CentOS 7
Any Virtualbox on CentOS guru's out there? I only have 1 VM on my linux host. in the update process to virtualbox 6.1.16 my config was lost. When I run Virtualbox my VM does not show. So I desire to add it back. My structure is this. ls -l /home/silentm/vmware/CentOS\ 64-bit\ LSI/ -rw------- 1 silentm silentm 8684 Aug 13 08:31 CentOS 64-bit LSI.nvram -rw-r--r-- 1 silentm silentm 0 Feb 27
2015 Jul 20
0
Migrate KVM linux based VM to microsoft Hyper-v
Hi, I am searching around this topic but didn't get any suitable link, can you guys please help with this. i have my linux based VM as .img which is built on top of VirtIO protocol and runs fine on KVM or qemu. i am trying to port the same on the Microsoft Hyper-V but it is not working. I get blank screen with no other actions, tried the same on virtual box also but result is same. i have
2018 Oct 15
2
Bug Report, .vhdx file not attaching
I am trying to mount a windows 10 backup .vhdx file. I installed libguestfs through ```sudo apt-get install libguestfs-tools``` I am running Ubuntu 18.04.1 LTS and this is the installed version: ```1:1.36.13-1ubuntu3.2``` This is the output of the command I ran: ``` ~$ guestmount --add Documents/8be29c38-0000-0000-0000-602200000000.vhdx --inspector --ro /media/Windows10/ libguestfs: trace:
2015 Jan 21
3
** Newbie - HELP **
Hi ALL, Sorry for this if it is a stupid question, but: Is it possible to native boot centos from a VHD/VHDX file in a similar way to Windows 8.1? I am hoping to dual 'native' boot Windows 8.1 and CentOS; but then I want to Image the disk to deploy it to other classroom machines. Any help advice would be appreciated. I've had an unsuccessful play with easybcd's neogrub; and I
2020 Jun 02
7
Bridge network for virt-manager
Hello. I desire to get bridge network working using virt-manager. Centos 7 and centos 7 guest. >From researching I think I need to have a ifcfg-br0 file like this ? cat ifcfg-br0 DEVICE=nm-bridge0 STP=no TYPE=Bridge BOOTPROTO=none IPADDR=192.168.1.8 PREFIX=32 GATEWAY=192.168.1.1 IPV6INIT=no NAME=br0 ONBOOT=yes DELAY=0 Is that for sure needed ? The use that nm-bridge0 as the network name? I
2020 Jun 04
0
Bridge network for virt-manager
On 6/2/20 3:38 AM, Jerry Geis wrote: > Hello. I desire to get bridge network working using virt-manager. The easiest way to set up bridged networking on CentOS 7 is: ??? virsh iface-bridge eth0 br0 --no-stp This command will create a new bridge interface, br0.? The existing interface, eth0, will be added to the bridge, and its current IP configuration will be migrated to the new
2015 Jan 22
2
** Newbie - HELP **
Thanks for the reply. The idea of using a VHD(X) was to enable use to use disk imaging tools such as ghost, wds etc to deploy images of this type of system to over 500 machines. We have not found an imaging solutions that can image and deploy via multicast a system set up in the standard way you describe. Regards Darren Williams -----Original Message----- From: centos-bounces at centos.org
2016 Jun 13
0
Re: libguestfs-tools and NTFS compression attribute
[Please follow up on libguestfs@redhat.com, there is no need to subscribe] On Mon, Jun 13, 2016 at 04:03:20PM +0200, Vlastimil Burián wrote: > Hello Richard, > > I need a little help with libguestfs-tools > > I used it as follows: > > |sudo guestmount -a thevirtualdisk.vhdx -i /mnt/anydirectory | > > > But so far I have no clue as to if it is possible and if
2015 Jan 22
0
** Newbie - HELP **
On 01/21/15 04:30, Darren Williams wrote: > Hi ALL, > Sorry for this if it is a stupid question, but: > > Is it possible to native boot centos from a VHD/VHDX file in a similar way to Windows 8.1? > > I am hoping to dual 'native' boot Windows 8.1 and CentOS; but then I want to Image the disk to deploy it to other classroom machines. > > Any help advice would be
2015 Jan 22
0
** Newbie - HELP **
Hi Darren, Any reason you cant use virtualisation and / or thin client kind of action? If for instance you have a linux hypervisor installed on each machine you could kick up a virtual machine with the required environment. dirty up the image and then replace the image with a clean centos / windows whenever you need it. Cheers, Andrew On 22 January 2015 at 13:22, Darren Williams
2019 Oct 14
1
qeum on centos 8 with nvme disk
>virt-install can be run with no GUI. You can set it up to >automatically start a serial console in case you need to interact with >the install. You can also use 'virsh' to edit VM configs from the >command line. Sure - I saw those - but I was looking for something just like the old qemu command line. Just boot up and run - Nothing added to a GUI interface. Nothing that I
2015 Aug 27
3
virt-manager with dhcpd running on same machine
If I have dhcpd running on my machine, and I wish to run virt-manager on the same machine.... How do I do that - its telling me an error for starting the network and the error is that DHCPD is already running - port in use. Thanks, Jerry
2018 Jun 28
2
Re: libguestfs compilation
On Thu, Jun 28, 2018 at 03:55:32PM +0200, Pascal wrote: > hello, > > I'd like to have "juste" guestmount in my toolkit to mount hvd/vhdx images, > so I try to compile libguestfs with a minimum of dependencies : where can i > get help to get there without polluting github etc ? You can email libguestfs@redhat.com (no need to subscribe). The instructions for compiling
2020 Mar 09
3
QEMU virt-manager video device
I am trying to use the Video Virtio device and set it to Virtio (to get resolutions higher that 800x600). My host is CentOS 7 and my guest is CentOS 8. When I set the virtio for video - I get an add about QEMU does not support 'virtio' video device. Do I not have something loaded ? Real question is how to get video higher than 800x600. I tried every selection there Cirrus , QXL, VGA,
2020 Mar 02
3
Virt-manager question
Hi All - I am using virt-manager on CentOS 7. My definition had a CDROM, my first install did not have the network active so it failed. I have activated the network. now when I boot - I not longer see the CDROM start to install. How do I get that back ? My OS is still not installed. Thanks, Jerry
2018 Jan 22
2
virt-manager change to bridged networking on CentOS 7.4
Hi All, I have virt-manager running just fine currently using NAT. I want to "change" it to bridged network. The GUI is not letting me change anything on the network section. How do I change it to be bridged ? Thanks, Jerry
2018 Jun 29
0
Re: libguestfs compilation
in fact, it was vhd and not hvd. if I understand correctly, guestmount uses qemu to allow the host to access the contents of the virtual machine disk : it makes it live to access its disk ? thank you for answering. 2018-06-28 16:30 GMT+02:00 Richard W.M. Jones <rjones@redhat.com>: > On Thu, Jun 28, 2018 at 03:55:32PM +0200, Pascal wrote: > > hello, > > > > I'd like
2018 Nov 26
3
CentOS 7 bash perhaps off topic
hi all, I have a small script that seems to be exiting and hitting the sleep 60... The smwebsocket just connects to the web socket provided and outputs the data. This works manually. the myprogram just opens a database and writes the line... My desire is to run the smwebsocket, connect to the websocket and output the data (line by line) when we get a line that matches Location take that line