Linuxmint 랩톱에서 부팅하려고 하면 BusyBox에서 이 메시지가 나타납니다.
-Boot args (cat /proc/cmdline)
-Check rootdelay= (did the system wait long enough?)
-Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/mapper/vgmint-root does not exist. Dropping to a shell!
BusyBox v1.30.1 (Ubuntu 1:1.30.1-7ubuntu3) built-in shell (ash)
커널 업데이트 이전에도 동일한 문제가 발생했습니다. 다른 고민이 있어서 리눅스민트를 처음부터 다시 설치했습니다. 그러나 이 새로운 설치는 동일한 문제가 발생하기 전에 한 번만 시작되었습니다.
알려진 문제를 확인했습니다.
cat /proc/cmline
반품:
BOOT_IMAGE=/vmlinuz-5.15.0-58-generic root=/dev/mapper/vgmint-root ro quiet splash vt.handoff=7
cat /proc/modules; ls /dev
많이 반환됩니다(비슷한 질문처럼 비어 있지 않음).
이전에 설치된 커널로 부팅하면 동일한 작업이 수행됩니다(5-15-0-58, 5-15-0-48, ...).
그리고 BIOS의 SATA 구성이 ahci로 설정되었습니다.
편집: quiet splash
플래그가 없으면 이제 다음 메시지가 표시됩니다.
Lockdown: mdadm: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
mdadm: No arrays found in config file or automatically
RAID에 관한 것인가요? RAID가 전혀 설정되어 있지 않은 것 같습니다.