Hi,
As I'm using different USB keys on the Pi, I would like to indicate the root disk in cmdline.txt using the UUID of the USB key that share the system but it doesn't work. I got the UUID using blkid.
It doesn't boot, it stucks on the Raspberry we first see and nothing else, no boot message, no error, nothing.
What am I doing wrong?
$this->bbcode_second_pass_code('', 'smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=UUID=7a6820e4-9dd6-4799-9570-4b3852f4aea4 rootfstype=ext4 elevator=noop rootwait')
I've try with <UUID>, "UUID", UUID but it's the same.
Thanks.
