Linux ETC

 
ALERT! /dev/disk/xxxx Does not exist. Dropping to a shell 문제 해결


debian 이나 ubuntu OS 사용 중 장비를 새로 교체하였을 경우나 그외 경우에 아래와 같은 메세지가
 발생하며 부팅이 진행하지 못하는 경우가 있을때 처리 방법 예 입니다.

메세지 예)
ALERT! /dev/disk/by-uuid/121212x1-0xxx-xxxx-xxxx-xxxxxx... does not exist. Dropping to a shell!
 

root 파일 시스템을 정상적으로 찾지 못하는거 같음


Grub Booting 상태에서 Esc Key를 눌르고 “e”를 눌러 edit Mode로 들어가서 Kernel에서
다시 “e”를 눌러 edit Mode로 들어가서 라인 맨 끝에 rootdelay=130 다음문장을 추가한후
부팅을 합니다.

예)
kernel    /boot/vmlinuz-...-generic root=UUID=dxxxxxx... ro quiet splash rootdelay=130


이렇게 해서도 안되는 경우 UUID로 되어 있는 root 디바이스를 수정 후 부팅을 합니다.

예)
root=/dev/sda1