Bug 40667 - Booting from the wrong device, GRUB displays "symbol 'grub_term_highlight_color' not found"
Booting from the wrong device, GRUB displays "symbol 'grub_term_highlight_col...
Status: CLOSED FIXED
Product: Z_SDB
Classification: Unclassified
Component: New entries
unspecified
Other Linux
: P5 normal
: ---
Assigned To: Janek Walkenhorst
Sönke Schwardt-Krummrich
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-02-15 17:27 CET by Janek Walkenhorst
Modified: 2023-03-25 06:43 CET (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janek Walkenhorst univentionstaff 2016-02-15 17:27:30 CET
If GRUB is installed on a different device than the one that the BIOS boots from the system may still boot as long as the device-installed GRUB is compatible with the OS-installed GRUB.
Once they diverge GRUB may display messages like
"symbol 'grub_term_highlight_color' not found"

This can be fixed by either:

)
changing the BIOS boot order to boot from the disk that the GRUB is installed on.

or:

)
temporarily change the boot order to boot into the system, if required, and
use
 dpkg-reconfigure grub-pc
to select the correct device(s) (i.e. the device(s) the BIOS is configured to boot from) to install GRUB on.

Using dpkg-reconfigure ensures that future GRUB updates will not lead to the same problem.
Comment 1 Janek Walkenhorst univentionstaff 2016-02-17 12:29:17 CET
<http://sdb.univention.de/1356>
Comment 2 Sönke Schwardt-Krummrich univentionstaff 2016-02-19 11:43:11 CET
Fixed and verified