QEMU: A proper guide!

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 175

  • @jas0x139
    @jas0x139 3 роки тому +117

    I wish I could like this 500000000000000000000000000 times. I wasted half my day trying to figure out virtio in virt-manager and couldn't get it to work right. This works nicely. Thanks.

    • @yourlinuxguy
      @yourlinuxguy Рік тому

      what is your configuration for your Qemu vms.

    • @awesomethegreatamazing2651
      @awesomethegreatamazing2651 Рік тому +2

      If I counted the zeros correctly, that’s 500 septillion or 5.00 x 10^26 likes

    • @TheJason13
      @TheJason13 5 місяців тому

      @@awesomethegreatamazing2651 rumor has it, that's about the amount of gold (in dollars) that was taken back from the vatican by Trump and the military. It's a long story, but you'll find out soon enough :)

  • @Shadowat00
    @Shadowat00 3 роки тому +8

    One of the most underrated channel. You deserve more. Subscribed 🤗. Just keep it up. We want more vids 👍

  • @thiagoabreu1903
    @thiagoabreu1903 Місяць тому

    Dude, i became a gentoo user because your video saved me. And now you've saved me once again in machine virtualization, thank you from the bottom of my heart!

  • @vi777x4
    @vi777x4 10 місяців тому +2

    So if anyone is installing qemu on Arch there are 2 qemu packages:
    Non-headless (default) - qemu-base
    This variant enables GUI features that require additional dependencies (like SDL or GTK).
    Headless - qemu-desktop
    This is a slimmer variant that does not require GUI (this is suitable e.g. for servers).
    If you want to run it like in the video, you need the qemu-desktop package.
    Note that headless and non-headless versions install commands with the same name (e.g. qemu-system-x86_64) and thus cannot be both installed at the same time.
    (info taken from arch wiki)

  • @HenriqueCE
    @HenriqueCE 4 роки тому +10

    Nice! Thank u sooooo much!! And yes, USB passthrough is a must, along with clipboard share!
    Thanks again for the video!

  • @decmade
    @decmade Рік тому +3

    I took 2 years to get here but so glad I did. Great tutorial boss!

  • @FlyingBystander
    @FlyingBystander 3 роки тому +1

    Another one who was banging his head up against the Virt-Manager brick wall of sadness and disappointment.
    This was so much easier, and more importantly, works. Thanks

  • @dktol56
    @dktol56 2 роки тому +23

    Nice clear tutorial. More QEMU , please. Basic USB pass-through would be good, and networking options too. I'm especially interested in network bridging to ethernet, so a VM can access my LAN and its DHCP server directly. I know this is basic stuff, but the QEMU documentation kind of sucks - too detailed and hard to get started. Hopefully you'll see this comment.

    • @jx8630
      @jx8630 2 роки тому

      Try gnome boxes

    • @yourlinuxguy
      @yourlinuxguy Рік тому

      Hey, do you know any way to learn Qemu for beginners?

  • @tiaxanderson9725
    @tiaxanderson9725 11 місяців тому +2

    "A proper guide" and exactly what I needed, thanks

  • @pikazap6672
    @pikazap6672 6 місяців тому +2

    why are you making me listen to this background music 😭

  • @rogal_dorn5600
    @rogal_dorn5600 11 місяців тому +1

    Well explained and clear guide. Thank you so much.

  • @aaryandhakal6098
    @aaryandhakal6098 2 роки тому +2

    Denshi thank you so so so so sos os ososo much i installed my arch all thanks to you and i still follow and thank you so much i was totally caught up on fixing with all that spice server and all but just doing this gave me non lag experience thank you so much

  • @saxinat0r
    @saxinat0r 5 місяців тому +2

    This is exactly what I needed. I couldn't get the Virtual Manager to work on OpenGL. My VMs always sucked and I almost gave up on VMs and instead was going to resort to dual boot.
    This method made the OpenGL work. The experience is far superior.
    Will you be creating a video for nvidia card passthrough?

  • @christopherburke7042
    @christopherburke7042 2 роки тому +1

    Polished choice for background music! It enabled me to stick around, ultimately for me to summarize that I super appreciate your efficiency. Cheers.

  • @mrashad_com
    @mrashad_com 2 роки тому +11

    Great job, you saved me a lot of time, thank you
    can you please add more parts about USB and networking?

  • @godnyx117
    @godnyx117 3 роки тому +1

    This is THE video about QEMU. Amazing job!

  • @linjianru
    @linjianru 3 роки тому +2

    Clear and helpful. Thank you!

  • @ricardokullock2535
    @ricardokullock2535 3 роки тому +6

    Only tutorial I’ve seen so far that does it on the command line.
    I would be interested in seeing if an windows install would need any further configuration to run office/adobe smoothly

    • @genericgamer1319
      @genericgamer1319 3 роки тому +2

      you will need an actually decent gpu & i don't know if adobe has any anti vm measures if not gpu passthrough should do i think

  • @baronhelmut2701
    @baronhelmut2701 Рік тому

    Fuck me. Im currently an intern at a large defense company, and they expect me to configure an archlinux install so that it Secure Boots and unlocks the Disk via TPM2.0 (so that it contains a chain of trust binding the disk to the exact machine its running on). They suggested I use qemu for the initial setup experiments. I felt like a lost fuckin lamb for about 7 days until I looked up this vid. Thanks man.

  • @mateusgomes1086
    @mateusgomes1086 2 роки тому +2

    First song name, please, Denshi!

    • @Denshi
      @Denshi  2 роки тому +1

      the song is "Blue Blood" by Heinz Kiessling.

  • @jeremyng1021
    @jeremyng1021 3 роки тому +1

    my man, u just earned a sub

  • @stylemistake
    @stylemistake 4 роки тому +2

    QEMU moment.
    One thing that I find hard doing with plain QEMU is setting up networking, I always resort to libvirt to handle that for me.

    • @logangraham2956
      @logangraham2956 3 роки тому

      especially if you need to ssh into the virtual machine which requires a bridge (i think) instead of the default nat that qemu normally uses.

    •  3 роки тому

      @@logangraham2956 you can port forward with user networking to expose your guests SSH port to your host. However most non-toy VMs use bridging which is why libvirt is recommended for ensuring all the moving parts are set up properly.

  • @codebitcookie8053
    @codebitcookie8053 3 роки тому +4

    Amazing and concise video and overall channel. Love your channel, you deserve more subs :D

  • @TechDunk
    @TechDunk 4 роки тому +8

    Fun facts:
    - QEMU is used in emulators such as XQEMU (for Xbox) and Orbital (for PS4)
    - In 2021 there likely will be another software similar to QEMU, but better in many areas. Orbital will use this new backend in 2021

    • @mskiptr
      @mskiptr 3 роки тому

      What is this software you're talking about?

  • @aLinuxIce
    @aLinuxIce Рік тому +1

    beautiful guide ! thank you !

  • @amparorod2000
    @amparorod2000 3 місяці тому

    Thank you! We need a video update! 😆👍🙌

  • @example101
    @example101 3 роки тому

    Worth every second of your time. Tx fella.

  • @asassdsdd
    @asassdsdd 2 місяці тому

    What a great tutorial. The nice background music, no bs, and clear explanation is just so awesome!

    • @iangraham6730
      @iangraham6730 Місяць тому

      The bg music was shit and distracting.

  • @replikvltyoutube3727
    @replikvltyoutube3727 Рік тому +2

    You didn't show network...

  • @ClownDymic
    @ClownDymic 2 місяці тому

    Please continue for the love of god bro

  • @scottiegrooves
    @scottiegrooves 3 роки тому

    this helped me a lot. thank you.

  • @michaeleconomides4054
    @michaeleconomides4054 2 роки тому +3

    Thank you, only suggestion is remove the annoying background music.

  • @danieleccleston7928
    @danieleccleston7928 4 роки тому

    so I could have kept my ubuntu install and simply run windows in a VM damn... well now I know thanks for this.

  • @rip.spacyr
    @rip.spacyr 2 роки тому

    song?

  • @novaTopFlex
    @novaTopFlex 8 місяців тому

    Sorry, I was trying to find a guide video for qemu-system-aarch64 as I do not understand how to set up the aarch64 virtual machines (x86_64 host by the way).

    • @MATAL1X
      @MATAL1X 7 місяців тому

      same, did you get it working?

  • @scottseymour8855
    @scottseymour8855 2 роки тому

    nicely done sir!

  • @slxls
    @slxls 3 роки тому

    Thanks for the help mate!

  • @Foxxionly
    @Foxxionly 2 роки тому

    +1 for a Void mention

  • @lqlarry
    @lqlarry 4 роки тому

    Moah QEMU goodness please and thank you!

  • @ts-vq7gc
    @ts-vq7gc 3 роки тому

    you're amazing ! great job. thank you

  • @tuntstunt
    @tuntstunt 2 роки тому

    great video! can you talk about how to let vms in qemu use your base os's network connection?

  • @t0stbrot
    @t0stbrot Рік тому

    it says it cant find the xql and blochs_drm module in the module folder, im running manjaro

  • @sebaszwarc
    @sebaszwarc 5 місяців тому

    I am trying to follow this on silicon Mac but that not working I get qemu monitor after trying to launch and trying to use kvm got error unknown accelerator

  • @ivyflow3r
    @ivyflow3r 3 роки тому

    KDE already shows you it has 3d acceleration, since if there is no hardware 3d acceleration, windows aren't transparent while dragging them

    • @supaplextor
      @supaplextor 2 роки тому

      Although it's a configurable option. It's not on by default in all distros.

  • @bernisworlds
    @bernisworlds Рік тому

    Q: how is looking like in performance with windows?
    Q2: how is looking when you wanna use/make a wifi hotspot so connect a wifi adapter into a vm and make a hotspot?

  • @انامسلموكفى
    @انامسلموكفى Рік тому

    I have on the Virtual Box image based on yocto running with qemuarm, but there is no GUI in the image how I can configure it to run a .NET app on the image after i ve to install some softwares on it.

  • @skatersims33
    @skatersims33 3 роки тому

    Awesome video. I loved the music too. :)

  • @orebi1914
    @orebi1914 Рік тому +4

    Awesome video! Denshi, I really like the way you instruct. Very easy to follow. Quick Question. How do export the virtual machine you have created into an html file to open it with Virt manager? Thank You in advance!

  • @Jensen871
    @Jensen871 Рік тому

    Im running MacOS on QEMU and I cant seem to get it to run smoothly.

  • @bobbond4459
    @bobbond4459 3 роки тому

    Forgive my ignorance as I am a newbee at Terminal at the virtual machine "stuff". I am using a 27" iMac (2020) that came with Catalina (64 bit) pre-installed but also dual booting into Windows 10 via Bootcamp. I am trying to get Mojave (32 bit) installed on it somehow with either a virtual machine (VM) or as an extra partition. I have 32 bit software that I need to use and I already tried Parallels Desktop for Mac but it keeps on crashing the software. I also tried Virtual Box but the script hangs and does not get to the installation interface for macOS. I also tried installing Ubuntu but for some reason I was unsuccessful. I don't know much about Terminal but I can obviously follow instructions on what command lines to paste. I searched the Web for watched many UA-cam clips but nothing solves my quest yet. Within Terminal, it says the Brew is installed but what do I do next? After finding you Instruction, I thought the process may work. My Terminal menu bar says: -zsh. Do I need to change that? Does your method allow for triple booting? And how do I achieve that? Any feedback would be much appreciated.

  • @richiesalvador9457
    @richiesalvador9457 3 роки тому

    I have MacOS as host. how do you activate copy to clipboard to Ubuntu as guest with Qemu?

  • @cetintekin9520
    @cetintekin9520 2 роки тому

    I am getting a accel=hvf: drive with bus=0, unit=0 (index=0) exists error. Anybody know how to fix it?

  • @kazu4613
    @kazu4613 3 роки тому

    My dumbass is actually running qemu, thanks so much man!

  • @vysakhpremkumar4629
    @vysakhpremkumar4629 Рік тому

    any idea what all changes on what all changes should i make if i plan to run this on sway / Wayland.??

  • @enermaxstephens1051
    @enermaxstephens1051 Рік тому +1

    Thanks for making this! Do you happen to know if there's a GUI way to launch the virtual machine? Once I've got it all set up by following your guide, I would like to just have a desktop icon or something. It will just launch my Windows 10 virtual machine when I click on it. I'm using Manjaro KDE.

  • @lakshaynz
    @lakshaynz 2 роки тому

    Yo that was seriously nice video

  • @mathewwarjoysky7665
    @mathewwarjoysky7665 Рік тому

    Attractive soundtract! :D

  • @tevainuiweza2420
    @tevainuiweza2420 Рік тому

    can I use the same syntax/format in Mac OS terminal?

  • @thefossenjoyer3346
    @thefossenjoyer3346 3 роки тому

    Nice video, Alex.

  • @robh1521
    @robh1521 Рік тому

    I have successfully converted the image from imgc to img using HDD Raw, however I was wondering if there is a command line to use whereby I can convert the image on one drive, for this example I have the image on F: and want to convert the file on there to D: do you know how I'd go about doing that? Thanks

  • @budiardjo6610
    @budiardjo6610 7 місяців тому

    thank you so much

  • @QuestionTheTruth
    @QuestionTheTruth 2 роки тому

    Why wouldn't you use virt manager?

  • @janmussche6815
    @janmussche6815 Рік тому

    That is a great video, thank you so much. But, I run into a problem: almost at the end of the video you write -vga virtio -display sdl,gl=on. When I start the machine with that it says Parameter 'type' does not accept value 'sdl'. Is there another code I can use? Thanks.

  • @6bOemH2gKz
    @6bOemH2gKz 2 роки тому

    Best qemu video

  • @seljuzgaming
    @seljuzgaming Рік тому

    I am on windows, can QEMU replace virtualbox to use ubuntu in the VM?

  • @mlkh115
    @mlkh115 6 місяців тому

    Thnks very usefull 🙏

  • @defacube
    @defacube 2 роки тому +1

    What's the music called?

    • @ggsap
      @ggsap 2 роки тому

      "Blue Blood" by Heinz Kiessling

    • @defacube
      @defacube 2 роки тому

      @@ggsap ok thx

  • @zeroxhunter826
    @zeroxhunter826 3 роки тому

    really helpful. Thanks

  • @dr.mikeybee
    @dr.mikeybee 2 роки тому

    Nice! Thank you.

  • @technotedmodern
    @technotedmodern 2 роки тому

    I have a problem when I have qem and I boot into a large Linux distribution of 500mb and more, booting is slow and my msi b350 motherboard doesn't have the ability to turn on virtualization in the bios and I'm not going to flash the bios by default
    is the hdd cdrom interface and the fda ide could be changed to sata, for example

    • @jx8630
      @jx8630 2 роки тому +1

      You're not going to get anything higher than windows xp with tcg

  • @ThylineTheGay
    @ThylineTheGay 3 роки тому

    How can i enable it to use high refresh rate?

  • @dilshadali2271
    @dilshadali2271 3 роки тому

    How to windows-x86 or arm in x86 ubuntu

  • @alex08585
    @alex08585 3 роки тому

    Great work man, all the bullshit videos i've seen so far doing jackshit in setting up QEMU, your explanation and guide is the best

  • @ilyasabi8920
    @ilyasabi8920 3 роки тому

    Could you also explain how to enable audio I couldn't find anywhere else?

    • @ilyasabi8920
      @ilyasabi8920 3 роки тому

      I use this but feel free to make improvements:
      -audiodev pa,id=snd0,server=/run/user/1000/pulse/native,out.fixed-settings=off,timer-period=99,out.buffer-length=4000 \
      -device ich9-intel-hda -device hda-micro,audiodev=snd0 \

  • @夕阳-n1h
    @夕阳-n1h 3 роки тому

    but it shows sdl is now deprecated, how to do it now?

  • @ChristopherCo
    @ChristopherCo 3 роки тому

    You're amazing!!! Really inspired me to use QEMU.
    May I please request for Windows10 running in virtio with 3rd acceleration? I can get away using spice but dragging windows lag....
    Thaaaanks!!!

  • @zeroxhunter826
    @zeroxhunter826 3 роки тому +2

    GPU passthrough video pleas!!!!

  • @ThylineTheGay
    @ThylineTheGay 3 роки тому

    THANK YOU!

  • @user-dm5qi4nb6l
    @user-dm5qi4nb6l 2 роки тому

    Good content, pls more like this 😋

  • @galaxiegalaxie5003
    @galaxiegalaxie5003 3 роки тому +1

    thanks,could you do qemu and mac os big sur, passthrough audio etc😁

    • @Wardaug
      @Wardaug 2 роки тому

      I’m in Monterey12.1. On MBP 2015 retina. I used a tutorial to install Ubuntu with emu and it scared the crap out of me it literally was warning that is was erasing my computer!! So I pulled out. Will this work my Mac?

    • @jx8630
      @jx8630 2 роки тому

      @@Wardaug Mac you are better off using parallels, vmware, or virtualbox

    • @martinmatin6275
      @martinmatin6275 Рік тому

      @@Wardaug dumb mac user moment

    • @Wardaug
      @Wardaug Рік тому

      @@martinmatin6275 I finally figured it out, it works great! Ubuntu, Pop Os, Fedora. Been pretty cool playing with it

  • @avvv70
    @avvv70 Рік тому +1

    Really helpful, I can do without the music in the video though.

  • @forgithubs3768
    @forgithubs3768 3 роки тому

    Don't want to waste time then proceeds to list the install command for every linux distro ever existing

  • @notyoutube8128
    @notyoutube8128 2 роки тому

    Is there is way to exit mouse grab while qemu is in full screen?

  • @RegiiPad
    @RegiiPad 2 роки тому

    Please talk about QEMU on intel and M1 macs. Thank you

  • @donwald3436
    @donwald3436 2 роки тому

    When I tried to install qemu it called me a dummy package.

  • @fightyou2229
    @fightyou2229 2 роки тому

    Super awesome vid

  • @ankk98
    @ankk98 Рік тому

    This was helpful.

  • @Chris-rm1pn
    @Chris-rm1pn 4 роки тому +2

    Look for a video: 17 hours ago posted. Can't get more recent than that 😁

  • @starrymohannad
    @starrymohannad 3 роки тому

    Thanks I will use ame windows for playing games that don't work on linux

  • @qdzero457
    @qdzero457 2 роки тому +1

    where for windows 10

  • @opposite342
    @opposite342 4 місяці тому

    This actually still holds up. Nice

  • @pantoffelslippers
    @pantoffelslippers 2 роки тому

    Thank you for the video. Is qemu a type 1 or type 2 hypervisor?

  • @blunelson146
    @blunelson146 2 місяці тому

    He won't make another qemu tutorial

  • @yosoycubasi
    @yosoycubasi Рік тому

    Why don't you develop a front end like virt Manager with all those great commands so we can use it

  • @monumonu-fc5jc
    @monumonu-fc5jc 2 роки тому

    Sir run kali...?

  • @Wardaug
    @Wardaug 2 роки тому

    NOOB ALERT!!! Running mx linux in QEMU on 2015 MBP, is there a way to get Bluetooth working and audio? looked at lots of docs and vids still not finding anything \0/

  • @HK-sw3vi
    @HK-sw3vi 2 роки тому

    les goooooooooooooooooooooooooooooooooooooo

  • @gamerzepic1637
    @gamerzepic1637 2 роки тому

    make a video on how to download and convert it to .sh and add ngrok for a virtual connection

  • @LinuxLoader1287
    @LinuxLoader1287 Рік тому

    Qemu sound problems are a pain in the butt makes me not want to use it especially after updates it used to work until lovers hands got to it

  • @lakshaynz
    @lakshaynz 2 роки тому

    I want to be able to Arch Linux as my daily driver ender emulate Windows to play games on it when I need to if you can make it tutorial for dads that will be sudo