![`grub2-mkconfig`: 커널을 찾기 위해 특정 장치를 건너뜁니다.](https://linux55.com/image/222990/%60grub2-mkconfig%60%3A%20%EC%BB%A4%EB%84%90%EC%9D%84%20%EC%B0%BE%EA%B8%B0%20%EC%9C%84%ED%95%B4%20%ED%8A%B9%EC%A0%95%20%EC%9E%A5%EC%B9%98%EB%A5%BC%20%EA%B1%B4%EB%84%88%EB%9C%81%EB%8B%88%EB%8B%A4..png)
다음과 같이 grub을 업데이트했습니다.
$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
File descriptor 3 (pipe:[240340]) leaked on vgs invocation. Parent PID 45665: grub2-probe
File descriptor 9 (pipe:[208755]) leaked on vgs invocation. Parent PID 45665: grub2-probe
File descriptor 3 (pipe:[240340]) leaked on vgs invocation. Parent PID 45665: grub2-probe
File descriptor 9 (pipe:[208755]) leaked on vgs invocation. Parent PID 45665: grub2-probe
File descriptor 3 (pipe:[240340]) leaked on vgs invocation. Parent PID 45718: grub2-probe
File descriptor 9 (pipe:[208755]) leaked on vgs invocation. Parent PID 45718: grub2-probe
File descriptor 3 (pipe:[240340]) leaked on vgs invocation. Parent PID 45718: grub2-probe
File descriptor 9 (pipe:[208755]) leaked on vgs invocation. Parent PID 45718: grub2-probe
Found Ubuntu 22.10 (22.10) on /dev/mapper/vgubuntu-Data
Found Ubuntu 23.04 (23.04) on /dev/mapper/vgubuntu-UbuntuRoot
Adding boot menu entry for UEFI Firmware Settings ...
done
Ubuntu 22.10 (22.10) on /dev/mapper/vgubuntu-Data
특정 장치에서 커널과 운영 체제를 찾지 않도록 지시하려면 어떻게 해야 합니까/dev/mapper/vgubuntu-Data
?