Thank you so much. Was setting up Debian in UTM on my Mac and couldn’t figure out why it kept wanting to reinstall when I boot it up. Clearing that setting was the missing piece. Thanks again. Also, love the “use the OS you need” and no hate for using a desktop environment in Linux, especially to learn. We need more of that ethos in the world.
After following instructions, i always got back to the command line screen. I solved it with "sudo apt-get install ubuntu-desktop". Thanks for the video!!
This was a great tutorial, no issues. Followed along exactly except at the end I decided to go with budgie desktop. I appreciate you creating this, it saved me tons of time! 🙏
Thanks! Its just the one I always use. I don't typically use Ubuntu Desktop. There is an ARM version available: cdimage.ubuntu.com/jammy/daily-live/pending/jammy-desktop-arm64.iso
A nice and clean tutorial. How can i access the files which i am creating in my server, or how can i mount one of my folders from mac to the ununtu server?
Question: since you allocated 25gb of hard drive space in virtual environment, then does it hold 25gb from your local host computer? Likewise, if you have multiple OS's installed in UTM, does that take up even more host disc space that you allocate out? Thanks for this tutorial.
Are you planing to use kali linux? Saw the video you talked about tty, terminal and shell stuff and you showed kali linux, so I wonder do you know about hacking stuff and would you do some topics on that?
@@tatogtech6748 After learning this and setting up my ubuntu, I wonder which video I can learn to start playing around Linux in my Ubuntu. Do you have any related tutorial for that? Thank you very much!!!
Ser, tell me how to make flipping, copying, hotkeys on the command line and touchpad work? I also use UTM for Linux and nothing works from what I wrote to you above
Ths doesn't work with my linux distribution. Mine is called Red Star OS, and my laptop has the apple m1 chip. It takes me to a screen kind of like terminal and it says Shell>
@@tatogtech6748 I checked with my friend who goos with computers and he said it wont work with that distribution. He said you have to run with a usb stick.
Great video! Just got installed it on the Macbook M3 pro. its seems to be lagging just a little bit, do you know how i can make it more responsive? Thanks!
Hi! Thanks for watching and commenting. In your VM, run the command sudo apt install spice-vdagent. Substitute apt for dnf if you're using Fedora or RHEL.
Oh I got it ,and I completed the video. I was disappointed when I tried vbox and realising it’s not working for m1 or m2. actually I found your video by coincidence. so I appreciate your effort.
when i clicked the download button on the UTM website, they're directly birng me to the github link and then shown "404 this not the page that you're looking for"
There can be different reasons for this. The last time this happened to me, I had downloaded the wrong iso version. In my case, I accidentally downloaded the X86 version instead of the ARM version. I would suggest checking this first.
Mine is showing error QEMU error: QEMU exited from an error: qemu-aarch64-softmmu: -drive if=none,media=cdrom,id=driveBF437971-11D5-4F13-8BAD-E345C6844BB0,file=/Users/g/Desktop/kali-linux-2023.3-installer-arm64.iso,readonly=on: Failed to lock byte 100
Thank you so much. Was setting up Debian in UTM on my Mac and couldn’t figure out why it kept wanting to reinstall when I boot it up. Clearing that setting was the missing piece. Thanks again.
Also, love the “use the OS you need” and no hate for using a desktop environment in Linux, especially to learn. We need more of that ethos in the world.
Hi! Glad I could help! Thanks for watching and the comment!
a lot of this virtualization stuff can be pretty intimidating - great tutorial, worked for me, subscribed!
The only video to fix my problem! Thank you so much bro! Getting into devops and this was fun following along and troubleshooting! Thank you again!
you have m chip or intel chip ?
Happy to help!
After following instructions, i always got back to the command line screen. I solved it with "sudo apt-get install ubuntu-desktop". Thanks for the video!!
This was a great tutorial, no issues. Followed along exactly except at the end I decided to go with budgie desktop. I appreciate you creating this, it saved me tons of time! 🙏
Glad it helped!
Thanks so much for the thorough yet quick explanation!
Happy to help!
bro you have no idea how much I love you
great video. i waould like to know why you install Ubuntu-server instead of regular Ubuntu
Thanks! Its just the one I always use. I don't typically use Ubuntu Desktop. There is an ARM version available: cdimage.ubuntu.com/jammy/daily-live/pending/jammy-desktop-arm64.iso
I absolutely love you! Thank you for this tutorial
Happy to help!
This helped a lot. Thank you !
Happy to help!
A nice and clean tutorial. How can i access the files which i am creating in my server, or how can i mount one of my folders from mac to the ununtu server?
Right click on your VM, select edit, select Sharing, and then select a location on your local system.
love the dnf tip at the end i was flummoxed
Happy to help!
Question: since you allocated 25gb of hard drive space in virtual environment, then does it hold 25gb from your local host computer? Likewise, if you have multiple OS's installed in UTM, does that take up even more host disc space that you allocate out? Thanks for this tutorial.
When UTM allocates space it does so from your host machine. The more machines you have, the more space it will take up on your Macbook.
Are you planing to use kali linux?
Saw the video you talked about tty, terminal and shell stuff and you showed kali linux,
so I wonder do you know about hacking stuff and would you do some topics on that?
I don't plan on using it regularly, but do plan on including it in other videos. Thanks for watching and the comment.
Thank you! This worked perfectly!!
Happy to help!
The ONLY video to fix my problem!
Glad I was able to help🙂
@@tatogtech6748 After learning this and setting up my ubuntu, I wonder which video I can learn to start playing around Linux in my Ubuntu. Do you have any related tutorial for that? Thank you very much!!!
@@ingridliu8761 Are you looking for a video on getting started in Linux generally or using Ubuntu specifically?
Ser, tell me how to make flipping, copying, hotkeys on the command line and touchpad work? I also use UTM for Linux and nothing works from what I wrote to you above
What type of hot keys are you referring to?
Ths doesn't work with my linux distribution. Mine is called Red Star OS, and my laptop has the apple m1 chip. It takes me to a screen kind of like terminal and it says Shell>
You can try removing the virtual display and adding a serial connection. I've never heard of that distribution so not sure if UTM likes it or not.
@@tatogtech6748 I checked with my friend who goos with computers and he said it wont work with that distribution. He said you have to run with a usb stick.
thanks for the help
I have sucscibed to your channel, thanks for the useful and helpful information you shared.❤👍
Thanks for watching and the sub.
Thank you so much for this Video!
Happy to help!
Worked for me. Thanks
Absolutely!
Great video! Just got installed it on the Macbook M3 pro. its seems to be lagging just a little bit, do you know how i can make it more responsive? Thanks!
They can sometimes be like that. Have you tried giving it more resources?
Thank you :)
Happy to help!
Are you typing in terminal when you are "SSH-ing" or where are you typing??
I SSHed into the virtual machine using the Mac Terminal.
there is an error showing to me that says "Unable to locate package qemu-guest-agentspice-vdagent" what should I do?
Hi! Thanks for watching and commenting. In your VM, run the command sudo apt install spice-vdagent. Substitute apt for dnf if you're using Fedora or RHEL.
Looks like you missed a space between agent and spice: they are two packages
First, I give my thanks to you.second I did't get the part about ssh something at the terminal, I need some illustration on that part.
I was just saying I was going to use SSH to make it easier for you to see what I was doing in the VM.
Yes,and I mean where did you copy that from?
@@0xLilgumAre you referring to the IP address?
Oh I got it ,and I completed the video. I was disappointed when I tried vbox and realising it’s not working for m1 or m2. actually I found your video by coincidence. so I appreciate your effort.
@@0xLilgumHappy to help🙂. That is the whole purpose behind my channel!
Is this with an M1 Silicon chip?
Yes. Will work on any Apple Silicon chip. Thanks for watching and commenting!
when i clicked the download button on the UTM website, they're directly birng me to the github link and then shown "404 this not the page that you're looking for"
Try this link: mac.getutm.app/ or the App Store app.
thank you so much, i was find a video can help me with this installation in my M1 thank you im new suscriber.
after reboot now mine said failed, remove installation medium?
That is the most common reason I have seen.
god bless you
Happy to help!
I am getting UEFI Interactive Shell v2.2 Mapping table FS0:
Shell>
Could you please help me with this error? I tried to resolve it but couldn’t 😢
There can be different reasons for this. The last time this happened to me, I had downloaded the wrong iso version. In my case, I accidentally downloaded the X86 version instead of the ARM version. I would suggest checking this first.
Hi can this be done with linux lite?
You can install any Linux distro you want in UTM🙂
How can i know my adminuser password?
It would be whatever password you set when you set up the VM. Did you forget the password?
Congratulations, it was the worst explanation found so far. Congratulations one more time
Thank you for your feedback. Do you have any suggestions to improve the explanation?
I have problems with utm the start.nsh what can I do
What problem are you having?
Mine is showing error QEMU error: QEMU exited from an error: qemu-aarch64-softmmu: -drive if=none,media=cdrom,id=driveBF437971-11D5-4F13-8BAD-E345C6844BB0,file=/Users/g/Desktop/kali-linux-2023.3-installer-arm64.iso,readonly=on: Failed to lock byte 100
What distribution are you attempting to install? When are you getting that error?
@@tatogtech6748i get this in Linux
im having the same error can you please help it would be so appreciated !
@@tatogtech6748
I am stuck on 13:57 display output is not active here now what should I do
You may just need to force shutdown the VM and then restart it.