LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible bug in Grub in latest Install Updates
#4
Those brave enough to fix this themselves can do the following to fix:

Code:
sudo leafpad /var/lib/dpkg/info/grub-pc.postinst

change line 699 from:

Code:
        if dpkg --compare-versions "$2" lt-nl 2.02~beta2-36ubuntu3.10 then

to:

Code:
        if dpkg --compare-versions "$2" lt-nl 2.02~beta2-36ubuntu3.10; then

notice the added semicolon after ubuntu3.10

Then run:

Code:
sudo dpkg --configure grub-pc

Please confirm this fix works.
Reply


Messages In This Thread
Re: Possible bug in Grub in latest Install Updates - by Valtam - 05-20-2017, 02:46 PM
Re: Possible bug in Grub in latest Install Updates - by penglezos - 05-23-2017, 08:37 AM
Re: Possible bug in Grub in latest Install Updates - by penglezos - 05-23-2017, 08:44 AM
Re: Possible bug in Grub in latest Install Updates - by penglezos - 05-23-2017, 05:59 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)