1
0
2024-06-08 22:53:34 +02:00
2024-03-28 01:39:23 +01:00
2021-10-29 00:29:36 +02:00
2021-10-29 01:23:59 +02:00

bootdisk by Matmoul

Simple command to boot device with QEMU/KVM

Usage :

bootdisk [options] device|file

Device | File :
/dev/sda, /dev/sdb
file.iso

Options :
--help
-wd : Work Dir (default in tmp random folder, mktemp)
-wdp : Work Dir Persistent
-boot : Boot mode [bios|efi|tpm|secure] (default : efi)
-cores : CPU cores
-mem : Memory in Mb
-dd : additional device
-cdr : Force boot dev as cd-rom (not needed for iso file)
-overlay : Add overlay on boot device

Description
Simple command to boot device with QEMU/KVM
Readme 46 KiB
Languages
Shell 100%