cryptsetup: WARNING: failed to detect canonical device of /dev/xvda cryptsetup: WARNING: could not determine root device from /etc/fstab
I am getting those two errors, any idea?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
@vicparekh: You can change your droplet’s kernel here: <a href=“https://kmlnsr.me/Screenshot from 2013-10-09 17%3A41%3A43.png”>https://kmlnsr.me/Screenshot from 2013-10-09 17%3A41%3A43.png</a>
How exactly do I do this? “update my kernel from the Settings tab in your droplet’s page” <br> <br>I am getting the same problem as OP
Before upgrade Ubuntu 12.04 32x LTS. I test and change the /etc/fstab with this one it and working with no cryptsetup: Warning. <br> <br>sudo nano /etc/fstab <br> <br>LABEL=DOROOT / ext4 errors=remount-ro 0 1 <br>