Displaying 20 results from an estimated 46 matches for "grub_default".
2013 Feb 17
6
Install issues for Xen 4.2.1 on Ubuntu 12.10
...tp://bits.xensource.com/oss-xen/release/4.2.1/xen-4.2.1.tar.gz
gpg --verify xen-4.2.1.tar.gz.sig xen-4.2.1.tar.gz
tar -vzxf xen-4.2.1.tar.gz
cd xen-4.2.1
./configure
make install-xen
make install-tools PYTHON_PREFIX_ARG=
make install-kernels
make install-stubdom
make install-docs
sed -i ''s/GRUB_DEFAULT=.*\+/GRUB_DEFAULT="Ubuntu GNU\/Linux, with Xen hypervisor"/'' /etc/default/grub
sed -i ''s/GRUB_CMDLINE_LINUX=.*\+/GRUB_CMDLINE_LINUX="apparmor=0"/'' /etc/default/grub
sed -i ''/GRUB_CMDLINE_LINUX="apparmor=0"/ a\GRUB_CMDLINE_XEN="d...
2023 Mar 14
1
Kernel updates do not boot - always boots oldest kernel
Change it to
GRUB_DEFAULT=0
(I encountered the same issue week ago with a workstation booted for three month with an older
kernel because of https://bugzilla.redhat.com/show_bug.cgi?id=2143438 , and solved it this way)
Regards,
Petko
On 3/14/23 10:51, Rob Kampen wrote:
> Can I edit /etc/default/grub and change
>...
2023 Mar 14
2
Kernel updates do not boot - always boots oldest kernel
...ork out why the efi boot process can see the old
(original) kernel (36.2) but none of the later ones.
Any ideas of where to look for this? seems a much more fundamental
problem related to kernel install and efi booting
Thanks
Rob
On 14/03/23 22:41, Petko Alov wrote:
> Change it to
>
> GRUB_DEFAULT=0
>
> (I encountered the same issue week ago with a workstation booted for
> three month with an older kernel because of
> https://bugzilla.redhat.com/show_bug.cgi?id=2143438 , and solved it
> this way)
>
> Regards,
>
> Petko
>
>
>
> On 3/14/23 10:51, Rob K...
2016 Feb 22
4
Garbled screen after RAM Scrub on boot
...essage, 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_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAUL...
2023 Mar 14
1
Kernel updates do not boot - always boots oldest kernel
...(Core)
indicating that .88.1 should boot.
sudo grub2-editenv list
gives:
saved_entry=CentOS Linux (3.10.0-1160.88.1.el7.x86_64) 7 (Core)
also as expected.
/etc/default/grub exists and contains
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="crashkernel=auto
rd.md.uuid=066ffecb:69137a0b:4e579b4f:dfbf1696
rd.md.uuid=bd87f682:e6df10e2:d2a6e247:834133f7 rhgb quiet"
GRUB_DISABLE_RECOVERY="true"
the /boot/grub2/grubenv contain...
2010 Sep 30
3
xen 4 and grub2 on debian squeeze
Hi!
I''m experimenting with Xen 4 on Squeeze. Squeeze uses grub2 by
default, and the config format has changed. I can''t for the life of
me figure out where to set options for the hypervisor and the Dom0
kernel on bootup.
It seems the grub2 stanza for xen is being generated by
/etc/grub.d/20_linux_xen and that seems to have some provisions for
receiving arguments, but I
2023 Mar 15
1
Kernel updates do not boot - always boots oldest kernel
>
>
> > I have only changed GRUB_DEFAULT from "saved" to "0"
> >
> > I have also run
> >
> > /usr/sbin/grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
>
> I may be wrong here but IIRC, using grub2-mkconfig as described in the
> Grub docs didn't work for me when I tried to use it yea...
2015 Oct 15
3
CentOS7 - Serial Console and Flow Control
Hello List,
I'm ironing out details to upgrade a few systems to CentOS7.
My servers have BMC with Serial over LAN support. In C5 and C6, I
determined how to have BIOS/POST, kernel, and serial console access. I'm
reading up on the method to accomplish the pieces with C7.
Presently SoL output works, so I see BIOS/POST messages and the GRUB boot
list.
My changes to enable serial
2016 Feb 23
2
Garbled screen after RAM Scrub on boot
...ttle 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_GFXMODE=1024x768
> GRUB_GFXPAYLOAD_LINUX=keep
> G...
2019 Nov 18
1
40_custom be the default option
Hi All - I have my 40_custom file setup. What is a good way to make that
the default boot option ?
I'd rather not count menu option lines and change GRUB_DEFAULT to that - as
I am doing this remote.
Thanks
Jerry
2023 Feb 23
1
EFI boot order rewrite
...me after bootup.
Since we run all our systems with efi network boot as the first boot
option for rescue operation, this would be a significant problem for the
future if the behavior cannot be turned off.
I have already checked the use of efibootmgr and some of the related
grub settings such as GRUB_DEFAULT and GRUB_SAVEDEFAULT (which may have
nothing to do with it).
On Debian, I found a debconf option that prevents updating nvram.
This seems to prevent the described behavior.
Does anyone have an idea for this problem?
With kind regards
Florian
2013 Nov 26
0
iMac triple boot including CentOS 6.4
...disc from:
http://gparted.org/download.php
then booted from gparted Live-CD and resized partition
-Booted back into xubuntu and ran update-grub - but it didn?t find centos
-Now run upgrade from 13.04 to 13.10
ran update-grub again and now it sees Centos
run
vi /etc/default/grub.conf
change GRUB_DEFAULT to
GRUB_DEFAULT=6
run update-grub again
reboot
Now Centos will will show up in grub2 boot menu and be the default one
selected
If CentOS has a kernel change, update-grub must be run again in xubuntu.
-Update system
$ sudo yum update
reboot
---------------
Info above can be found here:
h...
2016 Feb 22
2
Garbled screen after RAM Scrub on boot
...ith 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_GFXMODE=1024x768
> GRUB_GFXPAYLOAD_LINUX=keep
> GRUB_CM...
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 \
quiet"
GRUB_DISABLE_RECOVERY="true"
Accord...
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
2013 Feb 25
4
Convert Debian 6 from HVM to PV
I have a couple Debian 6 HVM VMs. From what I''ve read, Debian 6''s
standard kernels have pv_ops already enabled. I''d like to convert these
to pv for the following reasons (Assuming both of are valid expectations):
1) so the VMs use pv for the NICs
2) so the VMs properly respond to shutdown/reboot commands from xm
I''m having trouble converting them. I believe
2011 Jan 16
1
Atheros AR9287 PCI passthrough issue
...s Gigabit Ethernet controller (rev 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-assigna...
2018 Jul 30
2
Issues booting centos7 [dracut is failing to enable centos/root, centos/swap LVs]
...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
...;' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this 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=""
GR...
2014 Mar 22
0
Bug#723656: bug 723656 - xen hvc0/ipmi console hangs
I have this happening in Ubuntu precise also. 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="...