You are Here:
Linux Lite 7.0 RC1 Released - See Release Announcement Section



No grub boot screen on startup

Author (Read 12181 times)

0 Members and 1 Guest are viewing this topic.

Re: No grub boot screen on startup
« Reply #9 on: July 16, 2015, 11:22:25 PM »
 

rokytnji

  • Friganeer
  • Platinum Level Poster
  • **********
  • 1255
    Posts
  • Reputation: 139
    • View Profile

  • CPU: Intel Core2 Duo U9600

  • MEMORY: 4Gb

  • VIDEO CARD: Intel Mobile 4
Maybe running os-prober will pick it up but I cannot swear to it.
Code: [Select]
sudo update-grub
See. The biggest problem with my response is. I do not dual boot with Windows.
My Linux Laptops are Linux only.

My one Windows laptop for tuning motorcycles is Windows only.
I have no use for dual boot like other members have.
So my responses are limited.
« Last Edit: July 16, 2015, 11:28:00 PM by rokytnji »
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
 

Re: No grub boot screen on startup
« Reply #8 on: July 16, 2015, 10:54:27 PM »
 

Lend27

  • PayPal Supporter
  • Occasional Poster
  • *****
  • 75
    Posts
  • Reputation: 10
  • Linux Lite Member
    • View Profile

  • CPU: Intel i7-4790K

  • MEMORY: 32Gb

  • VIDEO CARD: NVidia GTX760
Hey guys, just wanted you to know that I found the reason for not having a boot menu screen at startup.
I installed "Grub Customizer" so I could take a look at the grub config.

It turns out that it was configured for no menu, and a boot delay of 0 seconds. Meaning that there would be no boot menu and it would boot directly into the default OS.

I enabled  the boot menu option and put a delay of 3 seconds.
Lo and behold, the boot menu now shows. LL is the only item on there at present.
I'm still trying to figure out how to add windows to the menu. If anyone has any input I'd be appreciative. My Win10 install is on another internal SSD. In Gparted the boot partition shows only as boot, no eufi. Not sure why it doesn't show in grub2.

But anyway, the grub menu issue is resolved.

Thanks
Len
 

Re: No grub boot screen on startup
« Reply #7 on: July 16, 2015, 02:47:57 AM »
 

N4RPS

  • Donator
  • Platinum Level Poster
  • **********
  • 1149
    Posts
  • Reputation: 155
  • Knows JUST ENOUGH Linux to be DANGEROUS
    • View Profile
    • Orphans for Christ, Self Advocates of Mecklenburg

  • CPU: Several Different 32-bit & 64-bit CPUs, 2-8 GB RAM

  • MEMORY: 8Gb

  • VIDEO CARD: Several Different AMD and Intel GPUs
Hello!

If you're booting Windows 10 in UEFI mode, and LL in legacy mode, to use the GRUB bootloader, you will need to convert LL to boot in UEFI mode - which, basically, adds in the UEFI version of GRUB from an Ubuntu LiveCD. All this and the link to the YouTube video  Is mentioned in the forums somewhere; you can either search here or Google for the video on YouTube. Or, as Rok suggests, you can just switch back and forth in the BIOS instead...

73 DE N4RPS
Rob


A gun in your hand is worth more than a whole police force on the phone.
 

Re: No grub boot screen on startup
« Reply #6 on: July 16, 2015, 12:19:48 AM »
 

shaggytwodope

  • Forum Regular
  • ***
  • 222
    Posts
  • Reputation: 44
  • Linux Lite Member
    • View Profile
    • Shaggy's Blog

  • CPU: Intel i5 4440

  • MEMORY: 8Gb

  • VIDEO CARD: Intel HD Graphics 4600
Anyone have any inout on this please?

As I stated, I can boot LL but there is no grub splash scree, it just goes directly to LL, even thhough I have Windows 10 on another partition.

When I want to boot either OS, I have to enter the bios boot options and select the appropriate OS.

Is there a way to enable a boot grub splash screem so I can select either OS at startup?

Thanks!
Len
Since your able to boot into linuxlite, boot into it and run these commands and steps. But let me start with a warning, your messing with your bootmanager. And it's dangerous at any stage to manually edit these things. Only edit What I mention, and be careful. Backup any data, both for linux and your windows install.

Fire up a terminal and type this, entering your sudo password ofc when prompted.
Code: [Select]
sudo leafpad /etc/default/grub
At this point we're going to make grub give a timer for the grub menu. So you can just let it boot to it's default, selecting an os only when you need to. Find the line GROUB_HIDDEN_TIMEOUT and change it to =10. This is in seconds and you can adjust to what you want. Maybe =5 for a 5 sceond timer.
Code: [Select]
GRUB_HIDDEN_TIMEOUT=10
Next you wanna stop grub from being hidden, basicly you just change the option from true to false. 
Code: [Select]
GRUB_HIDDEN_TIMEOUT_QUIET=false
These are the ONLY two options you needed to edit. Save the file and exit.

Now run:
Code: [Select]
sudo update-grub
That command updates grub to use your config changes, its important to run that command when any changes to grub is made.

Finally, your presented with a countdown now when booting, to select/view the grub menu simply press the shift key at boot. This should be all you need assuming grub and all the autmated tools have done their job.
The Truth is out there.
Be sure to check the Manual out and always report Bugs or feature requests.
 

Re: No grub boot screen on startup
« Reply #5 on: July 15, 2015, 09:58:59 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8784
    Posts
  • Reputation: 803
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
@Len I'm extremely busy with LL development at the moment so can't answer peoples questions as much as before. Best just to address the Forum folk generally, than someone specific, as you may get disappointed by the delay. Cheers :)
 

Re: No grub boot screen on startup
« Reply #4 on: July 15, 2015, 12:00:27 PM »
 

rokytnji

  • Friganeer
  • Platinum Level Poster
  • **********
  • 1255
    Posts
  • Reputation: 139
    • View Profile

  • CPU: Intel Core2 Duo U9600

  • MEMORY: 4Gb

  • VIDEO CARD: Intel Mobile 4
My answer will just blow your mind.

http://www.rodsbooks.com/efi-bootloaders/index.html

http://www.rodsbooks.com/efi-bootloaders/principles.html

Simpler Breakdown

https://bbs.archlinux.org/viewtopic.php?id=169328

UEFI, 2 drives, and Windows 10 is hard core hacking. Not for the novice.
Switching drives in bios is easier IMO.


You might want to consider running a persistent sd card install of linux lite on that laptop.
Something I was doing when I first joined this forum.
« Last Edit: July 15, 2015, 12:04:47 PM by rokytnji »
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
 

Re: No grub boot screen on startup
« Reply #3 on: July 15, 2015, 07:50:41 AM »
 

Wirezfree

  • PayPal Supporter
  • Platinum Level Poster
  • *****
  • 1484
    Posts
  • Reputation: 405
  • Linux Lite "Advocate"
    • View Profile

  • CPU: i7-4790S

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD4600 (Integrated)
Hi,

Sorry I can't help you,
Sometimes the knowledgeable folks on this may not visit everyday, so you have to be a little patient.
It may help though if you attach a System Report, so people can see exactly what your system is.

Menu > System > Create System Report

GL...
Dave
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks :)

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
 

Re: No grub boot screen on startup
« Reply #2 on: July 15, 2015, 05:07:33 AM »
 

Lend27

  • PayPal Supporter
  • Occasional Poster
  • *****
  • 75
    Posts
  • Reputation: 10
  • Linux Lite Member
    • View Profile

  • CPU: Intel i7-4790K

  • MEMORY: 32Gb

  • VIDEO CARD: NVidia GTX760
Anyone have any inout on this please?

As I stated, I can boot LL but there is no grub splash scree, it just goes directly to LL, even thhough I have Windows 10 on another partition.

When I want to boot either OS, I have to enter the bios boot options and select the appropriate OS.

Is there a way to enable a boot grub splash screem so I can select either OS at startup?

Thanks!
Len
 

No grub boot screen on startup
« Reply #1 on: July 10, 2015, 12:01:45 PM »
 

Lend27

  • PayPal Supporter
  • Occasional Poster
  • *****
  • 75
    Posts
  • Reputation: 10
  • Linux Lite Member
    • View Profile

  • CPU: Intel i7-4790K

  • MEMORY: 32Gb

  • VIDEO CARD: NVidia GTX760
Hello again Jerry :)

I installed LL on a machine that also has windows 10 on it.
They are on separate SSD's.
Windows was already installed and then I installed LL from USB.
LL did not recognize any other OS's and so I picked "something else" from the install drive selection.
I had already formatted the drive with a boot partition, a home partition, and a swap partition.
I designated them as such for the install with grub to install at the first boot partition.
All went well, but I am not getting a grub screen at startup. I have to enter the bios boot screen and select which system to boot.
The windows drive is set as default in the bios.

I then re-installed. This time LL found windows and so I selected "erase the drive" as my install option.
LL installed and designated the windows SSD as the location for grub.
Finished the install, but this time there is no way to boot LL at all. No selection in the bios boot screen will activate LL.
Windows was untouched and boots as normal.

I installed a 3rd time, and LL did not find windows. So, I went through the first scenario again. And again, I can boot either OS but only by getting into the bios boot selector and designating the appropriate boot option.

When I have installed other linux distros on the same machine, if I select "erase the drive", it automatically handles the grub install properly, and when I reboot I have a grub screen to select either windows or linux. Not so with LL.

So, I do want to keep running LL, but I would like to be able to simplify the boot selection at startup.

Is there a way to correct this?

Thanks and I do love Linux Lite.

Len
« Last Edit: August 03, 2015, 01:51:38 AM by Jerry »
 

 

-->
X Close Ad

Linux Lite 7.0 RC1 Released - See Release Announcement Section