LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-04-2015, 09:56 PM   #1
OllieDixon
LQ Newbie
 
Registered: Sep 2015
Posts: 12

Rep: Reputation: Disabled
Newb wants GRUB to go away! heh


Recently made a dual boot with Win7 and Mint 17.2 Cinnamon. I then decided i just wanted Mint. So installed Mint again choosing the erase the entire disk option. Grub loading screen was still there on reboot. Is there any way to get rid of it? Google is full of help for going back to windows.. Linux, not so much.

I have tried...

Formatting the drive with windows 7. Then quitting and installing Mint.

sudo apt-get remove --purge grub

sudo rm -r /boot

dd if=/dev/zero of=/dev/sda bs=512 count=1

I know i can hide it with the grub config but i still see the blank screen where its about to load. I just installed Mint in a virtual box.. No loader scene.. the way it's supposed to be. Why cant i remove it completely from the the actual computer i want to use? I'd like it to just not be there. Like in my virtual box. I've reinstalled about 8 times now and it just wont go away! hehe

Halp!

EDIT: I just figured it out. All i did was use the usb stick that i used on the laptop i "dug out". Created by Rufus. I guess it was the stick i was using.. It was created by Yumi and had Win7 and Mint on it. Problem solved. NO Grub boot screen! I honestly can't believe not a single person on here thought it was strange to have a multi boot screen with no multi boot.

Last edited by OllieDixon; 09-05-2015 at 10:51 AM. Reason: Solved
 
Old 09-04-2015, 10:19 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Hello and welcome to LQ.

Grub is a loader, it is generally needed to get linux running. At one time you had some other choices.

If your post is backwards and you want to install the windows loader then that is a horse of a different color.
 
Old 09-04-2015, 10:21 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
You have to have a boot-loader - yes, even in VBox.
You don't however have to sit and wait for the menu.
Quote:
Originally Posted by OllieDixon View Post
I know i can hide it with the grub config but i still see the blank screen where its about to load.
Explain exactly what you did.
Simple answer should be to ensure GRUB_HIDDEN_TIMEOUT is unset, and GRUB_TIMEOUT is set to zero.
 
1 members found this post helpful.
Old 09-04-2015, 10:22 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Why cant i remove it completely from the the actual computer i want to use?
-::-Because a Linux operating system can't boot without a bootloader.-::-
 
Old 09-04-2015, 10:24 PM   #5
OllieDixon
LQ Newbie
 
Registered: Sep 2015
Posts: 12

Original Poster
Rep: Reputation: Disabled
I know its a loader. I know It needs a loader. I just don't get why the option screen with memtest needs to pop up. Or why i need to hide it with tricks. This morning i installed Mint. It booted directly into the OS. No screen, no configuring (just like Virtual box). Ever since i did the dual boot nothing i do gets rid of the grub screen that lets you choose between Linux and memtest.

Last edited by OllieDixon; 09-04-2015 at 10:27 PM.
 
Old 09-04-2015, 10:36 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by OllieDixon View Post
I know its a loader. I know It needs a loader. I just don't get why the option screen with memtest needs to pop up. Or why i need to hide it with tricks. This morning i installed Mint. It booted directly into the OS. No screen, no configuring (just like Virtual box). Ever since i did the dual boot nothing i do gets rid of the grub screen that lets you choose between Linux and memtest.
Performing a dual boot is not going to get rid of the Grub screen.
Grub has to run in order for your os to boot up. AFAIK you can't get rid of it.
Even if you changed to the LILO bootloader you would still have the same result.

If Windows is still showing up in your Grub Menu and you told Mint to take over the Windows partitions than it's because you didn't run 'grub-update' in the terminal.

If you hate the Grub Menu that much than install 'Grub Customiser' and choose a picture of choice on your pc to load instead of that black and white Grub Menu screen.

http://linuxg.net/how-to-install-gru...entary-os-0-2/

http://linuxbsdos.com/2014/12/03/use...nux-mint-17-1/
 
Old 09-04-2015, 10:39 PM   #7
OllieDixon
LQ Newbie
 
Registered: Sep 2015
Posts: 12

Original Poster
Rep: Reputation: Disabled
There is no windows or dual boot involved. It's just mint. I have installed mint a few times over the last couple days. The screen i am talking about never showed up until i tried to dual boot. Which makes sense when you are actually dual booting. I am not. Ever since then it shows up every single time (about 9 clean installs of just Mint now) no mater what i do.

EDIT: Maybe i am just crazy.. You guys are saying that Mint always has that screen, no mater what. In every single install? I swear it wasn't there when i installed it this morning. And it does not show up in virtual box.

Last edited by OllieDixon; 09-04-2015 at 10:47 PM.
 
Old 09-04-2015, 10:50 PM   #8
whm1974
Member
 
Registered: Apr 2015
Posts: 142

Rep: Reputation: 28
I fail to see what the problem is. The Grub boot menu is only on screen for a few seconds anyway. Good grief.
 
1 members found this post helpful.
Old 09-04-2015, 11:14 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by OllieDixon View Post
There is no windows or dual boot involved. It's just mint. I have installed mint a few times over the last couple days. The screen i am talking about never showed up until i tried to dual boot. Which makes sense when you are actually dual booting. I am not. Ever since then it shows up every single time (about 9 clean installs of just Mint now) no mater what i do.

EDIT: Maybe i am just crazy.. You guys are saying that Mint always has that screen, no mater what. In every single install? I swear it wasn't there when i installed it this morning. And it does not show up in virtual box.
In a dual boot or not you will always have the Grub Menu screen.

-::-Every distribution has that GNU Grub Menu screen-::-

It's not good to keep installing over and over again it (might) create a bad sector on the HDD.
 
Old 09-04-2015, 11:22 PM   #10
OllieDixon
LQ Newbie
 
Registered: Sep 2015
Posts: 12

Original Poster
Rep: Reputation: Disabled
I guess i just don't understand why it never showed up until i tried to dual boot...

Every distribution? Of Linux or mint? I know im in the newb forum but i have tried a few non mint distros recently and have never seen it until this afternoon. Mint Xfce didn't have it.
 
Old 09-04-2015, 11:23 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You could try this thread but I've never tried it-
Try at your own risk- IMO I wouldn't do it-

http://askubuntu.com/questions/11108...inning-of-boot
 
Old 09-04-2015, 11:30 PM   #12
OllieDixon
LQ Newbie
 
Registered: Sep 2015
Posts: 12

Original Poster
Rep: Reputation: Disabled
I have done that. It hides it but there is a brief screen where it should be. Im trying to get it back to the way it was in my other tests all the way up until i dual booted with Win7.
 
Old 09-05-2015, 12:22 AM   #13
OllieDixon
LQ Newbie
 
Registered: Sep 2015
Posts: 12

Original Poster
Rep: Reputation: Disabled
Well, I just dug out an old laptop. Installed Mint 17.2 Cinnamon. No GRUB screen.
 
Old 09-05-2015, 07:54 AM   #14
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
The default setting with Grub2 is if only one operating system is installed, no boot menu. If two or more, there is a boot menu. You might look at the link below and see if it has the answer you want.

http://askubuntu.com/questions/14809...ult-boot-entry
 
Old 09-05-2015, 07:56 AM   #15
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
Besides hidden did you set the grub timer to zero, Which IMHO isn't a good idea in case there is problems.

@ Yancek, guess I was little slow posting, and you even provided a link, LOL.

Last edited by colorpurple21859; 09-05-2015 at 07:59 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
We suck more...(Heh) xXMagiciaNXx LinuxQuestions.org Member Intro 3 11-17-2007 06:58 AM
Please help my before I shoot my laptop HEH TuffPoo Linux - Laptop and Netbook 1 03-28-2006 12:10 AM
couple of newb questions (grub and wireless) Britten Ubuntu 6 11-26-2005 01:21 PM
Total Newb.. Grub, Fedora... Samoht Gnir Linux - Newbie 3 10-25-2004 10:47 PM
Heh heh sykopath General 3 08-06-2003 03:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration