Virt-Manager Is The Better Way To Manage VMs

  Рет қаралды 286,484

DistroTube

DistroTube

4 жыл бұрын

KVM/QEMU/Virt-Manager is a hypervisor and a good alternative to Virtualbox. Performance should be better using this combination since KVM is built into the Linux kernel itself. And it's not difficult to convert your existing Virtualbox VM's over to Virt-Manager.
SOME COMMANDS I USED IN THIS VIDEO:
LC_ALL=C lscpu | grep Virtualization
yay -S qemu virt-manager ebtables
sudo systemctl enable libvirtd
sudo systemctl start libvirtd
sudo systemctl status libvirtd
sudo usermod -G libvirt -a dt
sudo qemu-img convert -f vdi -O qcow2 Ubuntu\ 20.04.vdi /var/lib/libvirt/images/ubuntu-20-04.qcow2
REFERENCED:
► wiki.archlinux.org/index.php/KVM - KVM
► wiki.archlinux.org/index.php/... - QEMU
► wiki.archlinux.org/index.php/... - Libvirt
► virt-manager.org/ - Virt-manager
WANT TO SUPPORT THE CHANNEL?
💰 Patreon: / distrotube
💳 Paypal: www.paypal.com/cgi-bin/webscr...
🛍️ Amazon: amzn.to/2RotFFi
👕 Teespring: teespring.com/stores/distrotube
SOCIAL PLATFORMS:
🗨️ Mastodon: mastodon.technology/@distrotube
💬 IRC: irc://freenode #distrotube
👫 Reddit: / distrotube
📽️ LBRY: lbry.tv/$/invite/@DistroTube:2
DT ON THE WEB:
🕸️ Website: distrotube.com/
🐿️ Gopherhole: gopher://distro.tube
📁 GitLab: gitlab.com/dwt1
FREE AND OPEN SOURCE SOFTWARE THAT I USE:
🌐 Brave Browser - brave.com/dis872
📽️ Open Broadcaster Software: obsproject.com/
🎬 Kdenlive: kdenlive.org
🎨 GIMP: www.gimp.org/
🔊 Audacity: www.audacityteam.org/
💻 VirtualBox: www.virtualbox.org/
Your support is very much appreciated. Thanks, guys!

Пікірлер: 443
@homelessbag
@homelessbag 4 жыл бұрын
DistroTube: You're never going to find the perfect distro... Me: boots up Hannah Montana linux...
@Teltharion
@Teltharion 4 жыл бұрын
omg it's a real thing!! I googled it and I'm sooo tempted to install it... but I kinda feel I'm gonna need to dual boot it? =P
@dotmavriq
@dotmavriq 4 жыл бұрын
@@Teltharion Real recognize real, we don't dual-boot when we have perfection.
@Teltharion
@Teltharion 4 жыл бұрын
@@dotmavriq i meant it because the other would be for Miley Cirus
@TheRealFaceyNeck
@TheRealFaceyNeck 4 жыл бұрын
I am actually surprised it's not being actively developed anymore. Maybe they made the Hannah Montana desktop environment available as its own thing, so you can install Hannah Montana desktop on any/most distros?
@robbyoconnor
@robbyoconnor 3 жыл бұрын
unironically, Biebian isn't bad.
@Jaraxal
@Jaraxal 4 жыл бұрын
I use Virtualbox because it provides a consistent experience across Windows, Mac and Linux hosts.
@thierrybo6304
@thierrybo6304 3 жыл бұрын
@Ketum I use both virt manager and Virtualbox, sorry but out of the box a new machine created with virt-manager has to be tweaked to get copy/paste, auto resizing , shared folders with host and assh to the vm to work (I use it on "user session" mode only)
@martinmaartensson
@martinmaartensson 4 жыл бұрын
Goodbye , virt-manager. Hello , virsh :)
@djkazaz
@djkazaz 2 жыл бұрын
The performance difference between KVM and virtualbox is massive. Even vmware is slower than KVM. The only problem with KVM is the lack of 3D acceleration in Windows guests, but there are ways to minimise the impact. On Linux guests, 3D works so there's no need to even bother with alternative solutions.
@steriftes
@steriftes 2 жыл бұрын
the latest vbox also able to utilize kvm
@xxgabo
@xxgabo 2 жыл бұрын
Qemu/KVM does not supper network-bridge for wireless, only ethernet. the rest work great
@steriftes
@steriftes 2 жыл бұрын
so windows vm works better on vbox and linux vm works better on virt-man?
@xxgabo
@xxgabo 2 жыл бұрын
@@steriftes absolutely yes
@tyrellwreleck4226
@tyrellwreleck4226 Жыл бұрын
Virtualbox sucks. It has issues with controllers. Plus it just emulate os. Not actually a real vm.
@BarafuAlbino
@BarafuAlbino 4 жыл бұрын
These days VMs are more limited by their virtual video card performance rather than CPU.
@jeschinstad
@jeschinstad 3 жыл бұрын
We have VirGL now, which provides an OpenGL-capable virtual GPU. It's very fast and works on any GPU you might have installed. Doesn't work with Direct3D though, but there have been talks about making it happen.
@jeschinstad
@jeschinstad 3 жыл бұрын
@@matemana1991: Yes, the technology is very cool, but performance wise, the difference between GVT-g and VirGL isn't that great, unless you're using Windows, I suppose. The GVT-g would get DirectX support, which VirGL doesn't. But GVT-g is limited to one VM at a time on non-Xeon systems and VirGL is not. So I see GVT-g more as a tech preview than anything else, but I'm really looking forward to seeing what they can do on their dGPUs. If they will allow me to run five or ten VMs with native graphics, then I would love it.
@jeschinstad
@jeschinstad 2 жыл бұрын
@Supreme: Yes, I'm hoping this will become a ting with their dGPUs. But right now, it doesn't really matter what's theoretically possible. The fact is that users will realistically be limited to one VM. You can't make more than you're allowed to.
@null_..
@null_.. 2 жыл бұрын
that's why you should use kvm - to use your actual gpu if you've got one
@titoli1
@titoli1 2 жыл бұрын
@@jeschinstad VirGL does not work with nvidia cards....
@thegibsonserver
@thegibsonserver 4 жыл бұрын
Absolutely the best demo. Now I want to go back to Pop...I do so love the UI. Thanks for this video. So good. Big fan of virt.
@andrewsymphony
@andrewsymphony 4 жыл бұрын
Derek, thank you for this video and for your really important explanation! I've never heard of virt-manager before, so I will try it out und I will see if it's better working than VB! Thank you for explaining the commands which are necessary for working with virt-manager!
@KevinBReynolds
@KevinBReynolds 4 жыл бұрын
Very cool introduction, Derek. Thank you for all your work.
@mikestuder7174
@mikestuder7174 4 жыл бұрын
Excellent video. I am glad you put the commands in the description.
@scheimong
@scheimong 2 жыл бұрын
THANK YOU for actually talking through what each piece of software is for and why, instead of just saying "install this this and this" like so many other people would have done. I always love to learn about how things work instead of "this just works".
@TheRealFaceyNeck
@TheRealFaceyNeck 4 жыл бұрын
The performance of Kernel-based Virtual Machines (KVM) has gotten downright unbelievable these days. My CPU is from 2013 I believe. It's not a server CPU either; standard i7 4790-K without overclocking. I literally cannot tell the difference in performance between my Windows VM vs bare-metal Windows install. (Windows 10 anyway.) Been playing DOOM Eternal at over 100 FPS. In Quake Live I can pull off all the different advanced rocket jumps. You can't pull that shit off unless you have almost no latency. It's truly unbelievable that you can play modern games in a VM with flawless performance. [EDIT] I just wanted to add; iommu (hardware passthrough) used to have audio performance issues. However, if you use the default virtualized audio card (ich9 I believe) the sound is excellent. I get audio hiccups every now and again, but that's just something that happens in video games on my PC running Windows 10. It's literally so good at virtualization, even the bugs are the same! lol [/EDIT]
@shadabalam5047
@shadabalam5047 4 жыл бұрын
I could not thank you enough dt for this video. Thank you very much for sharing this awesome knowledge.
@haziqsembilanlima
@haziqsembilanlima 4 жыл бұрын
can confirm. just switched to kvm too. (with virt-manager) and it's perfect to run Hiren's Boot CD to do HDD/flash drive data recovery
@turbosardar39
@turbosardar39 4 жыл бұрын
Thanks man....i was looking for a way to get full screen.....you nailed it with xrendr command
@goran.jovanovic
@goran.jovanovic 2 жыл бұрын
Absolutely great video. SO many things to learn from DT
@senninscorpion
@senninscorpion 4 жыл бұрын
Hey DT! Great video! A little tip, instead of systemctl enable unit ; systemctl start unit you can use systemctl enable --now unit Also, a little doubt that I didn't took too much time to figure out when I was toying with virt-manager. How do you copy from/to the virtual machine? Be it a selected string in st ( so I can paste with the middle button of the mouse ) or a file.
@cerberes
@cerberes 4 жыл бұрын
Thanks! Exactly the info I needed.
@JosephDalrymple
@JosephDalrymple 2 жыл бұрын
I've been using virt-viewer for years and love it. Also been using remote-viewer for accessing VMs via SPICE protocol, which has proven to be far more performant than VNC.
@NinjAaaron87
@NinjAaaron87 3 жыл бұрын
I'm not sure why, but wanted to note that in my setup i added my user to libvirt and not libvert"d" Just in case anyone else is having issues with that as well. Arch wiki page notes adding user to libvirt group
@filipofilipo
@filipofilipo 2 жыл бұрын
thanks for that!
@JudgmentalShoelace
@JudgmentalShoelace 2 жыл бұрын
sudo usermod -G libvirtd -a [username] usermod: group »libvirtd« does not exist Adding to group »libvirt« instead fixed it. Had no further problems.
@apivovarov2
@apivovarov2 2 жыл бұрын
also noticed that
@nnaaaaaa
@nnaaaaaa 3 жыл бұрын
virt-manager + spice over ssh is fire af
@juanpanchoec
@juanpanchoec 3 жыл бұрын
Nice! I sticked with VMware because of the video resolutions option. While I had previously added custom resolutions under VirtualBox, it's an extra chore per vm that does not really work well when resizing the virtual machine window as it does under VMware. I'll have to give virt-manager a try; thanks a lot for the info!
@srimahesh
@srimahesh 3 жыл бұрын
Straight forward explanation straight on the topic. Thanks Bro.
@unclefester9113
@unclefester9113 3 жыл бұрын
I always learn a few things tips tricks - by looking over DTs' shoulder. Much Appreciated - Video's are always clear and understandable. ..... Never condescending and you try hard not to talk over peoples heads. Many Thanks.
@Jordan-hz1wr
@Jordan-hz1wr 2 жыл бұрын
I was today years old when I learned that you could copy paste text just by clicking the middle mouse button. My life is forever changed.
@robholt7486
@robholt7486 4 жыл бұрын
Good move. Suse have used this for several years and you can turn it on from the yast control centre - sets it all up for you.
@honor9lite1337
@honor9lite1337 3 жыл бұрын
What is name?
@RC-Heli835
@RC-Heli835 Жыл бұрын
This is awesome DT! I have a brand new ArcoLinux install up and running as of this morning after watching your video the other day on installing it. My 1st go didn't work because I didn't want it to over write my Ubuntu Boot menu since it menu boots windows 10 and Knoppix on sdb drive. Multi booting was much easier before efi came on the scene for me anyhow. So now I have it reinstalled with Arco controlling the boot of everything now. That 1st install was not going to work properly any how. The screen size was out of border on the USB menu and it also transferred to the ArcroLinux Install. I did get Acro to boot with SuperGrub2 this morning but soon as I saw the startup script was off the screen I shut it down and wiped it with with gparted in Ubuntu on sda drive and started over. You are a whiz at all this stuff man!😀
@Janis_P
@Janis_P 4 жыл бұрын
You can use gnome boxes for a simple interface to start and use libvirt virtual machines
@PapasFilms
@PapasFilms 4 жыл бұрын
I was configuring virt-manager (kvm/qemu) when I got the pop-up for this video!
@lawrencedoliveiro9104
@lawrencedoliveiro9104 4 жыл бұрын
3:40 QEMU also does software emulation of non-native architectures. For example, you can run up virtual ARM, MIPS and a bunch of other architectures for machines on your x86 hardware. Yes, they will be slow because of software-based emulation, but they will run. In fact, for running a native-architecture VM (e.g. x86 on x86), you have to explicitly specify the use of KVM, otherwise it will run its software emulation.
@hassanawodi5888
@hassanawodi5888 4 жыл бұрын
Really surprised how well KVM had grown. Tried it years back and couldn't get it to run. Documentation was sparse..
@death-disco
@death-disco 4 жыл бұрын
This was helpful, thanks!
@villagrafenia
@villagrafenia 3 жыл бұрын
you just gave me the best xmas20 gift! I just started studying all about kvm and my head was spinning around. what a helpful info, THANKU!!
@latinritemass
@latinritemass 4 жыл бұрын
Also just a quick note, VM's are stored in /var, so on systems with partitioned home folders to a separate drive, you may find that your system folder will get filled up quick... I had to partition a separate drive just for "/var" to make sure I did not run out of space.
@ScottMaurin
@ScottMaurin 3 жыл бұрын
I made a symlink on that folder and pointed to an external drive. It's a Gnome Boxes tip I found on the Fedora page
@latinritemass
@latinritemass 3 жыл бұрын
@@ScottMaurin nice tip!
@ScottMaurin
@ScottMaurin 3 жыл бұрын
@@latinritemass I guess there is a reason Boxes and VirtM want to locate the image files in a hidden folder on your profile, but I like to see where they are easily. It's not something easily done like in VirtualBox. Here's the page: fedoramagazine.org/getting-started-with-virtualization-in-gnome-boxes/
@AlanDike
@AlanDike Жыл бұрын
you can change where that hdd is stored... It's done when you create the hdd.
@gunthergamefreak2689
@gunthergamefreak2689 2 жыл бұрын
Runs like hell on my 12 years old Asus P5QD with Q9550! Much different to Virtual Box. Thanks a lot DT!
@hamzabarbara6427
@hamzabarbara6427 4 жыл бұрын
you can't find perfection unless you make what you see perfect your self
@radjenovicpredrag
@radjenovicpredrag 4 жыл бұрын
Thanks for covering this. Can you describe your audio/capture equipment that you use? The sound in your videos is awesome! Thanks!
@oneeyedphotographer
@oneeyedphotographer Жыл бұрын
You didn't hear the echo?
@sergeypoltarakov1432
@sergeypoltarakov1432 2 жыл бұрын
Thanks a lot! Very useful!
@timmcreynolds2734
@timmcreynolds2734 Жыл бұрын
I do appreciate your views on VMware. I used to use it way back in 2000 and it helped, I was in the linux testing group that validated Red Hat on the servers that the company I worked for manufactured.. The intranet of this mega-company (now) wouldn't let you log on with Netscape (at the time) you had to log in using IE. We in Linux server test group all ran Linux on our laptops, what ever kind of Linux we wanted to run, so of course we had no access to input our hours, or schedule time off or basically use anything that the company offered. Each one of us would submit a new ticket every week, about not being able to access the employee stuff. Then we would all log into our VMWare instances and run Windows what ever version it was, ad get our time logged for the week. Every day I would go home feeling so unclean because of the compromise that I had just made..... Thanks for this great tutorial on using Virt-manager. I do appreciate it a lot. ( I know that this is a 2+ year old video, but it's still good, applicable, information)
@crazyczech3620
@crazyczech3620 Жыл бұрын
thanks for this, QEMU KVM is the default virtual manager for OpenSUSE TW. I tried using VirtualBox and to my dismay had live CDs freezing on me and the resolution issue. VDI is nice in the sense that it is dynamically assigning the data and not consuming the entire size like qcow2 does.
@PascalThalmann
@PascalThalmann 4 жыл бұрын
thx for the video, will give virt manager a chance.
@flow5718
@flow5718 10 ай бұрын
Witnessing the birth of the virt-manager DT duo 😇
@JoseGonzalez-sz7my
@JoseGonzalez-sz7my 2 жыл бұрын
Great job. Thank you.
@ventura1957
@ventura1957 4 жыл бұрын
I am with you! I use Virtualbox what is really good and after watch this video I will try kvm. By the way, AWS is going to use kvm in their next generation of EC service.
@pctlc
@pctlc 4 жыл бұрын
That's a great video Derek thanks for that!! I was thinking of going this way and you probably just convinced me, the vdi conversion I didn't know about so that's a plus.
@lucascruzdosreis9579
@lucascruzdosreis9579 4 жыл бұрын
Dt, you forgot to mention that virt-manager does not allow to use a dynamic allocated drive in graphical interface, and if you want that it is possible but you have go through the command line. Also, for VMWare users it is possible to use VMWare machines in qemu, and it is much much easier than in virtualbox. I had to do it once for a MIT course in security. One problem I often find in virt-manager is the way in which you share files between host and guest machines. I guess you could do a video on that. Nice video.
@AnzanHoshinRoshi
@AnzanHoshinRoshi 4 жыл бұрын
Thank you, Derek. I haven't played with VMs for over a decade because I didn't want to use something that came with a EULA.
@rectify2003
@rectify2003 2 жыл бұрын
Very helpful, Thanks
@norbydroid3430
@norbydroid3430 2 жыл бұрын
I remember a day when you spoke of a KVM you were refering to a device that would allow you to use a single “Keyboard, Video Monitor, and Mouse” on multiple computers. Originally in ps/2 format and then in USB. Does anyone remember those? I just recently came across this (virtual built into linux kernal) and decided to check out a video for it. Thank you for creating one. This is something I will be checking out as a replacement to VirtualBox because lately vBox for me has been more trouble than I wish to deal with.
@OG900Aero
@OG900Aero 4 жыл бұрын
Ohh what a nice Arch mug :) Where did you buy?
@rafaelmartineztomas4911
@rafaelmartineztomas4911 3 жыл бұрын
Amazing video as always sir. Hey just one issue. Im using sort of a similar linux installation with Debian and DWM. I was just going to go ahead and install as you suggest 'lxsession' for the polkit, but is asking me for dependencies in total of 130MB when I attempt to install it. I dont really wanna bloat my installation. Is that all needed?
@replikvltyoutube3727
@replikvltyoutube3727 4 жыл бұрын
In virt-manager you can use even 3d acceleration in a VM with help of virtio and virgl by setting display to Spice, listen to None and checking OpenGL also in Video QXL change QXL to Virtio and checking 3D accel iirc Wa-bam, you can now play 3d games inside of VM with good performance (currently not aupported for windows guests, sadly)
@chopcooey
@chopcooey 4 жыл бұрын
awesome video, i was looking for something else to ditch virtualbox
@KeepItTechie
@KeepItTechie 4 жыл бұрын
I've actually been looking for a new VM manager because virtual box has been getting slower and slower. Thanks DT
@ralphcramden8699
@ralphcramden8699 4 жыл бұрын
Thank you very much for this video. Can you say if USB 3.0 will work when using Windows XP? We have several commercial software titles that we continue to use in Virtualbox on Windows XP using Ubuntu Mate as host. We haven't been able to change over to USB thumb drives or external drives because Windows XP only supports USB 2.0. Apparently there are some command line tricks to get the Unasis drivers to work but after multiple attempts to run the command we haven't been able to get it working. If Virt-Manager would do it that would be great. Thanks, rcramden.
@13thravenpurple94
@13thravenpurple94 Жыл бұрын
Great video THank you
@thabestsniper
@thabestsniper 4 жыл бұрын
Been using virt manager on ubuntu server to run various things including pfsense. I really like virt manager cause since I can't be bothered to walk to the server to control it I can just use it on my desktop and use ssh with key auth to control the vms. It also works on windows if the need to have it arises through xming and wsl
@fstoplive1991
@fstoplive1991 9 ай бұрын
🤣 🤟 Straight forward to the point. I'm new to Virtual Machines & Decided to install Proxmox why, because it's GNU, easy to install, debian based & I trust their stability history, can run both VM & Containers, its Web UI is gd. so far, you can run it from the command line (don''t know how yet), & you can install a DM or WM so you can just run it on a single PC for us mere mortals- my issue is I'm not clear yet how to install a WM to manage Proxmox from the same PC. Guess I'll just have to try & if I break it , I'll reinstall it🙉 You make some of the best reviews & instructional videos, I never have to go blind trying to read & follow your CLI instructions👍 & always learn from your explanations. Sorry you have to work another job, unfortunately I don't have the extra $ to become a Patron. Stay well friend
@RobertPartridge
@RobertPartridge 4 жыл бұрын
Haven't even watched the video yet but I liked just because of the title. I've been saying for the last year that this is the much better way to go.
@serge5046
@serge5046 4 жыл бұрын
For Gentoo guests it certainly is!
@mylinuxgr5050
@mylinuxgr5050 4 жыл бұрын
Once again a great and useful guide. Thank you! I had problems with this virtualization process in Arch. Virt-manager installed the virtual drive in my root partition, which was just 40 GB in total, creating disk size errors. I tried to mount this drive in my home partition and I created a huge mess. Does virt-manager always mount virtual drives on the root partition or did I do something wrong?
@robertcoyle9071
@robertcoyle9071 2 жыл бұрын
Mine mounted the qcow2 files to home with no problem. The files have no reason to be in root since they are property of the user who created it.
@Ben7o711X
@Ben7o711X 3 жыл бұрын
nice vid men! thanks
@manw3bttcks
@manw3bttcks Жыл бұрын
you can enable and start in one command with recent systemctl: sudo systemctl --now enable
@linuxlover_8436
@linuxlover_8436 3 жыл бұрын
@DistroTube I noticed I was able to install my win 10 backup .img w/o having to convert it to the virt-manager extension you mentioned. Is there a performance benefit to using that format over others like .img? Can you do an updated video on virt-manager? I'm trying to install updated AMD drivers for my GPU via virt-manager but it doesn't seem to install (keeps seeming to loop during the AMD install pop-up). In any event, thanks for the video.
@Shutermagic.photos
@Shutermagic.photos 4 жыл бұрын
I'm running kvm since about 6 years on my Dell PowerEdge Server and i never had any problems at all. I have it installed on Ubuntu Server.
@jeschinstad
@jeschinstad 3 жыл бұрын
The difference used to be graphics. Vbox used to be better at that, but these days, it's the opposite.
@extra-curricular6179
@extra-curricular6179 Жыл бұрын
Awesome tips! What are those green lines running on the laptop?
@Anonymous4045
@Anonymous4045 Жыл бұрын
cmatrix, fun little package
@candyczar
@candyczar 4 жыл бұрын
Finally :p
@Doryopaint
@Doryopaint 4 жыл бұрын
He is a bunny. He hoppes everything
@Yukki64_
@Yukki64_ 3 жыл бұрын
Does it work on any linux distro? And also could i use it for gaming if i use linux as my Host OS? 🤔
@francislamonde
@francislamonde 3 жыл бұрын
Hey there, I came across this video for fun of watching (like your others!) and I like your top menu bar the right end side of it. Gives RAM, uptime, # of updates, etc... I'm sure there's more you could plug there. Is that the Polybar? If not what is it? I am not familiar with Arch.
@DistroTube
@DistroTube 3 жыл бұрын
That's the built-in panel with dwm.
@thujamagus
@thujamagus 4 жыл бұрын
It's about time
@killistan
@killistan 2 жыл бұрын
I stopped using virtualbox when building from source became a pita, circa the oracle takeover. Libvirt is a wrapper for managing both xen and qemu with the same commands. My bias is to avoid wrappers like that, because it's an extra layer of confusion if something isn't working. But it does appear to be "the standard way," and lots of software (like stuff that mounts qcow2 images on your host machine) uses it anyway.
@Anon-tj7qb
@Anon-tj7qb 4 жыл бұрын
Dont forget to install spice guest toola on the guest VM! Auto resize and copy paste!
@null_..
@null_.. 2 жыл бұрын
a big benefit of using KVM is the fact that you can do gpu passthrough of normal consumer-grade gpus and use the vm for gaming. I've been doing that for several months and performance is more or less on par with running baremetal.
@nazimleulmi1765
@nazimleulmi1765 4 жыл бұрын
I told you the same thing 6 months ago and U were a gnome boxes fan boy :D
@DistroTube
@DistroTube 4 жыл бұрын
I've never used Gnome Boxes. You have me confused with someone else.
@nazimleulmi1765
@nazimleulmi1765 4 жыл бұрын
@@DistroTube I thought Joe Collins was your real name , and you had another youtube channel -,- . I'm super confused lol
@mekuranda
@mekuranda 4 жыл бұрын
@@nazimleulmi1765 Derek and Joe yep sounds the same! NOT...and recently Joe appears on his videos in person....me thinks "very different people"....no confusion !
@zacharycarbon4312
@zacharycarbon4312 4 жыл бұрын
been waiting for you to join the winning team...
@alexal4
@alexal4 2 жыл бұрын
Thanks DT. I am using virt manager for a while, but only to spin not graphical linux machines, usually with vagrant. I tried to install some Linux distros with graphical interface, but having very slow video and audio. Tried different drivers, but no luck so far. Do you install some drivers on the Linux guest?
@donaldwilliams6821
@donaldwilliams6821 Жыл бұрын
There are some SPICE packages you'll need. www.linux-kvm.org/page/SPICE
@Prautfut
@Prautfut 4 жыл бұрын
Virt-manager tends to allocate all the chosen vm disk space (at least for me on Gentoo). If you are running low on disk space, you can use "qemu-img convert" to resize vms to their minimal size. Also, you can use compression with "-c" option, fresh xubuntu weights below 3G with it! I don't think you can set those options through virt-manager GUI.
@tomallnatt9084
@tomallnatt9084 4 жыл бұрын
With at the latest version of qemu and virt-manager you can import VDI and VMDK images directly without needing to convert them. I am running Virt-manager 2.2.1 and qemu 4.2.0 (I believe I was able to do this with the past 1 or 2 versions as well) it allows me to create a new machine using existing images of either format and runs them as such with no conversion to qcow2. Once the file is selected it boots right up just as fast as if it was a qcow2 image.
@abodawead9039
@abodawead9039 Жыл бұрын
Great job man , Thank your very much . but why you don't look at the camera ? you have a Great Eyes Color
@Tala2n
@Tala2n 2 жыл бұрын
My experience with Virt-manager was way more rough than Virtualbox one. The requirements to make it working was quite complicated on my MX Linux.
@nevoyu
@nevoyu 4 жыл бұрын
I dont know why I'm watching this. I've used virt-manager for a good long while now.
@AbarSimorgh
@AbarSimorgh 2 жыл бұрын
Thank you for sharing. I would greatly appreciate if you can explain how can I share an extra hard drive (it is already in the desktop) between host and guest (bidirectional) without the hassle of permission(s). Thanks.
@jeromelanteri6469
@jeromelanteri6469 4 жыл бұрын
the group is not libvirtd but libvirt. Great video again.... sure, libvirt-manager is the best.
@ahmadkakarr
@ahmadkakarr 4 жыл бұрын
Good stuff
@bertnijhof5413
@bertnijhof5413 4 жыл бұрын
I like to point at some misinformation. Both systems run their KVM or KVM type of modules inside the kernel, so there is no difference. However especially the diskio of qemu/kvm is faster, because the design only has to be optimized for Linux! The main advantage of Virtualbox is, that it is one consistent package. You already did show, all the packages you need to get for QEMU/KVM, but on top of that you have to scan the internet for Windows drivers again. For Win 10 you have 2 or 3 Internet sites with drivers, but all are from around 2014. Not all of the options offered by QEMU/KVM will be working, so it is try and error and e.g. 3D acceleration for graphics will not work. In Virtualbox I can activate Windows, when I run the Windows VM on the original PC with the activation sticker. That is impossible with QEMU/KVM. QEMU/KVM chooses a default CPU and they often do not select as default the CPU of the Host. I had to correct it manually, they did not recognize my 4-core Phenom II and insisted on calling it a 2-core Opteron. You can correct the core count, but Phenom II was not in their list of known CPUs. All these problems were for me the reasons to stick to Virtualbox, also because VBox adapts automatically to my screen resolution after I install the Guest Additions. That install only takes ~1-2 minutes. So I would say: - Virtualbox user-friendly and reliable. Well optimized for the desktop. Suitable for professionals and amateurs.. - QEMU/KVM try & error, but faster diskio. Optimized mainly for the server. Suitable for administrators and true hobbyists. I also use Virtualbox, because I can still run VMs installed in 2010! I have Ubuntu 10.04 and Windows XP and both VMs were installed 10 years ago and they went from Pentium 4 to Phenom to Phenom II to Ryzen! Talking about speed, my VBox Linux VMs boot in ~10 seconds from a nvme-SSD and that is great for normal use :) The Host takes 2 seconds more, mainly because it has to initiate the network, while the VMs get that connection ready for use.
@myszkaagresorka3506
@myszkaagresorka3506 4 жыл бұрын
"Both systems run their KVM or KVM type of modules inside the kernel, so there is no difference." - I don't think so, VirtualBox has _own_ kernel modules like: vboxnetadp, vboxdrv, vmwgfx etc. and there are siginificant differences not only in diskio: www.phoronix.com/scan.php?page=article&item=virtualbox-60-kvm
@bertnijhof5413
@bertnijhof5413 4 жыл бұрын
@@myszkaagresorka3506 Like you confirmed, both run their modules inside the kernel and both use the same HW and internal OS facilities. The difference is that KVM architecture is completely optimized for Linux and the Virtualbox architecture has to serve Windows, OS X and Solaris too. I have some doubts over the validity of benchmarks with the 32 bits Threadripper 2990WX, since e.g. Windows had serious performance problems with that CPU and for that reason I also doubt, whether the Virtualbox architecture has been adapted to the specific issues of the 2990WX. Virtualbox satisfies all my needs and I prefer one product over a collection of 4-6 cooperating packages from different sources. Virtualbox has proven to stay bit-compatible during a 10 year period.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 4 жыл бұрын
Are you using versions of Windows that allow virtualization in the EULA?
@julia3529
@julia3529 3 жыл бұрын
OMG 💕
@anthrounit
@anthrounit 4 жыл бұрын
How did u get the batman logo in terminal like that???
@nerrufam7105
@nerrufam7105 4 жыл бұрын
you can configure QEMU to emulate PowerPC, so you can run old OSX and AmigaOS, though idk how you do that graphically, would be cool to do a followup on that. Thank you dt, very cool 👍
@SB-qm5wg
@SB-qm5wg 2 жыл бұрын
Thank you
@meesiphht2769
@meesiphht2769 3 жыл бұрын
I'd also like to know how you got your version -- mine is 1.5 something.
@AlexNiebla
@AlexNiebla 4 жыл бұрын
Hi, with Gnome Boxes there is no easy way of placing your images (VMs) on an external HDD. Can you do it easily with virt-manager? Can you use Gnome-Boxes images or import them? (I guess you could as the only thing that changes is the interface, right?)
@guyboisvert66
@guyboisvert66 4 жыл бұрын
In QEMU/KVM, you can use any storage you have at hand including USB. To make things easy, i just create the VM Guest image with the command line like this: qemu-img create -f qcow2 -o preallocation=metadata /mnt/usb/guest.qcow2 64G After that, you can browse and go there when you use the create VM Vizard un Virt-Manager: At the storage step, just use "Select or create custom storage", then click "Manage" and browse to /mnt/usb, select the image you just created before.
@jmm1233
@jmm1233 2 жыл бұрын
virt-manager really good as it got ways to simulate netbook and netboot style virtualizations , that great if don't want to download any iso or want to test out a way of multi-machine server style installs
@Aaron-sy5yx
@Aaron-sy5yx 2 жыл бұрын
DT you know that you can manually add any resolution you want right?
@hellozdm3701
@hellozdm3701 3 жыл бұрын
I tried but virt-manager show lxc , not qemu/kvm , why and how to solve this? (archlinux)
@danield.7359
@danield.7359 2 жыл бұрын
Since Ubuntu 20.40 3D acceleration works in Linux guests. Xonotic Ultra 1080p 50-60 fps on a RX 460! Not that I use it for gaming, but this means that desktop is much smoother now and there's no difference to a bare metal installation. So, for example if I need to design reports (jasper) the virtual machine is very responsive. A tremendous improvement! I use KVM/QEMU exclusively. No other hypervisors. I hope one day there will be some sort of 3d acceleration for windows guests too.
@michamieszczak8702
@michamieszczak8702 4 жыл бұрын
Why don't you use "xrandr --output Virtual-0 --auto" to change guest resolution automatically?
@MesutYaver
@MesutYaver 3 жыл бұрын
I would like to play games on Windows XP on virt-manager or Vmware Player? Is this possible without passthrough?
@gregorywilliams7319
@gregorywilliams7319 4 жыл бұрын
DT do a video on a GPU pass through!
@apivovarov2
@apivovarov2 2 жыл бұрын
Proxmox is a powerful KVM manager. Web UI. It also allows to run/manage linux containers LXC.
@matthewstott3493
@matthewstott3493 2 жыл бұрын
Using LXD Containers means they run at near bare metal speed without virtualization at the hardware level. This means your containers utilize the same kernel as the host OS. LXD runs Quemu/KVM as an alternative to native containers and supports SPICE, etc. You can also pass USB and GPU resources to containers / virtual machines. You could have a dedicated GPU card and pass that straight to a VM that varies from the host GPU. You can use ZFS and other file systems with LXD including Ceph and if you cluster LXD servers you can have high availability fail over and you can move containers between servers. You can remotely manage LXD with LXC command line tool.
Virt-Manager Tips and Tricks from a VM Junkie
22:28
DistroTube
Рет қаралды 65 М.
The 12 Linux Apps Everyone Should Know About
21:20
DistroTube
Рет қаралды 450 М.
Watermelon Cat?! 🙀 #cat #cute #kitten
00:56
Stocat
Рет қаралды 52 МЛН
ТАМАЕВ vs ВЕНГАЛБИ. Самая Быстрая BMW M5 vs CLS 63
1:15:39
Асхаб Тамаев
Рет қаралды 4,8 МЛН
Always be more smart #shorts
00:32
Jin and Hattie
Рет қаралды 29 МЛН
QEMU/KVM for absolute beginners
17:50
Veronica Explains
Рет қаралды 508 М.
Linux Hypervisor Setup (libvirt/qemu/kvm)
32:11
octetz
Рет қаралды 136 М.
Virtual network topology with QEMU/KVM and virt-manager!
12:09
Why Linux is better for (most) developers!
14:59
The Linux Experiment
Рет қаралды 464 М.
Manage Your Virtual Machines With Cockpit
18:56
DistroTube
Рет қаралды 47 М.
GPU Pass-through On Linux/Virt-Manager
20:47
Mental Outlaw
Рет қаралды 237 М.
Exploring XCP-ng from a VMware User's Perspective
22:18
2GuysTek
Рет қаралды 91 М.
The BEST Way to Make Virtual Machines - Virt-Manager
27:07
Trafotin
Рет қаралды 29 М.
Why Five Stroke Engines Are More Efficient But Still a Failure
18:18
driving 4 answers
Рет қаралды 315 М.
iPhone 12 socket cleaning #fixit
0:30
Tamar DB (mt)
Рет қаралды 49 МЛН
Нашел еще 70+ нововведений в iOS 18!
11:04
Купил этот ваш VR.
37:21
Ремонтяш
Рет қаралды 293 М.