bugGNU GRUB - Bugs: bug #64919, Update to the new console...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #64919: Update to the new console structure for the OpenBSD kernel > 7.2

Submitter:  Yuichiro Naito <yuichiro>
Submitted:  Wed 22 Nov 2023 07:43:31 AM UTC
   
 
Category:  Booting Severity:  Major
Priority:  5 - Normal Item Group:  Feature Request
Status:  None Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Open Release:  2.02
Release:  Reproducibility:  Every Time
Planned Release:  None

Wed 22 Nov 2023 07:43:31 AM UTC, original submission:  

The console boot argument structure has been updated since OpenBSD 7.3.

https://github.com/Openbsd/src/commit/66d55b09c560003edd61d52fbd347170dbe9c32d

https://github.com/Openbsd/src/commit/745c2f60e98fd1f418c104960a567e120624d705

This patch updates the “grub_openbsd_bootarg_console” and leaves the old structure as “grub_openbsd_bootarg_console_legacy”.

My patch checks the version number string of the loading kernel. If it is prior to 7.3, it replaces the  “grub_openbsd_bootarg_console” structure data with the  “grub_openbsd_bootarg_console_legacy”  structure data.

If the loading kernel is stripped, Grub2 won’t know which structure should be used. So users can specify the legacy console structure by adding the “- l” option with the “kopenbsd” command.

Yuichiro Naito <yuichiro>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #55347:  openbsd_newconsole.patch added by yuichiro (9KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by yuichiro (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-11-22 yuichiro Attached File- Added openbsd_newconsole.patch, #55347

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code