|
Bugzilla – Full Text Bug Listing |
| Summary: | boot option in kde menus is permanent | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Jean-Daniel Dodin <jdd> |
| Component: | Bootloader | Assignee: | Jiri Srain <jsrain> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | wbauer |
| Version: | 13.2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jean-Daniel Dodin
2014-12-02 10:03:17 UTC
in fact the solution I described do not works, it simply change the unattended boot option. To have back the grub menu I had to reset grub with yast (I coudn't indentify thye problem in grub.cfg) This is because grub2 cannot write to btrfs partitions and therefore cannot reset the entry to boot.
To "fix" it, remove /boot/grub2/grubenv manually.
A workaround to prevent the problem would be to remove those lines from /etc/grub.d/00_header:
cat << EOF
if [ -f \${config_directory}/grubenv ]; then
load_env -f \${config_directory}/grubenv
elif [ -s \$prefix/grubenv ]; then
load_env
fi
EOF
grub2 would then just ignore grubenv.
Or use a separate /boot partition, formatted in ext2 e.g.
*** This bug has been marked as a duplicate of bug 856391 ***
thanks... |