Bug#487282: grub: Needs testing/discussion before being allowed to migrate
Frans Pop
elendil at planet.nl
Fri Jun 20 19:17:48 UTC 2008
Package: grub
Version: 0.97-40
Severity: serious
Tags: d-i
This new version of grub has a fairly major change in the way the
/boot/grub/menu.lst file is created, which has had only limited discussion
and testing.
The change could affect new installs and also has usability issues for end
users. Although it may fix some cases where grub installation or updates
now fail, it is not clear that the change is suitable for Lenny at this
stage of the release.
This BR is intended to keep the new version in unstable until the change
can be better tested and approved for inclusion in Lenny (as discussed
with Robert Millan on IRC in #d-boot).
The relevant change is:
* update-grub: Use filesystem UUIDs when available.
This results in the following changes in menu.lst files (testing the change
in VirtualBox failed, so the below was done by hand and may not be 100%
accurate):
# kopt=root=/dev/hda1 ro
---->
# kopt=root=UUID=50efc4c6-b493-4abf-b4b3-c5c9818eb0ef ro
[...]
title Debian GNU/Linux, kernel 2.6.24-1-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-1-686 root=/dev/hda1 ro quiet
initrd /boot/initrd.img-2.6.24-1-686
---->
title Debian GNU/Linux, kernel 2.6.24-1-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-1-686 root=UUID=50efc4c6-b493-4abf-b4b3-c5c9818eb0ef ro quiet
initrd /boot/initrd.img-2.6.24-1-686
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20080620/debf7001/attachment.pgp
More information about the Pkg-grub-devel
mailing list