Ubuntu Dell에 설치

2025. 1. 4. 19:20OS

F2: Bios 진입

BIOS가 UEFI로 설정
SATA 작동이 AHCI(Advanced Host Controller Interface)로 설정
레거시 옵션 활성화 ROM(Read-Only Memory): 비활성화하면 F12에서 Disk Driver 선택이 안나옴
보안 부팅 비활성화
File Browser Del Boot Option에서 모두 삭제

F12: 부팅 옵션

F12를 통해서만 부팅 가능함
LEGACY OPTIONS: Hard Drive 선택

네트웍 도구 설치

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install net-tools

# 확인
ifconfig

GUI 설치

sudo apt-get install ubuntu-desktop
reboot

 

'OS' 카테고리의 다른 글

Windows에서 NFS 연결하기  (0) 2025.01.06
Ubuntu rm: cannot remove '{디렉토리}': Is a directory  (0) 2024.12.31
Ubuntu exportfs 명령어 옵션  (0) 2024.12.31
Ubuntu NFS mount  (0) 2024.12.31
Linux \r\n --> \n 변환  (0) 2024.12.24