[Linux] Someone help me here (grub2) 10-21-2017, 02:13 PM
#1
I keep getting this....no idea why, but its irritating.....
anyone know?
anyone know?
| [Linux] Someone help me here (grub2) filter_list | |
(10-21-2017, 10:09 PM)Asura Wrote: Well, my knowledge is a bit limited in this area but what I normally use to fix issues regarding Linux and Grub is Boot Repair Disk. This may or may not help but give it a try if you want. Of course, have a back up just in case.
https://sourceforge.net/projects/boot-repair-cd/
(10-21-2017, 10:23 PM)Slacker Wrote: Well shit if you know what the problem is bro just go fix it. I'm sure @ender will be able to teach you bud
(10-21-2017, 10:23 PM)Slacker Wrote: Well shit if you know what the problem is bro just go fix it. I'm sure @ender will be able to teach you bud
(10-21-2017, 11:33 PM)Slacker Wrote: Why not just uninstall the last update until it is resolved lol fixes the issue..
I'm a mother fucking problem solver
sudo apt-get -t=<version> install <package>apt-cache showpkg <package name>(10-26-2017, 05:26 PM)Llebacc Wrote: I was writing up a post on commands to roll back packages, until I realized grub-probe is just rolled right into one big ol' fat Grub package. And that blows. At least if the bug is documented, it'll be fixed eventually. Or maybe you can go and submit a patch. Or if you really like living dangerously, roll back your entire Grub package to the last version, and endure all the horrors and headaches that comes with that. You'd think that some of these tools would be available outside of the monolithic Grub package to avoid situations like this.
And in case you need the commands, here they are anyways since I went and figured them out.
Install specific version:View available versions:Code:sudo apt-get -t=<version> install <package>Code:apt-cache showpkg <package name>