17.10 से 18.04 तक उन्नयन के दौरान त्रुटियां (शिम-हस्ताक्षरित और ग्रब-एफी-एमड64-हस्ताक्षरित)


13

अपने सिस्टम को Ubtunu से 17.10 से 18.04 LTS में अपग्रेडsudo do-release-upgrade करने के लिए आज सुबह दौड़ने के बाद , मुझे अपग्रेड के दौरान त्रुटियों का सामना करना पड़ा। ट्रेस पूरी तरह से पोस्ट करने के लिए बहुत लंबा है, लेकिन यहाँ वह हिस्सा है जो (मुझे) समस्या की तरह दिखता है:

Rebuilding /usr/share/applications/bamf-2.index...
Errors were encountered while processing:
 shim-signed
 grub-efi-amd64-signed
Exception during pm.DoInstall():  E:Sub-process /usr/bin/dpkg returned an error code (1)

Could not install the upgrades 

The upgrade has aborted. Your system could be in an unusable state. A 
recovery will run now (dpkg --configure -a). 

Setting up shim-signed (1.34.9+13-0ubuntu2) ...
Installing for x86_64-efi platform.
Could not add entry to BootOrder: Interrupted system call
grub-install: error: efibootmgr failed to register the boot entry: No such device or address.
dpkg: error processing package shim-signed (--configure):
 installed shim-signed package post-installation script subprocess returned error exit status 1
Setting up grub-efi-amd64-signed (1.93+2.02-2ubuntu8) ...
Installing for x86_64-efi platform.
Could not add entry to BootOrder: Interrupted system call
grub-install: error: efibootmgr failed to register the boot entry: No such device or address.
dpkg: error processing package grub-efi-amd64-signed (--configure):
 installed grub-efi-amd64-signed package post-installation script     subprocess returned error exit status 1
Errors were encountered while processing:
 shim-signed
 grub-efi-amd64-signed

Upgrade complete

The upgrade has completed but there were errors during the upgrade process.

मैं समाधान के लिए मंचों ब्राउज़ कर चुके हैं और preemptively पुष्टि कर सकते हैं कि में प्रविष्टियों /etc/fstabरहे हैं नहीं बाहर टिप्पणी कीcat /etc/fstabनिम्नलिखित आउटपुट:

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda9 during installation
UUID=a2f91309-dc7e-4456-b3ef-89900b145365 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda2 during installation
UUID=90EA-4FB8  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda6 during installation
UUID=2f80d8f4-5609-45e1-854d-578ab25836c3 none            swap    sw              0       0

यह प्रणाली विंडोज 10 के साथ एक दोहरे बूटेड है। इसके माध्यम से lsb_release -aमैं पुष्टि कर सकता हूं कि मेरे उबंटू विभाजन ने 18.04 एलटीएस को अपडेट किया था , लेकिन ये त्रुटियां मुझे unnerve करती हैं और मैं नहीं चाहता कि वे दीर्घकालिक में समस्या पैदा करें। धन्यवाद।


आपके सिस्टम उबंटू में ठीक है?
ऑर्गेनिक मार्बल

2
हाँ, सिस्टम बूट ठीक है।
आर। बैरेट

दिलचस्प समस्या है। मुझे लगता है कि आप ठीक हैं, लेकिन उम्मीद है कि कुछ विशेषज्ञ वास्तविक जवाब के साथ वजन करेंगे।
जैविक संगमरमर

जवाबों:


18

मेरे पास ठीक वही त्रुटि थी। शेष 2 पैकेजों को अपग्रेड करने के लिए मैंने जो समाधान पाया वह था:

sudo su -
cd /boot/efi/EFI
mv ubuntu ubuntu-old
apt install -f
mv ubuntu-old ubuntu
update-grub2
exit

मुझे उम्मीद है यह मदद करेगा।


दिलचस्प समाधान। क्या आप बता सकते हैं कि आखिर क्यों mv ubuntu ubuntu-oldऔर बहाली हुई apt install -f?
विनयुनुच्स

1
@ WinEunuuchs2Unix ऐसा लगता है कि नए ग्रब किसी कारण से / बूट / efi / EFI / ubuntu निर्देशिका तक नहीं पहुंच सके। इसलिए जब से मेरा सिस्टम सामान्य रूप से बूट हो रहा था, मैं चाहता हूं कि मैं उस त्रुटि से छुटकारा पा लूं जो मैं उपयुक्त उपयोग कर रहा था। इसलिए मैंने सोचा कि वर्कअराउंड इसे जांचने के लिए इंस्टॉलेशन खत्म हो जाएगा और ऐसा लगता है कि काम किया। अंत में, मैंने अपने सिस्टम को बूट करने की क्षमता के साथ गड़बड़ नहीं करने के लिए ubuntu निर्देशिका नाम को बहाल किया। ऐसा लगता है, मैं update-grub2बाद में जारी करने का उल्लेख करना भूल गया ।
जॉर्ज तवान्ज़ोपुलोस

एक इलाज का काम किया है लगता है। आपका बहुत बहुत धन्यवाद!
आर। बैरेट

1
यह मेरे लिए काम करता है इसलिए लॉन्चपैड बग पर वर्कअराउंड पोस्ट किया गया: bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1753518
Rqomey

इसने मेरे लिए उबंटू 18.04 पर काम किया जिसमें उंटू माध्यमिक एसएसडी ड्राइव (लिनक्स स्टीफन-एन 56 वीएम 4.15.0-50-जेनेरिक # 54-उबंटू एसएमपी सोम 6 मई 18:46:08 यूटीसी 2019 x86_64 x86_64 x86_64 GNU / लिनक्स) पर स्थापित
स्टीफन वी
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.