Ubuntu 15.10 雙啟動在更新 grub 配置時掛起

Ubuntu 15.10 雙啟動在更新 grub 配置時掛起

我安裝了 Ubuntu 15.10 和 Windows 8.1 雙啟動。它工作了一段時間,而且我也有一段時間沒有使用 Windows 8.1 了。但現在我無法在 Ubuntu 上安裝任何東西而不會出現此錯誤

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

即使我使用 apt-get update 也會出現此錯誤。所以我按照說明操作,並使用了sudo dpkg --configure -a但我總是陷入困境:

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.2.0-27-generic
Found initrd image: /boot/initrd.img-4.2.0-27-generic 
Found linux image: /boot/vmlinuz-4.2.0-25-generic
Found initrd image: /boot/initrd.img-4.2.0-25-generic
Found linux image: /boot/vmlinuz-4.2.0-16-generic
Found initrd image: /boot/initrd.img-4.2.0-16-generic
Found Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration

什麼也沒有發生...當我使用該命令時top,該命令grub-script-+消耗的 CPU 接近 100%。

我搜尋了與 grub 相關的問題,但我發現的所有內容都是關於更新 Windows 後的問題,並且啟動時的 Ubuntu 選項不再出現。就我而言,Windows 沒有更新,我可以在 Ubuntu 和 Windows 上正常啟動。我已經嘗試過啟動修復,但我陷入了困境grup-update: this may take several minutes。在收到這則訊息8個多小時後,我放棄了。也許引導修復也陷入了困境Adding boot menu entry for EFI firmware configuration

我不知道發生了什麼事,我希望有人能幫助我。

非常感謝!

相關內容