search for: grub_distributor

Displaying 20 results from an estimated 30 matches for "grub_distributor".

2016 Feb 22
4
Garbled screen after RAM Scrub on boot
...Dell Poweredge T430 When the machine boots, after the 'Scrubbing Free RAM' message, I get a screen filled with little white squares until the login prompt, so I cannot see what is happening as the machine boots. Also there is nothing on the screen when I reboot. My /etc/default/grub is GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_CMDLINE_LINUX="crashkernel=auto rhgb intremap=no_x2apic_optout" GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=13312M,max:14336M dom0_max_vcpus=6 dom0_vcpus_pin" GRUB_GF...
2010 May 18
8
/etc/grub.d/09-xen for generating grub.cfg for hypervisor boot entries.
...2.6.32.12 } ### END /etc/grub.d/09_xen ### Note the duplication of the first params. I believe there''s a bug that drops the 1st param so this could be changed later. #! /bin/sh -e prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib . ${libdir}/grub/update-grub_lib if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then OS=GNU/Linux else OS="${GRUB_DISTRIBUTOR}" fi # Source grub defaults . /etc/default/grub # loop-AES arranges things so that /dev/loop/X can be our root device, but # the initrds that Linux uses don''t like that. case ${GRUB_DEVICE} in /dev/l...
2016 Feb 23
2
Garbled screen after RAM Scrub on boot
...boots, after the 'Scrubbing Free RAM' message, I get a > screen filled with little white squares until the login prompt, so I cannot > see what is happening as the machine boots. Also there is nothing on the > screen when I reboot. > > My /etc/default/grub is > > GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" > GRUB_DEFAULT=saved > GRUB_DISABLE_SUBMENU=true > GRUB_CMDLINE_LINUX="crashkernel=auto rhgb intremap=no_x2apic_optout" > GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=13312M,max:14336M dom0_max_vcpus=6 > dom...
2016 Feb 22
2
Garbled screen after RAM Scrub on boot
...the machine boots, after the 'Scrubbing Free RAM' message, I get a screen filled with little white squares until the login prompt, so I cannot see > what is happening as the machine boots. Also there is nothing on the screen when I reboot. > > My /etc/default/grub is > > GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" > GRUB_DEFAULT=saved > GRUB_DISABLE_SUBMENU=true > GRUB_CMDLINE_LINUX="crashkernel=auto rhgb intremap=no_x2apic_optout" > GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=13312M,max:14336M dom0_max_vcpus=6 dom0_vcpu...
2016 May 12
3
Display boot menu with GRUB_TIMEOUT=0?
Hi, On my minimal installation of CentOS 7, here's what I have in /etc/default/grub: GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rd.lvm.lv=centos_amandine/root \ rd.lvm.lv=centos_amandine/swap \ video=1024x768...
2011 Jan 16
1
Atheros AR9287 PCI passthrough issue
...ev 06) 03:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01) root@omega:~# cat /etc/default/grub # If you change this file, run ''update-grub'' afterwards to update # /boot/grub/grub.cfg. GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet xen-pciback.permissive xen-pciback.hide=(01:00.0)(03:00.0) pci=resource_alignment=01:00.0;03:00.0" GRUB_CMDLINE_LINUX="" root@omega:~# xm pci-list-assignable-devices 0000:03:00.0 0000:01:0...
2018 Jul 30
2
Issues booting centos7 [dracut is failing to enable centos/root, centos/swap LVs]
...RO TYPE MOUNTPOINT sda 8:0 0 13G 0 disk ??sda1 8:1 0 500M 0 part /boot ??sda2 8:2 0 12.5G 0 part ??centos-root 253:0 0 11.5G 0 lvm / ??centos-swap 253:1 0 1G 0 lvm [SWAP] [root at localhost ~]# cat /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rd.shell rhgb" GRUB_DISABLE_RECOVERY="true"
2012 Oct 04
3
Serial Console Not Connecting to Dom0 on Ubuntu Server 12 Running Xen 4.1.3
...file, see: # info -f grub -n ''Simple configuration'' GRUB_TERMINAL=serial GRUB_SERIAL_COMMAND="serial --port=0x3f8 --unit=0 --speed=115200 --word=8 --parity=no --stop=1" GRUB_DEFAULT="Xen" #GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=32 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_XEN="loglvl=all com1=115200,8n1 console=com1,vga console_to_ring, sync_console" GRUB_CMDLINE_LINUX_DEFAULT="" GRUB_CMDLINE_LINUX="console=hvc0 earlyprintk=xen" # Uncomment to enable BadRAM filtering, mod...
2014 Mar 22
0
Bug#723656: bug 723656 - xen hvc0/ipmi console hangs
...lso. When I upgraded from 12.04.1 to 12.04.4 it looks like my ipmi/serial/hvc0 console stopped working and the last message is: (XEN) Platform timer is 14.318MHz HPET From /etc/default/grub: GRUB_DEFAULT="Xen 4.1-amd64" GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="" GRUB_CMDLINE_LINUX="console=tty1 console=hvc0 earlyprintk=xen" GRUB_CMDLINE_XEN="loglvl=all guest_loglvl=all com1=115200,8n1,0x2f8,5 console=tty1,com1" Package: xen-hypervisor-4.1-amd64...
2016 Feb 22
0
Garbled screen after RAM Scrub on boot
...en the machine boots, after the 'Scrubbing Free RAM' message, I get a screen filled with little white squares until the login prompt, so I cannot see > what is happening as the machine boots. Also there is nothing on the screen when I reboot. > > My /etc/default/grub is > > GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" > GRUB_DEFAULT=saved > GRUB_DISABLE_SUBMENU=true > GRUB_CMDLINE_LINUX="crashkernel=auto rhgb intremap=no_x2apic_optout" > GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=13312M,max:14336M dom0_max_vcpus=6 dom0_vcpus_pi...
2016 Feb 22
0
Garbled screen after RAM Scrub on boot
...fter the 'Scrubbing Free RAM' message, I get a screen filled with little white squares until the login prompt, so I cannot see > > what is happening as the machine boots. Also there is nothing on the screen when I reboot. > > > > My /etc/default/grub is > > > > GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" > > GRUB_DEFAULT=saved > > GRUB_DISABLE_SUBMENU=true > > GRUB_CMDLINE_LINUX="crashkernel=auto rhgb intremap=no_x2apic_optout" > > GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=13312M,max:14336M dom0_max_v...
2016 Feb 23
0
Garbled screen after RAM Scrub on boot
...achine boots, after the 'Scrubbing Free RAM' message, I get a > screen filled with little white squares until the login prompt, so I cannot > see what is happening as the machine boots. Also there is nothing on the > screen when I reboot. > > My /etc/default/grub is > > GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" > GRUB_DEFAULT=saved > GRUB_DISABLE_SUBMENU=true > GRUB_CMDLINE_LINUX="crashkernel=auto rhgb intremap=no_x2apic_optout" > GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=13312M,max:14336M dom0_max_vcpus=6 > dom0_vcp...
2016 Feb 23
0
Re: Garbled screen after RAM Scrub on boot
...;Scrubbing Free RAM' message, I get a >> screen filled with little white squares until the login prompt, so I cannot >> see what is happening as the machine boots. Also there is nothing on the >> screen when I reboot. >> >> My /etc/default/grub is >> >> GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" >> GRUB_DEFAULT=saved >> GRUB_DISABLE_SUBMENU=true >> GRUB_CMDLINE_LINUX="crashkernel=auto rhgb intremap=no_x2apic_optout" _________________________________________^ If you no not NEED a gfx boot at bare...
2016 May 12
0
Display boot menu with GRUB_TIMEOUT=0?
On Thu, May 12, 2016 at 5:20 PM, Nicolas Kovacs <info at microlinux.fr> wrote: > Hi, > > On my minimal installation of CentOS 7, here's what I have in > /etc/default/grub: > > GRUB_TIMEOUT=0 > GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" > GRUB_DEFAULT=saved > GRUB_DISABLE_SUBMENU=true > GRUB_TERMINAL_OUTPUT="console" > GRUB_CMDLINE_LINUX="rd.lvm.lv=centos_amandine/root \ > rd.lvm.lv=centos_amandine/swap \ >...
2018 Jul 30
2
Issues booting centos7 [dracut is failing to enable centos/root, centos/swap LVs]
Suggestion: once it's up, rebuild the initramfs. > > I tried that already, but still the same problem. Aparently dracut does not want to activate the LVs required to boot to the root filesystem, for some reason ... Yannis -- Sent from Gmail Mobile
2018 Aug 29
1
grub.cfg
Steffan A. Cline wrote: > I?ve looked and looked and can?t seem to find anything which would > explain why grub.cfg would have been rewritten with a whole new volume > group name. > > Suggestions? > C6 or C7? In either case, have you looked in /etc/default/grub? mark
2020 Feb 21
0
Renaming virtio devices names on CentOS 8 VM guest
...to do is documented at https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-disabling_consistent_network_device_naming You need to edit the GRUB_CMDLOINE_LINUX line in /etc/default/grub as shown below; ~]# cat /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rd.lvm.lv=rhel_7/swap rd.luks.uuid=luks- cc387312-6da6-469a-8e49-b40cd58ad67a crashkernel=auto vconsole....
2018 Aug 01
0
(EXT) CentOS Digest, Vol 162, Issue 29
...RO TYPE MOUNTPOINT sda 8:0 0 13G 0 disk ??sda1 8:1 0 500M 0 part /boot ??sda2 8:2 0 12.5G 0 part ??centos-root 253:0 0 11.5G 0 lvm / ??centos-swap 253:1 0 1G 0 lvm [SWAP] [root at localhost ~]# cat /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rd.shell rhgb" GRUB_DISABLE_RECOVERY="true" ----------------...
2018 Jul 30
0
Issues booting centos7 [dracut is failing to enable centos/root, centos/swap LVs]
...0 0 13G 0 disk > ??sda1 8:1 0 500M 0 part /boot > ??sda2 8:2 0 12.5G 0 part > ??centos-root 253:0 0 11.5G 0 lvm / > ??centos-swap 253:1 0 1G 0 lvm [SWAP] > > [root at localhost ~]# cat /etc/default/grub > GRUB_TIMEOUT=5 > GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" > GRUB_DEFAULT=saved > GRUB_DISABLE_SUBMENU=true > GRUB_TERMINAL_OUTPUT="console" > GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rd.shell > rhgb" > GRUB_DISABLE_RECOVERY=&quot...
2023 Mar 14
1
Kernel updates do not boot - always boots oldest kernel
Am 14.03.23 um 12:30 schrieb Rob Kampen: > OK, > > found out the problem as to why it doesn't boot any kernel except 36.2 > > the system reports that it cannot find > > vmlinuz-3.10.0-1160.88.1.el7.x86_64 > > or any one of the others, except for vmlinuz-3.10.0-1160.36.2.el7.x86_64 > > hence a manual selection from the grub menu when in front of the machine