Install Windows 11 VM on Ubuntu Linux Server! 🐧🔥 DevOps | Microsoft | Virtualization

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 15

  • @untipomasynomas
    @untipomasynomas ปีที่แล้ว +1

    You are just amazing. Thank you so much for doing this video. It help me a lot in how to start using lxd for virtualization.

  • @chrysippus7193
    @chrysippus7193 5 หลายเดือนก่อน +1

    Well done. The official tutorial LXC provides for this covers the same steps but your additional details, as well as tips on tools from scoop, were really helpful.
    Something I discovered: You cannot use the iso downloaded by the media creation tool from microsoft. That version (10 or 11) contains an "install.esd" file instead of the needed "install.wim." This caused the distrobuilder / lxd-imagebuilder to fail. I already had a windows 10 iso I got from the media creation tool from an install on a different computer so I just used that at first. Eventually figured out that ISOs downloaded from directly did not have this issue. Slim chance this will help anyone but just in case, may my foibles be your lesson.

    • @TrevorSullivan
      @TrevorSullivan  5 หลายเดือนก่อน +1

      @@chrysippus7193 thanks for letting me know that you found this video helpful! There's a big difference between concepts and actually doing things in practice. That's why pretty much all of my videos are practical, hands-on guides, so you can actually see things working in practice.

  • @BalajiPitch
    @BalajiPitch 23 วันที่ผ่านมา

    many thanks for a very detailed video. i followed all through but when i start --console, I got a spice error saying could not connect to on a different port, not sure what I am missing

  • @ContactSupport-t9g
    @ContactSupport-t9g 11 หลายเดือนก่อน +1

    Hi, please i need some help here...
    I'm getting some errors after: lxc init --vm win11-03 --config=limits.cpu=3 --config=limits.memory=6GiB --empty
    The Errors
    Creating win11-03
    Error: Failed creating instance record: Instance type "virtual-machine" is not supported on this server: KVM support is missing (no /dev/kvm)
    Please Trevor, Help..

  • @ContactSupport-t9g
    @ContactSupport-t9g 11 หลายเดือนก่อน

    Please i'm getting this error.
    Creating win11-03
    Error: Failed creating instance record: Instance type "virtual-machine" is not supported on this server: KVM support is missing (no /dev/kvm)

  • @RenhaoLuo
    @RenhaoLuo 5 หลายเดือนก่อน

    Thanks. I have a good gpu in my Linux machine. Could I use the full-power GPU in the windows VM?

  • @RmAndrei93
    @RmAndrei93 11 หลายเดือนก่อน +1

    Is there a way to get graphics accelation from the host gpu ?

    • @TrevorSullivan
      @TrevorSullivan  11 หลายเดือนก่อน +1

      My understanding is that you'd need a second GPU on the host. But yes in theory you should be able to.

  • @RahulNaskar-np4ws
    @RahulNaskar-np4ws 11 หลายเดือนก่อน

    Can we install windows 11 and remove ubuntu. If it is possible then how

  • @oldsmar_chaos
    @oldsmar_chaos ปีที่แล้ว

    i typed in ```lxc init --vm win11 --config=limits.cpu=3 --config=limits.memory=6GiB --empty``` and got Error: Failed creating instance record: Failed initialising instance: Failed getting root disk: No root device could be found

    • @TrevorSullivan
      @TrevorSullivan  ปีที่แล้ว +2

      Have you already initialized LXD?

    • @oldsmar_chaos
      @oldsmar_chaos ปีที่แล้ว

      you have been so much hlp.. thank you.. @@TrevorSullivan

  • @awinhuang
    @awinhuang 10 หลายเดือนก่อน

    Your video is useful and thank you!
    Do you know how to share GPU for multiple VMs?
    Thank you!

    • @TrevorSullivan
      @TrevorSullivan  10 หลายเดือนก่อน

      Thank you! I wish it were possible to share GPUs. I think this is limited to enterprise drivers unfortunately. I've done some research on it and never found a solution.