Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-3629

boot-update and user_xattr mount option causes kernel panic on boot

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None

      sys-boot/boot-update-1.7.6

      After upgrading to a newer kernel, the system wouldn't boot correctly anymore, and instead halted the boot process with a kernel panic.

      This was because the rootflags parameter was added to grub.cfg after running the boot-update command - see related issue FL-3609. More specifically, it was the user_xattr mount option that triggered this to happen.

      /etc/fstab
      LABEL=k120_ssd_ROOT    /    ext4    noatime,user_xattr    0 1
      

      Adding user_xattr to the single_flags variable in resolver.py seems to fix the issue.

            Unassigned Unassigned
            d-code d-code
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: