Breaks update-grub
Bug #230331 reported by
Loïc Minier
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moblin Image Creator |
Fix Committed
|
High
|
Praj | ||
Ubuntu Mobile Edition |
Fix Released
|
Critical
|
Unassigned | ||
moblin-image-creator (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Hi,
MIC touches /boot/grub/menu.lst in ways incompatible with the upgrade-grub mechanism.
Any kernel update or the installation of a new kernel which runs update-grub will break this menu.lst as it relies on modification to generated data.
The menu.lst I'm looking at has entries like:
kernel /vmlinuz-
but has:
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
defoptions should be updated to carry the args.
Bye
Related branches
Changed in moblin-image-creator: | |
importance: | Undecided → High |
status: | New → In Progress |
Changed in moblin-image-creator: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
After this change to menu.lst, update-grub produces useful kernel lines again:
-# kopt=root=/dev/hda1 ro
+# kopt=ro boot=disk resume=/dev/sda3