On RedHat6.0, you cannot access the graphic installation interface after installing RHEL6 using KVM: 1. go to the KVM virtual machine configuration file directory $ cd/etc/libvirt/qemu2. edit the required configuration file $ vimrhel60.xml3. modify the RAM size of the video to find: & lt; video & gt ;.......... & lt;/video & gt; the tag range is similar to: & n
On RedHat 6.0, you cannot access the graphic installation interface after installing RHEL6 using KVM:
1. Go to the KVM virtual machine configuration file directory
$ Cd/etc/libvirt/qemu
2. Edit the required configuration file
$ Vim rhel60.xml
3. Modify the RAM size of the video memory.
Find:
.......... Tag range
Similar:
Change the vram label to a large value (the actual size depends on the size of your memory allocation, preferably the virtual machine memory is 1 GB, and then set it to 512 MB, OK to open)
4. Save the settings and restart the service:
$/Sbin/service libmongod restart
OK