반응형
vmWare를 통해 PC에 안드로이드를 깔았지만,
검은색 화면에 안드로이드 프로프트만 깜빡인다. 그리고 아무런 일이 벌어지지 않는다. 몇번을 새로 깔고 했지만 결과는 그냥 검은색 화면 그리고 프롬프트!!
며칠이 흐르고 다시 시작해도 결과는 같았다. 다시 세월이 흐르고 어느덧 안드로이드 버전이 새로 바뀌어, 이제는 되겠지 했으나 결과는 그냥 검은색 화면 그리고 프롬프트!!
구글링 그리고 구글링...
결국 많은 시도 끝에 해결 되었는데, 그 방법은 아래와 같다.
- to start the vm in debug mode, or open the CLI before GUI init first.
- remount mnt: mount -o remount,rw /mnt
- edit /mnt/grub/menu.lst (vi /mnt/grub/menu.lst)
- appending this code to the first option (the first line starthing with kernel) nomodeset xforcevesa
- save the file (:wq or :x)
- reboot and the VM boots like magic with GUI
반응형
댓글