- 전체
- C/C++ 일반
- C/C++ 수학
- C/C++ 그래픽
- C/C++ 자료구조
- C/C++ 인공지능
- C/C++ 인터넷
- wxWidget
- GTK+
- UNIX or LINUX programming
- 리눅스 마스터 - 국가공인자격
- VC++/ MFC
- C#/CLI/.NET
- QT/기타UI
- Boost lib
- 오픈소스 C 분석자료
- MSA (마이크로서비스), Docker, kubernetes
- WSL(windows subsystem linux)
리눅스 마스터 - 국가공인자격 MSI 외장그래픽 노트북에 Ubuntu 설치 : How to Install Ubuntu 16.04 on MSI GE62 6QC
2018.05.06 18:54
MSI 외장그래픽 노트북에 Ubuntu 설치
How to Install Ubuntu 16.04 on MSI GE62 6QC
After 4 days of trying many solutions I found around the internet without success. The last solution I tried have finally made Ubuntu 16.04 working almost flawlessly on my PC.
Here’s the specifications of my PC:
- Intel Core i7 6700HQ 2.6GHz
- NVIDIA GTX 960M 2GB
Without further ado, here are the steps to install and run Ubuntu on MSI GE62 5QC.
Tutorial
- Download Ubuntu 16.04 LTS ISO and burn it to a DVD or USB Disk Drive
- Open your BIOS Settings (Press”DELETE” on MSI logo when first turning on the PC)
- Disable “SecureBoot” on your BIOS under tab “Security”
- Run your Ubuntu Installation disk (Insert DVD to Optical Drive and restart the PC)
- When GRUB appears, highlight “Install Ubuntu” then press “e”
- Add “acpi=off” after the line “quiet splash” then press F10
- Wait until the GUI appears, then install your Ubuntu accordingly
- After the installation finished, eject the Installation Media and restart your PC
- If GRUB doesn’t show up after restart, change the boot priority in your BIOS: “Open BIOS -> Boot -> Boot Order -> Change Boot Order #1 to Ubuntu” then press F10 and restart
- When GRUB appears, press ‘e’ then add “nouveau.modeset=0” after “quiet splash” line, then press F10
- Your Ubuntu will start successfully
If you have problem installing from USB, try to use the DVD instead. I also cannot install it from the USB.
Anyway, the “nouveau.modeset=0” seems to make the NVIDIA not working, the graphics will only use Intel HD Graphics. It won’t be a problem for me since I only use the Ubuntu for working and use Windows for games and entertainment. But if you find any solution to make the NVIDIA working flawlessly please comment here.
Thanks for reading :)
[출처] https://medium.com/@gentra/how-to-install-ubuntu-16-04-on-msi-ge62-6qc-ae4f30f50465
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
댓글 0
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 13 |
[WSL2] 외부에서 WSL2 접속하기 (feat. 포트포워딩)
| 졸리운_곰 | 2024.12.01 | 306 |
| 12 |
[WSL2] Windows 11 WSL2 이용한 SSH & RStudio Server 설치 및 내·외부에서 접속
| 졸리운_곰 | 2023.11.06 | 336 |
| 11 |
[WSL2] Windows 11 WSL2 이용한 Python Jupyter 설치 및 내·외부에서 접속
| 졸리운_곰 | 2023.11.06 | 320 |
| 10 |
[WSL2] WSL2 외부 접속 설정
| 졸리운_곰 | 2023.06.26 | 368 |
| 9 |
[WSL2] Mysql 자동실행 설정하기
| 졸리운_곰 | 2023.06.25 | 275 |
| 8 |
[WSL2] 윈도우에서 linux 사용 (WSL 2), xwindows GUI 설정
| 졸리운_곰 | 2023.01.28 | 374 |
| 7 |
[WSL2] Windows 11의 WSL2에서 리눅스 X Window 응용프로그램 실행하기
| 졸리운_곰 | 2023.01.28 | 285 |
| 6 |
[WSL2] WSL에서의 Jupyter notebook 사용하기.
| 졸리운_곰 | 2022.11.27 | 476 |
| 5 | [WSL] WSL 배포판 복사하기 | 졸리운_곰 | 2022.10.30 | 312 |
| 4 | [WSL] 백업방법, WSL 내보내기, 가져오기 [WSL2] 내보내기 및 가져오기 | 졸리운_곰 | 2022.10.30 | 274 |
| 3 |
[WSL] WSL2[4] - SSH 접속하기
| 졸리운_곰 | 2022.09.25 | 369 |
| 2 |
[WSL] WSL2 딥러닝 환경 구축하기 (CUDA, CuDNN, Anaconda)
| 졸리운_곰 | 2022.09.04 | 385 |
| 1 |
[WSL] WSL에서의 Jupyter notebook 사용하기.
| 졸리운_곰 | 2022.09.04 | 339 |

