search for: hiddenmenu

Displaying 20 results from an estimated 119 matches for "hiddenmenu".

2009 Oct 28
4
grub problems
This is irritating: I've got a server I just upgraded to 5.4, then rebooted, only to discover that it just *sits* there at the grub boot menu. I looked at grub.conf, and uncommented hiddenmenu (which should have been done long ago). It *still* sits there when I reboot. Any clues, folks? mark grub.conf: #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.18-164.2.1.el5) root (hd0,0) kernel /vmlinuz-2.6.18-164.2...
2011 Jan 25
1
kickstart and grub parameters
...oot. But when I try this from a kickstart-installed box, either from a %post section or manually, I still get (mostly) the GUI boot process. Here's my relevant menu.lst exerpts: first, the one working the way I like: #boot=/dev/hda default=0 timeout=5 #splashimage=(hd0,0)/grub/splash.xpm.gz #hiddenmenu title CentOS (2.6.18-194.11.4.el5) root (hd0,0) kernel /vmlinuz-2.6.18-194.11.4.el5 ro root=LABEL=/ initrd /initrd-2.6.18-194.11.4.el5.img Then, the one not behaving the way I expect: #boot=/dev/sda default=0 timeout=5 #splashimage=(hd0,0)/grub/splash.xpm.gz #hiddenmenu title CentOS (2.6.18-5...
2005 Dec 24
2
sata centos 4.2
I have one SATA drive with windows xp installed. I added a second SATA drive to install CentOS on. During the install, both drives are listed. If I use the auto-partition feature and deselect the drive with windows on it, only selecting the new drive, I get an error message that it could not create the partitions. The same thing happened a few months ago and I manually setup to partitions.
2005 Aug 30
3
CPU0 is toast error message
...ou have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda3 # initrd /initrd-version.img #boot=/dev/hda default=1 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.12-1.1447_FC4xen0) root (hd0,0) kernel /xen.gz dom0_mem=128M module /vmlinuz-2.6.12-1.1447_FC4xen0 ro root=LABEL=/ module /initrd-2.6.12-1.1447_FC4xen0.img title Fedora Core (2.6.12-1.1447_FC4) root (hd0,0) kernel /vmlinuz-2.6.1...
2006 Nov 16
0
Greeter Application Problems
.../boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0,0) # kernel /boot/vmlinuz-version ro root=/dev/sda1 # initrd /boot/initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,0)/boot/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.17-1.2187_FC5xen0) root (hd0,0) kernel /boot/xen.gz-2.6.17-1.2187_FC5 module /boot/vmlinuz-2.6.17-1.2187_FC5xen0 ro root=LABEL=/ quiet module /boot/initrd-2.6.17-1.2187_FC5xen0.img title Fedora Core (2.6.17-1.2187_FC5xenU) root (hd0,0)...
2009 Dec 18
3
xen "set encode" (8b2a) problem
...changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/dom0/root # initrd /initrd-version.img #boot=/dev/md0 default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.18-128.1.10.el5xen) root (hd0,0) kernel /xen.gz-3.2 #kernel /xen.gz-3.2 dom0_mem=256M module /vmlinuz-2.6.18-128.1.10.el5xen ro root=/dev/dom0/root module /initrd-2.6.18-128.1.10.el5xen.img I google this problem for a whole day. Someone says it is xen-kernel''s problem. T...
2008 Dec 03
8
GRUB Timeout problem
...u have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda3 # initrd /initrd-version.img #boot=/dev/hda default=0 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.18-92.1.18.el5) root (hd0,0) kernel /vmlinuz-2.6.18-92.1.18.el5 ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.18-92.1.18.el5.img title CentOS (2.6.18-53.el5) root (hd0,0) kernel /vmlinuz-2.6.18-53.el5 ro root=LABEL=/ rhgb quiet initrd /...
2011 May 13
2
XEN Dom 0 boot and Out of Memory issue‏
...g) on centIOS 5.5 (kernel 2.6.38.4). After changing the grub file and rebooting the machine, I am continuously getting out of memory error. The content of my grub file: default=0 timeout=5 serial --unit=0 --speed=115200 terminal --timeout=10 console serial splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.38.4) root (hd0,0) kernel /vmlinuz-2.6.38.4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.38.4.img title CentOS (2.6.38-xen0) root (hd0,0) kernel /xen-4.1.0.gz loglvl=all dom0_mem=512m guest_loglvl=all vga=ask,keep apic_ver...
2012 May 04
3
[GIT PULL] elflink fixes
...t; command line +const char *ontimeout = NULL; //"ontimeout" command line /* Empty refstring */ const char *empty_string; @@ -79,6 +80,7 @@ struct menu *root_menu, *start_menu, *hide_menu, *menu_list, *default_menu; int shiftkey = 0; /* Only display menu if shift key pressed */ int hiddenmenu = 0; long long totaltimeout = 0; +unsigned int kbdtimeout = 0; /* Keep track of global default */ static int has_ui = 0; /* DEFAULT only counts if UI is found */ @@ -1081,13 +1083,14 @@ do_include: //dprintf("got a kernel: %s, type = %d", ld.kernel, ld.type); } } else if...
2011 Aug 05
1
CentOS 6 kernel update and grub.conf...
Hey, I ran a yum update and it installed a new kernel. ?? ... ?? Installed: ??? kernel.x86_64 0:2.6.32-71.29.1.el6? kernel-devel.x86_64 0:2.6.32-71.29.1.el6 but it did not modify the grub.conf file. ? #boot=/dev/sda ? default=0 ? timeout=5 ? splashimage=(hd0,0)/grub/splash.xpm.gz ? hiddenmenu ? title CentOS (2.6.32-71.el6.x86_64) ?? ?????? root (hd0,0) ?? ?????? kernel /vmlinuz-2.6.32-71.el6.x86_64 ro root=UUID=... ?? ?????? initrd /initramfs-2.6.32-71.el6.x86_64.img Is this the new behavior or...? Thx, JD
2008 Jan 15
3
having trouble booting Xen-3.1 on X86_64 Fedora Core 8 install
...panics and reboots immediately so I can''t capture or write down anything and I can''t seem to find a log anywhere in /var/log that would capture the failed boot sequence. I have a SATA drive. My grub.conf file is: default=0 timeout=5 splashimage=(hd0,2)/boot/grub/splash.xpm.gz hiddenmenu title Xen 3.1 / XenLinux 2.6 kernel /boot/xen-3.1.gz console=vga module /boot/vmlinuz-2.6-xen root=LABEL=/1 ro console=tty0 # have also tried root=/dev/sda3, no luck. title Fedora (2.6.23.9-85.fc8) root (hd0,2) kernel /boot/vmlinuz-2.6.23.9-85.fc8 ro root=LABEL=/...
2005 Oct 28
2
UP vs SMP kernel ?
...partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/hdb default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz #hiddenmenu title CentOS-4 i386-up (2.6.9-22.EL) root (hd0,0) kernel /vmlinuz-2.6.9-22.EL ro root=/dev/VolGroup00/LogVol00 initrd /initrd-2.6.9-22.EL.img You have new mail in /var/spool/mail/root Then, I proceeded with the kernel upgrade and checked grub.conf again [root at mavis down...
2007 Jun 12
7
Xen in RHEL 5.0...Installation problems
.... This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/hda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz #hiddenmenu title Red Hat Enterprise Linux Server (2.6.18-8.el5xen) root (hd0,0) kernel /xen.gz-2.6.18-8.el5 module /vmlinuz-2.6.18-8.el5xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet module /initrd-2.6.18-8.el5xen.img title Red Hat Enterprise Linux Server (2.6.18-8.el5) root (hd0,0) kernel /v...
2010 Mar 04
3
grub.conf and /proc/cmdline
...mesg | more do not show the pci=nomsi. How can this be? there are no strange characters after quiet and before pci=nomsi. It was edited with vi. What can I do to get this parameter in my kernel boot line. Jerry ----------------- default=0 timeout=5 splashimage=(hd0,0)/boot/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.18-164.11.1.el5) root (hd0,0) kernel /boot/vmlinuz-2.6.18-164.11.1.el5 ro root=LABEL=/ rhgb quiet pci=nomsi initrd /boot/initrd-2.6.18-164.11.1.el5.img cat /proc/cmdline ro root=LABEL=/ rhgb quiet dmesg | more Linux version 2.6.18-164.11.1.el5 (mockbuild...
2009 Jun 07
1
please help: Linux Kernel must be loaded before initrd
...This is error message on the screen " Error 19: Linux Kernel must be loaded before initrd" Server is currently up with 2nd kernel. Please check the grub.conf. [/QUOTE] Looking at grub.conf, I see the following: #boot=/dev/hda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.18-128.1.10.el5xen) root (hd0,0) kernel /xen.gz-2.6.18-128.1.10.el5 ro root=/dev/VolGroup00/LogVol01 ide0=noprobe ide1=noprobe initrd /initrd-2.6.18-128.1.10.el5.img title CentOS (2.6.18-128.1.10.el5) root (hd0,0) kernel /vmlinuz-2.6.18-128....
2011 Nov 02
1
CentOS 5.7 gives me a blank screen after bootup
...CD and the KVM. Does anyone know how to fix this? It does the same whether I boot into the CentOS, or XEN kernel, or in single user mode. First few lines of /etc/grub.conf: # initrd /initrd-version.img #boot=/dev/md0 default 0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.18-274.7.1.el5xen) root (hd0,0) kernel /xen.gz-2.6.18-274.7.1.el5 dom0_mem=786M module /vmlinuz-2.6.18-274.7.1.el5xen ro root=/dev/LVM01/root nofb module /initrd-2.6.18-274.7.1.el5xen.img title CentOS (2.6.18-274.7.1.el5) root (hd0,0)...
2007 Jan 15
3
WinXP don't boot
...ou have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd1,1) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-version.img #boot=/dev/hdb default=1 timeout=5 splashimage=(hd1,1)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.9-42.0.3.EL) root (hd1,1) kernel /vmlinuz-2.6.9-42.0.3.EL ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.9-42.0.3.EL.img #title CentOS-4 i386 (2.6.9-42.ELsmp) # root (hd1,1) # kernel /vmlinuz-2.6.9-42.ELsmp ro root=LABEL=/ rhgb quiet # init...
2011 May 25
3
Re: (XEN) Scrubbing Free RAM........................ Reboot
...d paths are relative to /boot/, eg. > #          root (hd0,0) > #          kernel /vmlinuz-version ro root=/dev/mapper/vg_f14-lvroot > #          initrd /initrd-[generic-]version.img > #boot=/dev/cciss/c0d0 > default=0 > timeout=10 > splashimage=(hd0,0)/grub/splash.xpm.gz > #hiddenmenu > title Fedora (2.6.35.13-91.fc14.x86_64) >         root (hd0,0) >         kernel /vmlinuz-2.6.35.13-91.fc14.x86_64 ro > root=/dev/mapper/vg_f14-lvroot rd_LVM_LV=vg_f14/lvroot > rd_LVM_LV=vg_f14/lvswap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 > SYSFONT=latarcyrheb-sun16 KEYTA...
2008 Mar 28
8
Booting dom0: Kernel Panic - not syncing: Attempted to kill init!
...d initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda3 console=tty0 console=ttyS0,9600 # initrd /initrd-version.img boot=/dev/hda1 default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu # title Scientific Linux (2.6.9-11.EL) root (hd0,0) kernel /vmlinuz-2.6.9-11.EL ro root=LABEL=/ rhgb quiet console=tty0 console=ttyS0,9600 initrd /initrd-2.6.9-11.EL.img *# title Xen 3.1 / XenLinux 2.6 root (hd0,0) kernel /xen-3.1.0.gz dom0_mem=256000 no...
2015 Aug 05
4
CentOS 5 grub boot problem
Dumb thought: I don't remember how, other than from a grub menu, but I'm pretty sure there's a way to default boot into a grub shell. Once there, you can see, using file completion, the drives, and where your initrd is. mark