Bug#686754: Is there any hope that this bug will be fixed?

Karsten Malcher debian at dct.mine.nu
Tue Jan 14 08:03:49 UTC 2014


Again and again i have to correct the grub.cfg manually.
And you can see this bug in all depending distributions of Debian.

Example today:

# blkid
/dev/sda1: LABEL="P1EXT4-8G" UUID="c4aa8129-f5a0-4599-b487-3f63ff736c1b" TYPE="ext4"
/dev/sda2: UUID="5166cbb1-8234-4127-bb0b-bbfda1658b68" TYPE="ext4" LABEL="P2EXT4-30G"
/dev/sda5: UUID="448a6eb5-2173-43e3-b35a-62e9e81a2316" TYPE="swap"
/dev/sda6: LABEL="P3EXT20G" UUID="d37744be-c228-4add-9cf3-ce42aff94a7f" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda7: LABEL="P7-EXT4-900G" UUID="f4d36b10-bae9-4b22-a19b-0f34916337b3" TYPE="ext4"
/dev/sda3: LABEL="P3EXT4-30G" UUID="6bfc15a0-2e9d-4020-9346-9fd52d2696f5" TYPE="ext4"
/dev/sdb1: LABEL="SSD" UUID="5c902625-e63e-446f-a5c5-c24a1176dec7" TYPE="ext4"

grub.cfg

menuentry "Debian GNU/Linux, mit Linux 3.2.0-3-amd64 (on /dev/sda3)" --class gnu-linux --class gnu --class os {
     insmod part_msdos
     insmod ext2
     set root='(/dev/sda,msdos3)'
     search --no-floppy --fs-uuid --set=root 6bfc15a0-2e9d-4020-9346-9fd52d2696f5
     linux /boot/vmlinuz-3.2.0-3-amd64 root=UUID=5c902625-e63e-446f-a5c5-c24a1176dec7 ro quiet
     initrd /boot/initrd.img-3.2.0-3-amd64
}
menuentry "Debian GNU/Linux, mit Linux 3.2.0-3-amd64 (Wiederherstellungsmodus) (on /dev/sda3)" --class gnu-linux --class 
gnu --class os {
     insmod part_msdos
     insmod ext2
     set root='(/dev/sda,msdos3)'
     search --no-floppy --fs-uuid --set=root 6bfc15a0-2e9d-4020-9346-9fd52d2696f5
     linux /boot/vmlinuz-3.2.0-3-amd64 root=UUID=5c902625-e63e-446f-a5c5-c24a1176dec7 ro single
     initrd /boot/initrd.img-3.2.0-3-amd64


But the first 2 partitions are right now. ;-)
It would be fine if i can boot from all partitions ...

Cheers
Karsten



More information about the Pkg-grub-devel mailing list