데비안 제시의 설치가 좋았지 만 실행했습니다 apt-get update && apt-get upgrade && apt-get dist-upgrade
.
그리고 다시 부팅 한 후 BIOS로 직접 들어 왔습니다. 나는 Grub이 없다는 것을 깨달았고 라이브 CD를 실행하여 Rescue mode
루트 파티션을 마운트하고 부팅 파티션을 마운트하고 다음 명령을 실행했습니다.
Grub은 리눅스 이미지를 찾습니다 :
root@debian:~# update-grub
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-4.9.0-3-amd64
Found initrd image: /boot/initrd.img-4.9.0-3-amd64
Found linux image: /boot/vmlinuz-4.9.0-0.bpo.3-amd64
Found initrd image: /boot/initrd.img-4.9.0-0.bpo.3-amd64
Found linux image: /boot/vmlinuz-3.16.0-4-amd64
Found initrd image: /boot/initrd.img-3.16.0-4-amd64
Found Ubuntu 16.10 (16.10) on /dev/sdb2
Adding boot menu entry for EFI firmware configuration
done
그리고 나서 grub-install
:
root@debian:~# grub-install /dev/sda
Installing for x86_64-efi platform.
Could not prepare Boot variable: No such file or directory
grub-install: error: efibootmgr failed to register the boot entry: Input/output error.
lsblk
:
root@debian:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 223.6G 0 disk
├─sda1 8:1 0 92.6G 0 part /
├─sda2 8:2 0 130.4G 0 part
└─sda3 8:3 0 573M 0 part /boot/efi
내가 뭐 잘못 했어요? /boot/efi
파티션에 공간이 너무 적 습니까?
root@debian:~# ls -l /boot/efi/EFI/debian/
total 120
-rwx------ 1 root root 121856 Jul 20 20:29 grubx64.efi
efibootmgr
데비안 설치를 보여주지 않습니다 :
root@debian:~# efibootmgr --verbose | grep debian
편집하다 :
다음을 사용하여 부트 로더를 만들려고 할 때 마다이 오류가 계속 발생합니다 efibootmgr
.
grub-install: info: executing efibootmgr -c -d /dev/sda -p 3 -w -L grub -l \EFI\grub\grubx64.efi.
Could not prepare Boot variable: No such file or directory
grub-install: error: efibootmgr failed to register the boot entry: Input/output error.