คำตอบ:
ฉันจะติดตั้งด้วงใหม่โดยใช้คำสั่งต่อไปนี้:
sudo apt-get update; sudo apt-get install --reinstall grub
Package grub is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: grub2-common
update-grub
คำสั่งถูกสร้างขึ้นเพื่อให้สิ่งที่ง่ายขึ้น - มันเป็นเพียงสคริปต์เชลล์ใน/usr/sbin/
:
#!/bin/sh
set -e
exec grub-mkconfig -o /boot/grub/grub.cfg "$@"
หากไม่มีคุณสามารถทำด้วยตัวเอง หากต้องการทำสิ่งนี้ให้เรียกใช้สิ่งนี้และวางในสคริปต์ด้านบน:
sudo nano /usr/sbin/update-grub
บันทึกด้วยCtrl+ Oและทางออกด้วย+CtrlX
จากนั้นเรียกใช้สิ่งเหล่านี้:
sudo chown root:root /usr/sbin/update-grub
sudo chmod 755 /usr/sbin/update-grub
update-grub
และตอนนี้คุณควรจะสามารถที่จะเรียกใช้ :-)
sudo update-grub
คุณจำเป็นต้องใช้มันด้วยสิทธิ์รากทำงาน: ถ้าคุณไม่ลบมันมันอยู่ในระบบ