#1107685 grub-efi-amd64: "GRUB_CMDLINE_LINUX_DEFAULT="quiet" incorrectly added to /etc/default/grub during upgrade #1107685
- Package:
- grub-efi-amd64
- Source:
- grub-efi-amd64
- Description:
- GRand Unified Bootloader, version 2 (EFI-AMD64 version)
- Submitter:
- Dutchy
- Date:
- 2025-06-12 23:07:01 UTC
- Severity:
- normal
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
This morning, grub-efi-amd64-unsigned:amd64 (2.12-7, 2.12-8), grub-efi-
amd64:amd64 (2.12-7, 2.12-8), grub-efi-amd64-signed:amd64 (1+2.12+7,
1+2.12+8),
grub-efi-amd64-bin:amd64 (2.12-7, 2.12-8), grub2-common:amd64 (2.12-7,
2.12-8),
grub-common:amd64 (2.12-7, 2.12-8) were upgraded.
I was shown a configuration confirmation on what to do with a config file (I
think it was /etc/default/grub, but not sure).
I chose to keep installed (my modified file), however it was still partially
over written with the additional line GRUB_CMDLINE_LINUX_DEFAULT="quiet".
I had previously # this line in grub which was still here and still #.
I removed the added line GRUB_CMDLINE_LINUX_DEFAULT="quiet", did an update-
grub
and boot again shows the print.
Found this in /var/log/apt/term.log: Setting up grub-efi-amd64 (2.12-8) ... [?1049h[22;0;0t[1;31r[4l[?25l(B[m[97m[40m[1;31r[H[2J[1;1H[44m[K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K[1;1H[37mPackage configuration[7;3H[30m[47m┌──────────────────────────────────── ┤ [31mConfiguring grub-efi-amd64[30m ├────────────────────────────────────┐[8;3H│ A new version (/tmp/ grub.3CSVpiA6kc) of configuration file /etc/default/grub is available, but the │[97m[40m [9;3H[30m[47m│ version installed currently has been locally modified. │[97m[40m [10;3H[30m[47m│ │[97m[40m [11;3H[30m[47m│ What do you want to do about modified configuration file grub? │[97m[40m [12;3H[30m[47m│ │[97m[40m [13;3H[30m[47m│ install the package maintainer's version │[97m[40m [14;3H[30m[47m│ [37m[41mkeep the local version currently installed [30m[47m │[97m[40m [15;3H[30m[47m│ show the differences between the versions │[97m[40m [16;3H[30m[47m│ show a side-by-side difference between the versions │[97m[40m [17;3H[30m[47m│ show a 3-way difference between available versions │[97m[40m [18;3H[30m[47m│ do a 3-way merge between available versions │[97m[40m [19;3H[30m[47m│ start a new shell to examine the situation │[97m[40m [20;3H[30m[47m│ │[97m[40m [21;3H[30m[47m│ │[97m[40m [22;3H[30m[47m│ <Ok> │[97m[40m [23;3H[30m[47m│ │[97m[40m [24;3H[30m[47m└──────────────────────────────────────────── ────────────────────────────────────────────────────────── ┘[97m[40m [25;4H [14;29H[?12l[?25h[31;1H(B[m[39;49m [K [?1049l[23;0;0tInstalling for x86_64-efi platform. Installation finished. No error reported.
Am Donnerstag, dem 12.06.2025 um 13:47 +1000 schrieb Dutchy: Does /var/log/apt/term.log really shows that you choose to keep that file? I can't reproduce this. Just upgrade to the signed grub2 and my /etc/default/grub is still the same
Am Donnerstag, dem 12.06.2025 um 13:47 +1000 schrieb Dutchy: Ah sorry. The problem seems to be that you have set in debconf grub2/linux_cmdline_default: quiet Please run sudo dpkg-reconfigure -p low grub-efi-amd64 and remove the quiet in the debconf prompt.
The debconf value is supposed to be updated from /etc/default/grub. I suspect that the line should not be commented out. If you want to remove "quiet" from the kernel command line, just set GRUB_CMDLINE_LINUX_DEFAULT=""
The debconf value is supposed to be updated from /etc/default/grub. I suspect that the line should not be commented out. If you want to remove "quiet" from the kernel command line, just set GRUB_CMDLINE_LINUX_DEFAULT=""