Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#38446 - [grub] grub-mkconfig does not generate correct entries for root on btrfs subvolume
Attached to Project:
Arch Linux
Opened by Luis Agostinho (luismagostinho) - Friday, 10 January 2014, 21:47 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 12 January 2014, 12:09 GMT
Opened by Luis Agostinho (luismagostinho) - Friday, 10 January 2014, 21:47 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 12 January 2014, 12:09 GMT
|
DetailsDescription:
grub-mkconfig does not generate correct entries for root on btrfs subvolume Additional info: * package version(s) grub 1:2.02.beta2-1 Steps to reproduce: grub-mkconfig -o /boot/grub/grub.cfg The generated file has an entries like echo 'Loading Arch Linux pkg-linux kernel ...' linux /boot/vmlinuz-linux root=UUID=5b4ef961-8e72-4b99-9d04-7351f33a036e rw echo 'Loading Arch Linux pkg-linux kernel initramfs ...' initrd /boot/initramfs-linux.img And with a btrfs subvolume it should be something like echo 'Loading Linux linux ...' linux /@arch/boot/vmlinuz-linux root=UUID=5b4ef961-8e72-4b99-9d04-7351f33a036e rw rootflags=subvol=@arch echo 'Loading initial ramdisk ...' initrd /@arch/boot/initramfs-linux.img In my case the root subvolume is @arch. |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Sunday, 12 January 2014, 12:09 GMT
Reason for closing: Duplicate
Additional comments about closing: 38453
Sunday, 12 January 2014, 12:09 GMT
Reason for closing: Duplicate
Additional comments about closing: 38453
Is there a way I can change this?