Install ubuntu 20.04 on windows 10 using hyper v virtual machine

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

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

  • @rektifikator
    @rektifikator 4 ปีที่แล้ว +4

    What about low screen resolution on ubuntu with hyper-v ?
    There is only 1152x854 resolution. But my native is 2560x1440 and I can not set it.

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

    I can't seem to get any of the VM's to work. I get to the wallpaper and then the mouse just has a loading icon. That's as far as I get. It said unpacking failed.

    • @CodeCraftShop
      @CodeCraftShop  4 ปีที่แล้ว

      Which steps are you following ? Reach out to me on codecraftshop@gmail.com with the steps and screenshot. After that I can try my best to fix your issue.

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

      @@CodeCraftShop I got it all working. Thank You :)

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

    how to get Hyper-V tools install on ubuntu server 20.04 ???

  • @retrogamer426
    @retrogamer426 2 ปีที่แล้ว

    When doing it this way, You can't download certain stuff like Netatalk

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

    does sound work from ubuntu VM ? Can you play youtube video on ubuntu and hear it ?

    • @CodeCraftShop
      @CodeCraftShop  4 ปีที่แล้ว

      well it works for windows on VM. it should work for Ubuntu as well. but for ubunto some drivers need to be installed like "pulseaudio" and some config required.

    • @skeptisch2751
      @skeptisch2751 4 ปีที่แล้ว

      Hyper-v can not support sound in ubuntu. I had the same problem. Try another virtualization platform like Vmbox or vmware workstation

  • @erikandribudiman8713
    @erikandribudiman8713 3 ปีที่แล้ว

    Why there are no wifi connection? And only use wired

  • @ThePsychoCJ
    @ThePsychoCJ 3 ปีที่แล้ว

    Up your recording volume.

  • @retrogamer426
    @retrogamer426 2 ปีที่แล้ว

    and it runs really really slow

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

    Sound doesn't work

    • @CodeCraftShop
      @CodeCraftShop  4 ปีที่แล้ว

      Sorry for late reply.
      Researched and found something which you can try to enable sound in Ubuntu.
      Try ffmpeg. Install it both in windows and linux
      In windows command prompt :
      ffplay -nodisp -ac 2 -acodec pcm_s16le -ar 48000 -analyzeduration 0 -probesize 32 -f s16le -i udp://0.0.0.0:18181?listen=1
      In Ubuntu AFTER your X session is started :
      pactl load-module module-null-sink sink_name=remote
      ffmpeg -f pulse -i "remote.monitor" -ac 2 -acodec pcm_s16le -ar 48000 -f s16le "udp://IP.OF.YOUR.WINDOWS:18181"
      Please try and comment back.

    • @skeptisch2751
      @skeptisch2751 4 ปีที่แล้ว

      @@CodeCraftShop 😏 wtf?

    • @skeptisch2751
      @skeptisch2751 4 ปีที่แล้ว

      @@CodeCraftShop never try that