|
Board ID |
1264 |
Writer |
허진경 (나자바바) |
Write Date |
2024-02-06 12:55:34 |
Subject |
VMWare에서 Ubuntu 리눅스 사용할 때 멈추는 현상 |
Content |
sudo gedit /etc/default/grub <-- grub 파일을 연다.
GRUB_CMDLINE_LINUX_DEFAULT="intel_idle.max_cstate=1" <--으로 수정한다
update-grub
reboot <-- 재부팅
------------------------
그래도 안되면...
powercfg /powerthrottling disable /path "C:\Program Files (x86)\VMware\VMware Player\vmplayer.exe"
Settings -> Display -> 3D graphics 채크 해제
-------------------------
그래도 또 안되면...
VirtualBox에 다시 설치
|
|