Author Topic: Grub timing - Solved itself  (Read 518 times)

Offline dangbert

  • Sr. Member
  • ****
  • Posts: 360
Grub timing - Solved itself
« on: December 30, 2012, 09:23:18 PM »
I downloaded the 2012.12 KDE torrent and did the install, which was flawless - well almost.  The problem is, Grub is not activating the delay before it goes to the default setting.  The only way around this is to keep hitting the "down arrow" as soon as the boot cycle clears the BIOS. Grub will pop up and you can make your selection as normal.  Without hitting the "down arrow" Grub flashes by so quickly as to be nothing more than a blur.

I have reset the delay in the CC,Boot, Setup Boot System to 30sec and there was no change.  

Before I start thrashing around in the dark and mysterious innards of the system, I thought I would ask some wiser and more seasoned heads.

Deb
« Last Edit: December 31, 2012, 12:38:19 PM by dangbert »

Offline johnmart

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1105
  • Make Love Not War
Re: Grub timing
« Reply #1 on: December 31, 2012, 05:22:42 AM »
hmmm....that is how I set my grub timing.
You could check it manually to confirm that pcc is saving your setting.
/boot/grub/menu.lst (as root)

**the first entry**
timeout 04
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0

Do you by chance have the system set to login your default user automatically?
Acer Aspire, Intel core2 2.20GHz, ‎Graphics nVidia ‎G98M [GeForce G 105M], 2gb ram, Wireless Intel Link 5100

Why, any 5 year old child could understand this.
Somebody bring me a 5 year old.
Groucho

Offline dangbert

  • Sr. Member
  • ****
  • Posts: 360
Re: Grub timing
« Reply #2 on: December 31, 2012, 08:18:42 AM »
Menu.1st looks just like your sample, except the timeout is set to 10

Yes, I do have an autologon set, but then I always do that.  I am confused on why you asked.  What does the autologon have to do with the time the Grub Menu displays?

Thanks

Deb

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10662
  • MLUs Forever!
Re: Grub timing
« Reply #3 on: December 31, 2012, 08:25:27 AM »
Can you post the contents of your

/boot/grub/menu.lst

file please?

In case you have more than one OS installed please ensure the one you post is the one used by Grub.

MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline dangbert

  • Sr. Member
  • ****
  • Posts: 360
Re: Grub timing
« Reply #4 on: December 31, 2012, 11:29:36 AM »


As requested.  The default is PCLinuxOS 2012.8

Deb

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,5)/boot/gfxmenu
default 0

title PCLinuxOS 3.2.18-pclos2.pae.bfs
kernel (hd0,5)/boot/vmlinuz-3.2.18-pclos2.pae.bfs BOOT_IMAGE=PCLinuxOS_3218-pclos2paebfs root=UUID=e6a0995b-13b9-452f-a70c-b06d29d84d4e quiet nokmsboot vmalloc=256M acpi=on resume=UUID=9adb5ce2-8c4d-48a7-a945-baea5255df88 splash=silent vga=788
initrd (hd0,5)/boot/initrd-3.2.18-pclos2.pae.bfs.img

title PCLinuxOS 3.2.18-pclos2.bfs
kernel (hd0,5)/boot/vmlinuz-3.2.18-pclos2.bfs BOOT_IMAGE=PCLinuxOS_3.2.18-pclos2.bfs root=UUID=e6a0995b-13b9-452f-a70c-b06d29d84d4e quiet nokmsboot vmalloc=256M acpi=on resume=UUID=9adb5ce2-8c4d-48a7-a945-baea5255df88 splash=silent vga=788
initrd (hd0,5)/boot/initrd-3.2.18-pclos2.bfs.img

title PCLinuxOS 2012.2 (64 bit)
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=PCLinuxOS_2012.2_(64_bit) root=UUID=e6a0995b-13b9-452f-a70c-b06d29d84d4e quiet nokmsboot vmalloc=256M acpi=on resume=UUID=9adb5ce2-8c4d-48a7-a945-baea5255df88 splash=silent vga=788
initrd (hd0,5)/boot/initrd.img

title PCLinuxOS 2011.9
root (hd0,0)
configfile /boot/grub/menu.lst

title linux-nonfb
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=e6a0995b-13b9-452f-a70c-b06d29d84d4e quiet nokmsboot vmalloc=256M acpi=on resume=UUID=9adb5ce2-8c4d-48a7-a945-baea5255df88
initrd (hd0,5)/boot/initrd.img

title failsafe
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=e6a0995b-13b9-452f-a70c-b06d29d84d4e quiet nokmsboot failsafe vmalloc=256M acpi=on
initrd (hd0,5)/boot/initrd.img

title memtest-4.20
kernel (hd0,5)/boot/memtest-4.20 BOOT_IMAGE=memtest-4.20

title linux
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=e6a0995b-13b9-452f-a70c-b06d29d84d4e quiet nokmsboot vmalloc=256M acpi=on resume=UUID=9adb5ce2-8c4d-48a7-a945-baea5255df88 splash=silent vga=788
initrd (hd0,5)/boot/initrd.img




Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10662
  • MLUs Forever!
Re: Grub timing
« Reply #5 on: December 31, 2012, 11:54:02 AM »
Quote
title PCLinuxOS 3.2.18-pclos2.pae.bfs
kernel (hd0,5)/boot/vmlinuz-3.2.18-pclos2.pae.bfs BOOT_IMAGE=PCLinuxOS_3218-pclos2paebfs root=UUID=e6a0995b-13b9-452f-a70c-b06d29d84d4e quiet nokmsboot vmalloc=256M acpi=on resume=UUID=9adb5ce2-8c4d-48a7-a945-baea5255df88 splash=silent vga=788
initrd (hd0,5)/boot/initrd-3.2.18-pclos2.pae.bfs.img

Maybe the typo is interfering ......

pclos2pae.bfs
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline dangbert

  • Sr. Member
  • ****
  • Posts: 360
Re: Grub timing
« Reply #6 on: December 31, 2012, 12:00:58 PM »
OOPS !!!   Wrong file.  Well the right file from the wrong computer.  Just a moment.

Deb

Offline dangbert

  • Sr. Member
  • ****
  • Posts: 360
Re: Grub timing - Solved itself
« Reply #7 on: December 31, 2012, 12:07:48 PM »
OOPS !!!   Wrong file.  Well the right file but from the wrong computer.  The Menu.1st on this computer works just fine.

Now for the really weird stuff.  I rebooted the other computer out of XP and was all ready for the Grub screen to flash by on its way to booting PCLinuxOS 2012.12.  Imagine my surprise when the Grub screen popped up and showed no indication that it was anything but what it should have been.

Back in the days when I was a technician, I used to hate it when the problem fixed itself.  For two reasons, 1) the Operators would never believe it and 2) You knew, all over again, life is just weird sometimes.

Thanks for the time

Deb

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10662
  • MLUs Forever!
Re: Grub timing
« Reply #8 on: December 31, 2012, 12:16:22 PM »
Best mark the first post heading with a [SOLVED] although you don't know the reason  :D
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT