My procedure is as follows:
1. Make a stage4 using mkstage4 utility:
Code: Select all
mkstage4 -t /mnt/gentoo rpi_stage43. mount /dev/mmcblk0p3 at /mnt/gentoo
4. Extract stage4 with:
Code: Select all
tar <stage4-file> xvjpf --xattrs-include='*.*' --numeric-owner --strip-components=26. remove content of /mnt/gentoo/boot
7. mount /dev/mmcblk0p1 at /mnt/gentoo/boot
8. Copy /boot files from the ssd /boot to /mnt/gentoo/boot
9. Edit /mnt/gentoo/boot/cmdline.txt replacing root=PARTUID with root=/dev/mmcblk0p3 (and rootdelay=60 with rootwait - does it matter?)
10. umount sd card partitions, move sd to rpi (3B) and power up.
On the system running of the ssd, ip of eth0 is configured as static and there's sshd running and I can ssh to it. When I power rpi of the sd card, it doesn't respond to ping.
(I do not have HDMI screen available atm.)
I suppose it doesn't boot. I have missed something, what could it be?



