grub2, btrfs and multiple disks
by stormtracknole from LinuxQuestions.org on (#5EEDV)
So I am running into a problem when using btrfs and the latest -current (15.0 alpha1). As long as I'm using one disk, grub will boot Slackware just fine. However, when I add additional disks, grub won't boot anymore.
I get this error:
Code:BTRFS error (device sdb1): devid 2 uuid <uuid serial number> is missing
BTRFS error (device sdb1): failed to read chunk tree: -2
BTRFS error (device sdb1): open_ctree failed
mounting /dev/sdb1 on /mnt failed: Invalid argumentI have three drives set up as btrfs:
Code:/dev/sda1
/dev/sdb1
/dev/sdc1I even tried to modify the grub entry manually while I'm booting and change the UUID to an actual device name and it still fails.
I am very new to btrfs, so my troubleshooting skills for this are still somewhat limited. Hopefully someone here can point me in the right direction. Thanks ahead of time.


I get this error:
Code:BTRFS error (device sdb1): devid 2 uuid <uuid serial number> is missing
BTRFS error (device sdb1): failed to read chunk tree: -2
BTRFS error (device sdb1): open_ctree failed
mounting /dev/sdb1 on /mnt failed: Invalid argumentI have three drives set up as btrfs:
Code:/dev/sda1
/dev/sdb1
/dev/sdc1I even tried to modify the grub entry manually while I'm booting and change the UUID to an actual device name and it still fails.
I am very new to btrfs, so my troubleshooting skills for this are still somewhat limited. Hopefully someone here can point me in the right direction. Thanks ahead of time.