[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #41449] It doesn't recognize btrfs default subvolume.
From: |
Massimiliano Torromeo |
Subject: |
[bug #41449] It doesn't recognize btrfs default subvolume. |
Date: |
Mon, 31 Mar 2014 14:27:14 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36 |
Follow-up Comment #2, bug #41449 (project grub):
Even though it is not grub-mkrelpath's fault that the default subvolume is
ignored, the resulting grub-conf includes the subvolume path as the root
prefix of the kernel path and this is wrong.
Example:
btrfs default submodule: /__active
wrong: linux /__active/boot/vmlinuz-linux root=UUID=... rw
rootflags=subvol=__active
correct: linux /boot/vmlinuz-linux root=UUID=... rw
rootflags=subvol=__active
The rootflags may be superfluous but the linux path should be fixed or it
won't boot. The result is grub searching for the kernel in the effetive path:
/__active/__active/boot/vmlinuz-linux
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41449>
_______________________________________________
Messaggio inviato con/da Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #41449] It doesn't recognize btrfs default subvolume.,
Massimiliano Torromeo <=