![]() |
How to clean up GRUB? - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: How to clean up GRUB? (/showthread.php?tid=260) |
How to clean up GRUB? - dodo - 04-23-2014 My GRUB is messy, especially after installing PAE kernel, now i have to go to "Previous Versions" submenu and boot LL from there. Is there any way to remove all these Memtests, Recovery Modes and such to keep it nice and clean. Since i have XP Dual boot, i would like my GRUB to look like this: Linux Lite Windows XP pls point me in right direction ![]() Re: How to clean up GRUB? - N4RPS - 04-23-2014 Hello! Point you in the right direction? Sure! This sounds like a job for GRUB Customizer. More info here: http://ubuntuforums.org/showthread.php?t=1664134 American TV shows are aired more or less worldwide, but since you're from Croatia, just in case you didn't know, the following phrase comes from the 1960s US TV series 'Lost In Space'... [move]DANGER, Will Robinson! DANGER, Will Robinson! DANGER, Will Robinson! DANGER, Will Robinson! DANGER, Will Robinson! DANGER, Will Robinson! DANGER, Will Robinson! DANGER, Will Robinson![/move] The GRUB boot loader is EXTREMELY easy to goof up. If you DO, you will NOT be able to boot to ANYTHING on your hard drive! Therefore, BEFORE you play with it, go here: https://help.ubuntu.com/community/Boot-Repair In MOST cases, Boot Repair will fix any fatal GRUB boo-boos you happen to make. Have a LiveCD ready to boot from, also, just in case. To install GRUB Customizer, in a terminal window [CTRL=ALT-T], type this: Code: sudo add-apt-repository ppa:danielrichter2007/grub-customizer You can even specify a background image for GRUB: Code: sudo apt-get install grub2-splashimages More info on THAT HERE: http://linuxers.org/howto/how-change-grub2-splash-images Enjoy, but BE CAREFUL!!! 73 DE N4RPS Rob Re: How to clean up GRUB? - dodo - 04-24-2014 (04-23-2014, 11:10 PM)N4RPS link Wrote: American TV shows are aired more or less worldwide, but since you're from Croatia, just in case you didn't know, the following phrase comes from the 1960s US TV series 'Lost In Space'... Ty for instructions, i didn't watch "Lost in Space" Will try GRUB customizer and hopefully i won't get stuck in time-space continuum. ;D Re: How to clean up GRUB? - dodo - 04-24-2014 Hm, after running these commands in terminal, looks like there is some kind of error i copied: Code: kucni-kompjuter@KucniKompjuter-Linux:~$ sudo add-apt-repository ppa:danielrichter2007/grub-customizer excuse my newbieness : ![]() Re: How to clean up GRUB? - gold_finger - 04-24-2014 Open terminal and enter only these two again: Code: sudo apt-get update Code: sudo apt-get install grub-customizer From your output in last post, after this: Code: sudo add-apt-repository ppa:danielrichter2007/grub-customizer You were supposed to just hit enter to add the ppa. It appears as though that is when you typed sudo apt-get update and then hit enter. If that's what you did, then it probably just registered the "enter", but not the update command. So, when you tried to install, the package lists were not updated to reflect the addition of the ppa source. That's my guess at least based on what the output appears to show. Re: How to clean up GRUB? - dodo - 04-24-2014 ⇧ Thank you gold finger, that worked and i learned something new: -> (read lines in terminal, dont just put commands and keep pressing enter ???) Now, GRUB Customizer is installed, i will tinker with it tomorrow and post results. Hopefully i wont blow something up. ![]() Re: How to clean up GRUB? - dodo - 04-25-2014 GRUB customizer worked fine. I have advice for anyone who will use it: save after each step, for example if u delete one entry-save, move one entry up- save, add submenu-save and so on..., dont just make all the changes at once and save em then because i did that and there was some kind of error so i had to go all over again. Mission accomplished. grub edited successfuly 8) |