Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
From my experience i can say you will get the autoloader (GRUB) even if you install 1 linux version (i tried ubuntu and debian and they behave the same)
There might be a way to tell grub to pick specific option immidiatly after boot but im not sure. -
nnee4696yYou'll see grub menu because it always installs other options: fallback, memtest...
It can all be configured, of course. -
Okay, thanks.
I'm building a script to set a customized theme on that screen, and just as I am almost done, I am like, do we even get this with just 1 Linux? XD -
@njpugh90 Quick hack... You can simply remove the advanced option from grub.cfg :P
-
wowotek58276y@BugsBuggy why don't you change the splashscreen instead? i mean alot of people will skip the bootloader in milliseconds.
-
When i installed ubuntu from their website and followed their instructions, my laptop auto boots to the login screen. No bootloader menu
-
Here it is...
An application to customise boot loader screen (GRUB) for Linux Users https://github.com/AseedUsmani/...
Clone the repository.
Run the app using `sudo ./GReza`.
My grub theme https://i.imgur.com/8LPgmMD.jpg
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Quick question: If you install only Linux (say Ubuntu), and boot your system, do you still see bootloader screen with options to choose where to boot from (Ubuntu/Advanced Ubuntu) like we get when we have dual boot, or does it boot directly?
question
grub
linux
bootloader