What | Removed | Added |
---|---|---|
CC | mmarek@suse.com |
So there's small update: Rpi2 boots, it takes some time to resize disk to whole SD card and then it boots after couple of minutes. However doing reboot grub is unable to find boot partition. That can be seen yast2->bootloader: ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��� Error ��� ��� Execution of command "[["/usr/bin/grub2-editenv", "list"]]" failed. ��� ��� Exit code: 1 ��� ��� Error output: /usr/bin/grub2-editenv: error: cannot find a GRUB drive for /dev/mmcblk0p2. Check your device.map. ��� Where: localhost:/boot # fdisk -l /dev/mmcblk0p1 | head -n1 Disk /dev/mmcblk0p1: 200 MiB, 209717248 bytes, 409604 sectors localhost:/boot # fdisk -l /dev/mmcblk0p2 | head -n1 Disk /dev/mmcblk0p2: 6.6 GiB, 7092236800 bytes, 13852025 sectors localhost:/boot # fdisk -l /dev/mmcblk0p3 | head -n1 Disk /dev/mmcblk0p3: 493.9 MiB, 517860864 bytes, 1011447 sectors localhost:/boot # ls /dev/mmcblk0* /dev/mmcblk0 /dev/mmcblk0p1 /dev/mmcblk0p2 /dev/mmcblk0p3 localhost:/boot # df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 401M 8.0K 401M 1% /dev tmpfs 430M 0 430M 0% /dev/shm tmpfs 430M 412K 430M 1% /run /dev/mmcblk0p2 6.5G 988M 5.2G 16% / /dev/mmcblk0p1 200M 3.6M 197M 2% /boot/efi tmpfs 430M 0 430M 0% /sys/fs/cgroup tmpfs 86M 0 86M 0% /run/user/0 localhost:/boot # cat /boot/grub2/device.map (hd0) /dev/disk/by-id/mmc-SA08G_0x2ff33457 I was told by Michal Marek that 32-bit ARM is not going to be maintainer much. So at least a work-around would be appreciated.