VirtualBox + Ubuntu 22.04 설치 가이드
Linux

VirtualBox + Ubuntu 22.04 설치 가이드

728x90

1. VirtualBox 설치

(1) Windows 환경

  1. VirtualBox 공식 다운로드 페이지 접속
  2. Windows hosts 클릭 → 설치 파일(.exe) 다운로드
  3. 다운로드한 파일 실행 → 설치 마법사 따라가기
  4. 설치 완료 후 VirtualBox 실행

본 글에서 다운 받은 버전: VirtualBox 7.2.0

2. Ubuntu 22.04 ISO 다운로드

아래 공식 링크에서 Ubuntu 22.04 LTS (Jammy Jellyfish) ISO를 다운로드합니다.

Ubuntu 22.04 다운로드 링크

 

Ubuntu 22.04.5 LTS (Jammy Jellyfish)

Select an image Ubuntu is distributed on three types of images described below. Desktop image The desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later. This type of image is what m

releases.ubuntu.com

 

3. 새로운 VM 생성

1. VirtualBox 실행 → 새로 만들기(New) 클릭

 

2. 이름: Ubuntu 22.04

  • 종류: Linux
  • 버전: Ubuntu (64-bit)

3. 계정 및 암호 설정

4. 하드웨어 설정

  • 메모리 크기: 4096MB (4GB 이상 권장)
  • CPU 코어 2개 이상

5. 가상 하드디스크:

  • VDI (VirtualBox Disk Image)
  • 크기: 50GB 이상

 

4. Ubuntu 22.04 설치 과정

1. VM 실행 → Ubuntu 설치 화면 부팅

2. 사용자 계정 생성 후 설치 (~15분 소요)

 

5. 설치 완료 후

위에서 설정한 계정으로 로그인 후 아래 화면이 나오면 설치 완료

6. 추가 설정

(1) 사용자에게 sudo 권한 부여

예를 들어 새 계정이 user2 라면:

su -
sudo usermod -aG sudo user2

(2) 복사 붙여넣기 방법

https://lucykorea414.tistory.com/117

 

VirtualBox에서 Ubuntu 복사 붙여넣기, 공유파일 안될때

버추얼박스에서 우분투 복사붙여넣기 공유파일 안될때버추얼박스에서 우분투 복붙 공유파일 안될때Virtualbox ubuntu copy and paste shared files shared clipboard not working 버추얼박스에서 복붙이나 공유파

lucykorea414.tistory.com

 

728x90