프로그래밍/ROS2

Desktop에 Ubuntu 22.04 듀얼부팅

Sechan Oh 2024. 5. 10. 23:59

Ubuntu 22.04 installation

Ubuntu를 설치하는 과정을 잘 정리해둔 블로그를 소개한다.

1. 설명 없이 빠른 진행 + Nvidia Graphic Driver 설치

https://jih0.medium.com/windows-10-ubuntu-22-04-dual-boot-with-rufus-e80d34abb316

 

Windows 10 & Ubuntu 22.04 Dual Boot(with. Rufus)

프로그래밍을 하다보면, 내가 가진 OS를 지원해주지 않는 툴이나 라이브러리를 사용해야 할 때가 있습니다. Linux, Windows, M3 Mac, … 원하는 PC와 환경을 모두 구입하면 좋겠지만, 재정적 부담이나

jih0.medium.com

2. swap 용량에 대한 표 제공

https://engpro.tistory.com/430

 

윈도우 11 우분투 22.04 멀티 부팅 설치(윈도우 11 우분투 듀얼 부팅 설치)

[1] 환경 테스트 환경 Beelink s12 pro(인텔 n100, Intel UHD Graphics, 16GByte RAM, 500GB SSD1, 120GB SSD2) 윈도우 11 pro x64 우분투 22.04.2 LTS desktop version 윈도우 11을 지원하는 하드웨어를 마련하게 되었다. 그래서 윈1

engpro.tistory.com

3. 각 설정에 대한 자세한 설명

https://dreamgonfly.github.io/blog/install-ubuntu-with-partition/

 

Ubuntu 설치 시 디스크 파티션 나누기 | Dreamgonfly's blog

Ubuntu 18.04를 재설치하며 루트 디렉터리 (/) 와 홈 디렉터리 (/home)의 파티션을 나누면서 겪었던 과정과 트러블 슈팅을 정리하여 공유합니다. 파티션을 나누면 좋은 이유# 홈 디렉터리가 별개의 스

dreamgonfly.github.io

 

Troubleshooting

1. 그래픽 드라이버 문제

NVIDIA GeForce RTX 4090을 사용하고 있는데, 그래픽 드라이버 문제로 booting 시 black screen 현상을 겪었다.

linuxconfig.com에서 제공하는 튜토리얼을 참고하여 문제를 해결했다.

- 블랙스크린 솔루션: https://linuxconfig.org/ubuntu-black-screen-solution

- 그래픽 드라이버 설치: https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-ubuntu-22-04

 

2. 우분투 용량 부족 문제

https://mslilsunshine.tistory.com/160

 

Ubuntu가 검은 커서에서 부팅되지 않는 오류

내가 이거 때문에 반나절을 마음고생해서.. 다른 사람들은 고생을 좀 덜 하셨으면 하는 마음입니다. 일단 나같은 경우에는 여기서 부팅이 더이상 되지 않았다. 몇번씩이나 껐다켰다 하고 여러가

mslilsunshine.tistory.com

 

Additional setting

1. 한글 설정

- 한/영 전환 Settings -> Keyboard -> Input Sources의 + 버튼 -> Korean -> Korean (Hangul) 선택 -> Korean (Hangul)을 맨 위로 올리기.

- 한/영 전환 안되는 경우: 우 상단에서 en을 클릭하여 Korean 으로 변경 -> 다시 en 누르고 Setup -> Add 를 누르고 한영 전환 키 등록, Shift+Space는 Delete.

2. 화면 밝기 조절 컨트롤러

https://www.geeksforgeeks.org/how-to-control-screen-brightness-in-ubuntu-22-04/

 

How to Control Screen Brightness in Ubuntu 22.04 - GeeksforGeeks

A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

www.geeksforgeeks.org