summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/boot/1823152
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/boot/1823152')
-rw-r--r--results/classifier/gemma3:12b/boot/182315237
1 files changed, 37 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/boot/1823152 b/results/classifier/gemma3:12b/boot/1823152
new file mode 100644
index 00000000..3acae585
--- /dev/null
+++ b/results/classifier/gemma3:12b/boot/1823152
@@ -0,0 +1,37 @@
+
+QEMU not able to boot ubuntu 18.04 as a guest
+
+Host information:
+sushant@sushant-OptiPlex-7050:~$ lsb_release -a
+No LSB modules are available.
+Distributor ID:	Ubuntu
+Description:	Ubuntu 18.04.2 LTS
+Release:	18.04
+Codename:	bionic
+
+
+QEMU version:
+sushant@sushant-OptiPlex-7050:~$ /usr/bin/qemu-system-x86_64   --version
+QEMU emulator version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.12)
+Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
+
+
+
+I am trying to install xubuntu 18.04 as a qemu guest. The installation process goes smoothly and I reboot. After reboot, the boot process hangs with black screen and a blinking pointer. I used the following steps to install and boot the machine:
+sudo qemu-img create /var/lib/libvirt/images/xubuntu18_04.qcow2 30G
+
+sudo qemu-system-x86_64-spice -enable-kvm -cpu host -boot d -cdrom /home/sushant/Downloads/xubuntu-18.04.2-desktop-amd64.iso /var/lib/libvirt/images/xubuntu18_04.qcow2   -m 8G
+
+sudo qemu-system-x86_64-spice -enable-kvm -cpu host  /var/lib/libvirt/images/xubuntu18_04.qcow2   -m 8G
+
+
+
+
+
+
+I tried with ubuntu 18.04(deafult ubuntu) and it also hangs with error "removed slice user slice of gdm"
+
+
+Also, if I install ubuntu 16.04 as guest, it boots smoothly.
+
+What should be done?
\ No newline at end of file