Skip to content

v.1.2.9

Latest
Compare
Choose a tag to compare
@cregx cregx released this 01 Apr 12:44
· 1 commit to main since this release

🔧 Bugfixes / Optimizations

  • Additional error handling
    Includes a new attempt to accurately detect and avoid error causes #6 and #5, which fixes the erroneous behavior observed in version 1.2.7. Cleanup checks that the system has a minimum number of physical disks before starting a cleanup operation. This error handling relates to the ability to determine whether the cleanup process is running within a PXE or non-PXE based deployment.
The logical drives Cleanup detects depend on the installation environment:
(Note: The table represents the minimal starting point.)
PXE Non-PXE Remarks
Normal state:
- one internal hard disk is available (C:\)
C:\ X:\ C:\ D:\ X:\ C:\ == primary logical drive
D:\ == boot medium, e. g. DVD, USB flash drive
X:\ == drive with the boot image
Faulty condition:
- an internal hard drive is missing (C:\)
X:\ D:\ X:\ Non-PXE: boot from read-only medium like a DVD
Faulty condition:
- an internal hard drive is missing (C:\)
X:\ C:\ X:\ Non-PXE: boot from a read-write medium like a USB flash drive
  • In addition, the display of information has been optimized:

  • PXE-based installation:

PXE: Normal state (one internal hard drive)

UI-Cleanup-v.1.2.9-pxe-normal-state

PXE: Not enough logical drives found

UI-Cleanup-v.1.2.9-pxe-not-enough-logical-drives-found

  • Non-PXE-based installation:
Non-PXE: Normal state (one internal hard drive)

UI-Cleanup-v.1.2.9-non-pxe-c-normal-state

Non-PXE: Although sufficient drives, such as C:\ and X:\ [2] or D:\ and X:\ [1], have been recognized, it unfortunately appears that the first drive, e.g., C:\, is being used as the boot medium for the installation (e.g., the USB boot flash drive within a non-PXE-based installation). To detect this, Cleanup additionally checks whether the Deploy directory is present on the first drive. Accordingly, a specific error message is displayed.

UI-Cleanup-v.1.2.9-non-pxe-c-drive-contains-deploy-directory

🙏 Thank you for using Cleanup. - Christoph -