| SYSTEM INFORMATION |
|
| OS type and version |
CentOS Linux 7.9.2009 |
| Webmin version |
2.021 |
| Cloudmin version |
9.7 Pro |
| Theme version |
20.21 |
| Package updates |
All installed packages are up to date |
Hi, i have installe a debian 11 netinstall and will make a image via the cloudmin controlpannel.
After start comes this:
An image cannot be created from this system : Root filesystem in /etc/fstab is mounted from UUID=733904c7-611e-4093-8ad8-a4700c12eab9, not a real device path. This will cause systems created from the image to use incorrect device paths
after i have changed the mountpoints from the UUID’s to /dev/sda… in the /etc/fstab:
#UUID=733904c7-611e-4093-8ad8-a4700c12eab9 / ext4 errors=remount-ro 0 1
/dev/sda1 / ext4 errors=remount-ro 0 1
#UUID=b049d897-759f-4b15-bb12-0633feda3402 none swap sw 0 0
/dev/sda5 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
its working 