0

Possible Duplicate:
How to remove dual boot menu?

This my grub boot loader and it show that I have two OS and I want other lines to remove it specially under line because it make anyone can edit it and make trouble for boot systems

So how can remove it or change?

grub load

2 Answers2

2

You can remove the memtest by removing the "memtest86+" package from your computer, followed by a "update-grub2".

The other lines (at the bottom) can't be removed as far as I know.

2

You can do it with Grub Customizer software by Daniel Richter. Run the following code in terminal:

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer

then open the application(with Unity Dash or with grub-customizer command in Terminal).Delete lines whatever you want.

Hckr
  • 951
  • 6
  • 23