All Questions
Tagged with gentoo virtual-machine
7 questions
0
votes
0
answers
301
views
QEMU-KVM VM freezing the host machine when using Nvidia gpu PCI passthrough
I have intel integrated graphics and nvidia 1650 mobile graphics card. I am loading my xorg server only using the integrated GPU. The NVIDIA GPU loads which nvidia driver on boot. I have libvirt hooks ...
1
vote
3
answers
7k
views
How to change password for Gentoo LiveCD in 2015?
I have a LiveCD from Gentoo. Gentoo still does not offer an installation option, so I planned on working from the ISO image and saving VM state after configuring the VM.
To configure the VM, I need ...
1
vote
1
answer
554
views
Install Gentoo via compilation on virtualbox?
Note that I am not asking how to install Gentoo on a Virtualbox VM.
My question is this: I have a slow machine ("Armpit"), and a fast machine ("Emperor"). Let's say I want to ...
0
votes
1
answer
61
views
Gentoo virtualbox X support
So i wanted to play around in gentoo to level up my linux knowledge.
I've installed it on virtualbox, but i didn't add a few USE flags, and during core compilation i didn't select a few necessary ...
1
vote
3
answers
5k
views
Can't mount share in VirtualBox guest
I'm attempting to mount a share in a guest OS in VirtualBox:
$ mount -t vboxsf share /mnt/share
/sbin/mount.vboxsf: mounting failed with the error: No such device
If I click the folder icon in the ...
1
vote
1
answer
2k
views
How to change hostname via kernel command line on ubuntu 12
I booted a guest vm on xen, and I want to assign guest-domU's hostname in config file.
like this
...
extra='ip=::::myguest-vm-hostname::dhcp'
...
It is a kernel command line to setting netboot ...
3
votes
2
answers
161
views
Building a Linux Environment in a VM for use Outside of the VM
I'd like to switch from Ubuntu to a distro that doesn't hold my hand so much, so I thought Gentoo would be interesting to play with. From what I understand though, a lot of time will be spent ...