How to reproduce: - Reboot in an environment without /etc/mtab - Try to save a partition without --allowmnt Cause of problem: - src/client/misc.cpp isMounted() returns -1 when /etc/mtab is not found - src/client/misc.cpp systemChecks() checks for false - anything else is interpreted as "partition mounted". - szMountPoint is printed with msgBoxContinueCancel without being nulled and without being touched by isMounted() Workaround: - Run partimage with --allowmnt (-m)