Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • live-build live-build
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Debian Live TeamDebian Live Team
  • live-buildlive-build
  • Merge requests
  • !278

UEFI doesn't like nomodeset in safe mode

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Roland Clobus requested to merge rclobus-guest/live-build:rclobus/modeset_uefi into master Mar 25, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Found when testing with openQA in my local instance:

With QEMU and UEFI SecureBoot active, the safe mode boot entry (the second entry) will not boot properly. It hangs.

The nomodeset kernel option was added in 2010-06-24, which IMO still would make sense for a BIOS-based boot sequence.

I chose to hardcode the removal of nomodeset from the LB_BOOTAPPEND_LIVE_FAILSAFE variable. An alternative solution would be to introduce a new command line option, --bootappend-live-failsafe-bios in addition to the already existing --bootappend-live-failsafe.

--bootappend-live-failsafe would copy its value + nomodeset per default to --bootappend-live-failsafe-bios.

I would however rather avoid yet another command line option.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: rclobus/modeset_uefi