QEMU:
Commands in the video:
Installation:
Arch: sudo pacman -S qemu (optionally “qemu-arch-extra“ for more architectures)
Debian/Ubuntu: sudo apt install qemu
Fedora: sudo dnf install qemu
To create a virtual image use:
qemu-img create -f qcow2 10G
(create is to create an image, -f qcow2 sets the format to qcow2, is our final file and 10G is it’s size)
Launching the VM:
qemu-system-x86_64 -enable-kvm -cdrom -boot menu=on -drive file= -m 2G
(-enable-kvm enables KVM, -cdrom selects an iso to load as a cd, -boot menu=on enables a boot menu, -drive file= selects a file for the drive, -m sets the amount of dedicated RAM)
(Remember! Ctrl Alt G to exit capture, Ctrl Alt F to fullscreen!)
That doesn’t run so good, what can we do to improve it?
Basic performance options
-cpu host (sets the CPU to the hosts’ CPU)
-smp 2 (sets the numbers of cores)
Basic Graphics Acceleration
the -vga option can be used to specify one of various vga car
1 view
0
0
3 months ago 00:45:43 1
Полный Айсберг Linux: Что скрывается под поверхностью ОС?
3 months ago 00:16:11 1
MindBlowing ArchLinux HyprLand Setup // Make Your Linux Desktop Look Modern and Professional
4 months ago 00:30:39 1
A First Look At rlxos 2.0 “Sankalpa“ | Improved UI/UX | Easier App Navigation | Sysroot | Animations
5 months ago 00:41:15 1
Rhino Linux • 2024.2 • New Unicorn Theme • Setup Wizard Overhaul • Pacstall Changes • New Wiki
5 months ago 00:08:35 1
Emulating ARM with Virt-Manager QEMU | Linux Guide
5 months ago 00:50:43 1
Ассемблер ARM под голое железо. Часть 8. Работа с UART
5 months ago 00:04:01 34
Try Manjaro Immutable With QEMU
6 months ago 00:04:48 1
UTM SE iOS Virtual Machine Now on App Store | Install Windows XP on iPhone & iPad.
7 months ago 01:14:50 2
Тестирую\Testing MorphOS В Эмуляторе\In Emulator QEMU+Web Browser Wayfarer+YouTube, 1()
8 months ago 00:02:50 1
Samanta X MUMA — Valla [Official Video]
9 months ago 00:12:19 1
Fedora 38 - нужна изюминка - Теперь для смартфонов. Deepin 20.9 - уже не так красив? QEMU 8
9 months ago 00:30:18 1
Видеодрайверы в Linux
9 months ago 00:21:44 1
Writing an OS in Rust - Part 1 - A Freestanding Rust Binary
10 months ago 00:06:50 2
Менеджер виртуальных машин (готовая виртуализация) в Astra Linux