If removing main disk to boot on diskless, both USB only stop booting and never turns green again.
Wrote .xz file to the USB by menthod on github with Ubuntu and to another on Mac using balenaEtcher. Both method create USB with boot, swap and root partitions.
Code: Select all
auser@auser-dell:~$ blkid | grep sdb
/dev/sdb1: SEC_TYPE="msdos" LABEL="boot" UUID="EED5-410D" TYPE="vfat" PARTUUID="05a8fc63-01"
/dev/sdb2: LABEL="swap" UUID="60a17af4-db8e-484e-b9eb-251d2423e315" TYPE="swap" PARTUUID="05a8fc63-02"
/dev/sdb3: LABEL="root" UUID="232f3fd4-6b37-406d-bb5c-c96674ceefac" TYPE="ext4" PARTUUID="05a8fc63-03"
I can put the debian buster rescue install and the firmware update on the usb's and they work but cant get bubbagen to go.
How can we debug the boot up?
Thanks for ideas.