LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   No display after guest installation (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/no-display-after-guest-installation-4175508052/)

blackRonin 06-14-2014 04:01 PM

No display after guest installation
 
Hi

I have problem with KVM.
I installed linux guest os, but after installation i see only grub.
After Grub there is black screen and some weird blinking colors.

I saw that i have 9MB ram in Display pane.

When i was using virtualbox i got non of this problem.
I checked that vb is using 12mb ram.

Is this maybe a problem ?


I have in lenovo x220 intel hd 300 video card.

John VV 06-14-2014 04:06 PM

if you do not inform us as to the Operating system the host is running a KVM on , nor the Operating system you are Virtualizing
then there is not much we can do
1) What is the host ?
2) What is installed into the VM ?
3) How did you install the virtual os ?

blackRonin 06-15-2014 01:44 PM

Ok, I'm using Centos 6.5 64bits
I installed kali 1.0.7 64bits using kvm gui.
Quote:

Here is code from etc/libvirt/qemu/kali.xml
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
virsh edit kali
or other application using the libvirt API.
-->

<domain type='kvm'>
<name>kali</name>
<uuid>b074d88b-f5d0-3b34-d65a-9eccdc81eb55</uuid>
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>1048576</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='x86_64' machine='rhel6.5.0'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/libexec/qemu-kvm</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='raw' cache='none'/>
<source file='/home/piotr/kvm/images/kali.img'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='/home/piotr/Pobrane/kali-linux-1.0.7-amd64.iso'/>
<target dev='hdc' bus='ide'/>
<readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk>
<controller type='usb' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
</controller>
<controller type='ide' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
</controller>
<interface type='direct'>
<mac address='52:54:00:64:91:f5'/>
<source dev='eth0' mode='vepa'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<input type='tablet' bus='usb'/>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/>
<sound model='ich6'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</sound>
<video>
<model type='vga' vram='9216' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
<hostdev mode='subsystem' type='usb' managed='yes'>
<source>
<vendor id='0x0cf3'/>
<product id='0x9271'/>
</source>
</hostdev>
<memballoon model='virtio'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</memballoon>
</devices>
</domain>

John VV 06-15-2014 04:54 PM

Kali and VM's do not mix well
yes it can be done but WHY!!!!
none of the nvidia CUDA tools will work
and THAT RIGHT THERE KILLS off any reason to use kali

do a install to a usb and use the encrypted usb with Persistence install guide!!!
http://docs.kali.org/category/installation

and PLEASE read and REREAD the section
"Should I Use Kali Linux?
http://docs.kali.org/introduction/sh...use-kali-linux
and RE-REREAD section #2
"Is Kali Linux Right For You?"

blackRonin 06-17-2014 03:45 PM

I need use kali in kvm for school.
I checked with debian , that there is a similar problem (gnome 3 display problem)

John VV 06-17-2014 03:58 PM

Quote:

I need use kali in kvm for school.
that is rather "odd"

you might want to post on the Kali forum then
http://forums.kali.org/

and read
https://forums.kali.org/showthread.p...ng-Kali-Linux&


All times are GMT -5. The time now is 06:53 PM.