-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Does cmdline.txt supports root=UUID= ? #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i believe that's purely a kernel issue https://github.com/raspberrypi/linux/blob/rpi-3.6.y/init/do_mounts.c#L97 |
You were completely right. I've build the kernel including these config options and I been able to use initrd: CONFIG_BLK_DEV_INITRD=y It would be very nice if stock kernel for raspbian includes these feature. How could we ask for that? Cos' it's just an option and is very useful. |
Just to keep the threads connected: raspberrypi/linux#392 |
Latest rpi-update firmware:
|
I'm trying to use root fs in an usb stick. Using root=/dev/sda1 in cmdline.txt everything just works.
But I'd like to use UUID: root=UUID=... that didn't work for me.
UUID identification should be supported by firmware or is this a kernel issue?
Thanks
The text was updated successfully, but these errors were encountered: