New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/pull/33556#issuecomment-1073875562 Comment: Thanks for your quick replies, @tsndqst , I'm still having trouble booting from my `rockpro64`. I've generated the new platformfs: ``` ./mkplatformfs.sh -b rockpro64-base -p "linux5.15 xtools" -c /home/anon/.mkvr/cache -r /home/anon/.bldr/host/binpkgs/pr-33556 -o /home/anon/.mkvr/images/void-platform-aarch64-20220320-rockpro64-de_DE.UTF-8.tar.xz rockpro64 /home/anon/.mkvr/data/rockpro64/rootfs.tar.xz ``` My sdcard is as following: ```sh sudo LC_ALL=C sfdisk -l /dev/sdb Disk /dev/sdb: 29.3 GiB, 31457280000 bytes, 61440000 sectors Disk model: Mass-Storage Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x221eac7d Device Boot Start End Sectors Size Id Type /dev/sdb1 * 2048 61439999 61437952 29.3G 83 Linux ``` ``` lsblk -f /dev/sdb NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS sdb └─sdb1 ext4 1.0 void 042932dd-f110-424b-b424-b11f72221cfe 26,6G 2% /mnt/dev/1st ``` Yet when I power on my RockPro64, the device wouldn't boot at all. My Armbian SDcard works without issues. (Don't be confused, my void sdcard is `/dev/sdX` because I use an usb adapter to be able to mount 2 sdcards at the same time) Maybe we can chat sometime on IRC?