https://bugzilla.novell.com/show_bug.cgi?id=880846 https://bugzilla.novell.com/show_bug.cgi?id=880846#c0 Summary: Make booting from bcache device possible Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: All OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader AssignedTo: jsrain@suse.com ReportedBy: lorenzo.costanzia@gmail.com QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 With OpenSUSE 13.1, booting from a bcache device is not possible because of lacking initrd support. See https://github.com/g2p/bcache-tools/issues/6 With bcache-tools installed and the following patch it works: --- ./03-udev.sh 2014-05-31 00:54:26.646980189 +0200 +++ /lib/mkinitrd/setup/03-udev.sh 2014-05-31 00:57:45.315698341 +0200 @@ -21,6 +21,7 @@ accelerometer) continue ;; ata_id) ;; bluetooth_serial) continue ;; + bcache-register) ;; #not actually necessary cdrom_id) ;; collect) ;; collect_lvm) ;; @@ -47,6 +48,7 @@ openct_usb) continue ;; pcmcia-check-broken-cis) continue ;; pcmcia-socket-startup) continue ;; + probe-bcache) ;; #not actually necessary scsi_id) ;; udev-acl) continue ;; udev-add-printer) continue ;; @@ -79,6 +81,7 @@ 61-msft.rules \ 62-dm_linear.rules \ 64-device-mapper.rules \ + 69-bcache.rules \ 75-net-description.rules \ 79-kms.rules \ 80-drivers.rules \ Reproducible: Always Steps to Reproduce: 1. 2. 3. Since bcache-tools supply bcache-register, probe-bcache and 69-bcache.rules and are thus required for this to work, it might not be appropriate to change this distribution file. Maybe it should be patched instead by bcache-tools? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.