This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
box:qemu [2024/09/06 11:24] manu |
box:qemu [2024/09/06 21:03] (current) manu |
||
---|---|---|---|
Line 57: | Line 57: | ||
qemu-system-x86_64 -k fr -m 512 -drive file=/Virtual_srv/qemu/rocky9_01_disk.img,format=qcow2 -boot d -cdrom /home/manu/Downloads/Rocky-9.4-x86_64-minimal.iso -nographic -netdev user,id=mynet0 -device e1000,netdev=mynet0 | qemu-system-x86_64 -k fr -m 512 -drive file=/Virtual_srv/qemu/rocky9_01_disk.img,format=qcow2 -boot d -cdrom /home/manu/Downloads/Rocky-9.4-x86_64-minimal.iso -nographic -netdev user,id=mynet0 -device e1000,netdev=mynet0 | ||
+ | <code> | ||
virt-install \ | virt-install \ | ||
--memory 1024 \ | --memory 1024 \ | ||
Line 74: | Line 74: | ||
--graphics none \ | --graphics none \ | ||
--import | --import | ||
+ | </code> | ||
<cli prompt='$'> | <cli prompt='$'> | ||
Line 121: | Line 121: | ||
Physical: 193.250 KiB | Physical: 193.250 KiB | ||
</cli> | </cli> | ||
+ | |||
+ | **In the Host OS:** | ||
+ | |||
+ | If the 'virsh' command hangs during some operations, restart it. If it still hangs, review the rights of the user and the logs for more clues. | ||
+ | systemctl restart libvirtd | ||
+ | |||
+ | Review the logs with 'journalctl' and press G to go to the latest ones. | ||
+ | journalctl -b 0 |