모든 소프트웨어 업데이트에서 Grub 패키지 구성 오류

모든 소프트웨어 업데이트에서 Grub 패키지 구성 오류

때로는 Lenovo(v580 노트북) Windows 8 시스템 복구 버튼을 누른 후 Linux 부팅을 복원해야 했습니다(단지 어리석은 실수였습니다). 그런 다음 이 가이드를 따랐습니다.http://community.linuxmint.com/tutorial/view/245. 이제 모든 소프트웨어 업데이트(모든 소프트웨어)에서 Linux 파티션에서 부팅할 수 있지만 오류가 표시되며 다음을 실행하여 재현할 수 있습니다.

mypc html # dpkg --configure grub-efi-amd64-signed
Setting up grub-efi-amd64-signed (1.34.2+2.02~beta2-9ubuntu1.1) ...
grub-install.real: error: /usr/lib/grub/i386-pc/modinfo.sh doesn't exist. Please specify --target or --directory.
dpkg: error processing package grub-efi-amd64-signed (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 grub-efi-amd64-signed

패키지를 다시 설치해 보았지만 grub-efi-amd64-signed도움이 되지 않았습니다.

저는 리눅스 민트 17 64비트를 사용하고 있습니다

고쳐 쓰다

Legacy+UEFI(Legacy First)를 시작하도록 BIOS에서 설정합니다.

현재 설치된 grub 패키지:

mypc html # dpkg -l grub\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                 Version                 Architecture            Description
+++-====================================-=======================-=======================-=============================================================================
un  grub                                 <none>                  <none>                  (no description available)
ii  grub-common                          2.02~beta2-9ubuntu1.1   amd64                   GRand Unified Bootloader (common files)
un  grub-coreboot                        <none>                  <none>                  (no description available)
un  grub-doc                             <none>                  <none>                  (no description available)
un  grub-efi                             <none>                  <none>                  (no description available)
ii  grub-efi-amd64                       2.02~beta2-9ubuntu1.1   amd64                   GRand Unified Bootloader, version 2 (EFI-AMD64 version)
ii  grub-efi-amd64-bin                   2.02~beta2-9ubuntu1.1   amd64                   GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
iF  grub-efi-amd64-signed                1.34.2+2.02~beta2-9ubun amd64                   GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
un  grub-efi-ia32                        <none>                  <none>                  (no description available)
un  grub-efi-ia64                        <none>                  <none>                  (no description available)
un  grub-emu                             <none>                  <none>                  (no description available)
un  grub-ieee1275                        <none>                  <none>                  (no description available)
un  grub-legacy                          <none>                  <none>                  (no description available)
un  grub-legacy-doc                      <none>                  <none>                  (no description available)
un  grub-linuxbios                       <none>                  <none>                  (no description available)
un  grub-pc                              <none>                  <none>                  (no description available)
un  grub-xen                             <none>                  <none>                  (no description available)
un  grub-yeeloong                        <none>                  <none>                  (no description available)
un  grub2                                <none>                  <none>                  (no description available)
ii  grub2-common                         2.02~beta2-9ubuntu1.1   amd64                   GRand Unified Bootloader (common files for version 2)
ii  grub2-theme-mint                     1.0.9                   all                     Grub2 theme for Linux Mint

답변1

Dell Latitude E7450에서도 동일한 문제가 발생합니다. 방금 달렸어

    sudo apt-get install grub
    sudo apt-get autoremove

표준 쉘에서 바로.

관련 정보