[linux] error: disk ‘lvmid/’ not foundIT/linux2023. 10. 11. 20:28
Table of Contents
error: disk 'lvmid/Z88N2t-AUog-uRIG-wzbb-9rKD-F3Bi-iswZdD/n6QwzH-lWyG-6fMZ-ITxi-aPoq-FQTc-HrncWi' not found.'
Entering rescue mode...
1. ubuntu cd 부팅
2. try ubuntu (클릭)
3. terminal
# sudo lvscan
ACTIVE '/dev/vgubuntu/root' [977.58 GiB] inherit
ACTIVE '/dev/vgubuntu/swap_1' [1.91 Gib] ingerit
# sudo mount /dev/vgubuntu/root /mnt
# cd /mnt
# sudo mount --bind /dev dev
# sudo mount --bind /sys sys
# sudo mount --bind /proc proc
# sudo chroot /mnt
# grub-install /dev/sda
# update-grub
# exit
# sudo umount /mnt/dev
# sudo umount /mnt/sys
# sudo umount /mnt/proc
# sudo umount /mnt
# sudo reboot
# ssh 접속
'IT > linux' 카테고리의 다른 글
[linux] firewalld (0) | 2023.10.11 |
---|---|
[linux] single mode booting (0) | 2023.10.11 |
[linux] contains a file system with errors, check forced. (1) | 2023.10.11 |
[linux] nfs 설치, 설정 (0) | 2023.03.30 |
[linux] kernel: NMI watchdog: BUG: soft lockup - CPU#3 stuck for 82s! [pickup:18943] (0) | 2023.03.29 |
@주니- :: 주니
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!