网上说要拆显卡,但是是集显没办法弄,可以用其他linux启动
- Boot with a debian or ubuntu live cd
List your drives / partitioned: Open a terminal window
- type parted -l
Mine was sda5
mount /dev/sda5 /mnt
ls /mnt/
cp /mnt/state.tgz ~/
cd ~
tar xvf state.tgz
tar xvf local.tgz
So, you get an etc folder now. Go to /etc/vmware
nano esx.conf
Find /device/<PCI_ID>/owner = "passthru".
Replace passthru with vmkernel.
- Save the file
Now let’s copy the file back to the mount point, but first we have to recreate the archive.
tar czf local.tgz etc/
tar czf state.tgz local.tgz
sudo cp state.tgz /mnt/
reboot