Opened 3 years ago
Last modified 3 years ago
#20296 new defect
vbox 6.1.18: virt-install cause vm crash (guru meditation)
| Reported by: | Arnaud Veron | Owned by: | |
|---|---|---|---|
| Component: | other | Version: | VirtualBox 6.1.18 |
| Keywords: | Cc: | ||
| Guest type: | Linux | Host type: | Linux |
Description
I met a critical vbox error that I would like to report.
I reproduced this problem on 2 different vbox hypervisors.
Facts
- hypervisor is running ubuntu 20.04 LTS (up to date) + vbox 6.1.18
- nested vt-x is enabled
- guest is running ubuntu 20.04 LTS (up to date, installed manually from ubuntu-20.04.2.0-desktop-amd64.iso)
- guest is running qemu/kvm (installed from ubuntu distro)
Reproducer
- apt install qemu-kvm virtinst virt-manager libguestfs-tools bridge-utils
- cd /tmp && wget https://dl-cdn.alpinelinux.org/alpine/v3.13/releases/x86_64/alpine-standard-3.13.4-x86_64.iso
- virt-install --connect qemu:///system --virt-type kvm --name alpine --ram 512 --vcpus 1 --disk path=/dev/vmvg/vm --cdrom=/tmp/alpine-standard-3.13.4-x86_64.iso --network none --graphics none --arch x86_64 --os-type=generic --cpu host --noautoconsole
Attachments (2)
Change History (3)
Note:
See TracTickets
for help on using tickets.


If needed, I can share my screen for live troubleshoot purposes.