Jump to content

Getting Rid of Grub

OK so, just installed elementary OS (love this thing so much!) and now I want to get rid of grub since I don't need it at all. I have 2 ssds in my system, one for windows and one for Linux.

 

I switch OS by booting from different SSDs whenever I wnat, so how Can I just get rid of GRUB. 

 

Thanks in advance guys !

Project Mercury : 4460 | EVGA 960 FTW | 8 gb | 650 Watt PSU | 240GB SSD | 3TB HDD | Custom painted Evolv ITX

Link to comment
Share on other sites

Link to post
Share on other sites

sudo gedit /etc/default/grub

(or whatever your text editor is, gedit is common)

 

In the line:

GRUB_HIDDEN_TIMEOUT_QUIET=false

change it to:

GRUB_HIDDEN_TIMEOUT_QUIET=true

then

sudo update-grub
Link to comment
Share on other sites

Link to post
Share on other sites

sudo gedit /etc/default/grub

(or whatever your text editor is, gedit is common)

 

In the line:

GRUB_HIDDEN_TIMEOUT_QUIET=false

change it to:

GRUB_HIDDEN_TIMEOUT_QUIET=true

in my linux I assume ?

Project Mercury : 4460 | EVGA 960 FTW | 8 gb | 650 Watt PSU | 240GB SSD | 3TB HDD | Custom painted Evolv ITX

Link to comment
Share on other sites

Link to post
Share on other sites

In your terminal, yes.

Thank you very much ! it worked !

Project Mercury : 4460 | EVGA 960 FTW | 8 gb | 650 Watt PSU | 240GB SSD | 3TB HDD | Custom painted Evolv ITX

Link to comment
Share on other sites

Link to post
Share on other sites

Thank you very much ! it worked !

 

Mark as solved, please.

 

and np

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×