We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @Drewsif - thanks for creating this!
I'm hitting a is not an SD card... issue with Raspbian 2017-07-05. Looking at the release notes for Raspbian I see that 2017-04-10 added:
is not an SD card...
Use PARTUUID to support USB boot
My /boot/cmdline.txt looks like this:
/boot/cmdline.txt
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=52a14e38-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
And I see there's already a pull request that reverts the ROOT_PART stuff anyways: #15
The text was updated successfully, but these errors were encountered:
63b7509
No branches or pull requests
Hi @Drewsif - thanks for creating this!
I'm hitting a
is not an SD card...
issue with Raspbian 2017-07-05. Looking at the release notes for Raspbian I see that 2017-04-10 added:My
/boot/cmdline.txt
looks like this:And I see there's already a pull request that reverts the ROOT_PART stuff anyways: #15
The text was updated successfully, but these errors were encountered: