Expand description
Find EFI System Partition on any disk
Functions§
- Create ESP and install bootloader in one operation This finds free space, creates partition, formats FAT32, and installs
- Install bootloader to ESP using direct FAT32 write Bypasses UEFI file system protocol (which fails on new partitions)
- Install bootloader to ESP with progress reporting
- Check if Morpheus is already installed
Type Aliases§
- Progress callback type: (bytes_written, total_bytes, message)