I’m try to progress on that, by inti a sdCard with boot of some system and edit extlinux.conf like this:
- copying all specific file of each system to boot partition on sdCard
and set extlinux.conf:
linaro@linaro-alip:~/bootlinarosd/extlinux$ cat extlinux.conf
default Debian
label Debian
kernel /vmlinuz-4.4.154-90-rockchip-ga14f6502e045
devicetreedir /dtbs/4.4.154-90-rockchip-ga14f6502e045
append earlyprintk console=ttyFIQ0,1500000n8 init=/sbin/init root=PARTUUID=b921b045-1d rw rootwait rootfstype=ext4
label DebianOld
kernel /vmlinuz-4.4.154-88-rockchip-00030-g90239a6
devicetreedir /dtbs/4.4.154-88-rockchip-00030-g90239a6
append earlyprintk console=ttyFIQ0,1500000n8 init=/sbin/init root=PARTUUID=b921b045-1d rw rootwait rootfstype=ext4
label ROCKPI4
kernel /Image
fdt /rk3399-rockpi-4b.dtb
append console=ttyS2,1500000n8 rw root=/dev/nvme0n1p1 rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${se$
label Armbian
kernel /vmlinuz-5.4.49-rockchip64
devicetreedir /dtbs/4.4.154-90-rockchip-ga14f6502e045
append earlyprintk console=ttyFIQ0,1500000n8 init=/sbin/init root=/dev/nvme0n1p3 rw rootwait rootfstype=ext4
But only default Debian work, when i’m set another os, boot start and crash
i have copied all boot & root partition of each system on my ssd:
So botting Debain on ssd work, other os not.
Any ideas ?