Submitted by kulpreet on Wed, 01/14/2015 - 06:15
An image cannot be created from this system : Root filesystem in /etc/fstab is mounted from UUID=185e5a08-e7d4-4fc4-af66-f375bf3839ec, not a real device path. This will cause systems created from the image to use incorrect device paths
Any reason why iam getting this and any solution for this
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Wed, 01/14/2015 - 18:53 Comment #1
This is easily fixed - just run the
mount
command to find out what the actual device path is for the root filesystem. Then edit/etc/fstab
and change the UUID=xxxx part to that device path - it will be something like/dev/xvda1
Submitted by kulpreet on Thu, 01/15/2015 - 01:29 Comment #2
Thanks Jamie it is working now
Submitted by Issues on Thu, 01/29/2015 - 01:30 Comment #3
Automatically closed -- issue fixed for 2 weeks with no activity.