Hello Alex, that was it, thanks!
The boot time after mkinitrd -A and copying the root-partition on the ssd is 34s (see my config below) and with only sd-card 32s. Stefan vdrbanana:/boot # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 119,2G 0 disk ├─sda1 8:1 0 1,5G 0 part [SWAP] ├─sda2 8:2 0 20G 0 part / └─sda3 8:3 0 90G 0 part /archiv mmcblk0 179:0 0 7,4G 0 disk ├─mmcblk0p1 179:1 0 196M 0 part /boot ├─mmcblk0p2 179:2 0 6,7G 0 part └─mmcblk0p3 179:3 0 485,5M 0 part vdrbanana:/boot # poweroff -------- Weitergeleitete Nachricht -------- Von: Alexander Graf <[email protected]> An: Stefan Mack <[email protected]> Kopie: [email protected] Betreff: Re: [opensuse-arm] BananaPi: Leap and sata Datum: Mon, 16 Jan 2017 18:12:58 +0100 > Am 16.01.2017 um 17:50 schrieb Stefan Mack <[email protected]>: > > Hello Alex, > > thanks for your reply. > > That's the way I do with Tumbleweed: I move the root-partition (and > perhaps swap) on the ssd, the boot-partition stays on the sd-card. > But with Leap that's unfortunately not possible, the log stops with > > ...linux kernel: mmc0: new high speed SDHC card at address e624 > ...linux kernel: mmcblk0: mmc0:e624 SU08G 7.40 GiB > ...linux kernel: mmcblk0: p1 p2 p3 > > With the Leap standard installation (root-partition on sd-card, too) > the ssd is recogniced later. That probably means that the kernel module needed for the sata rootfs is not in your initrd. Try $ mkinitrd -A Alex -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
