Hi all.
Great work, but solution from 1st post didn't work for me. I had to do extra two things:
1. copy all files from /boot directory on 2nd partition to root directory on first partition
2. change a variable in file usb_key_func.sh.2 file:
from
root=LABEL=rootfs
to
root=UUID=UID_OF_2ND_PARTION (in my case: root=UUID=4fafb3e7-0b05-40c8-98ff-4237739107d0)
Tx.
Great work, but solution from 1st post didn't work for me. I had to do extra two things:
1. copy all files from /boot directory on 2nd partition to root directory on first partition
2. change a variable in file usb_key_func.sh.2 file:
from
root=LABEL=rootfs
to
root=UUID=UID_OF_2ND_PARTION (in my case: root=UUID=4fafb3e7-0b05-40c8-98ff-4237739107d0)
Tx.