What is the difference between .uefi and .tar.bz2?
- Extension
- .uefi
- .tar.bz2
- Format
- Binary
- Binary
- Category
- Disk Image
- Compressed
- Developer
- UEFI Forum
- The GNU Project
- Description
- The Unified Extensible Firmware Interface (UEFI)contains information on how the boot process should be carried out. It accurately outlines the interface between the OS and the platform firmware. It replaces the previous Basic Input/Output System (BIOS) firmware in the IBM PC. With UEFI, you don't have to install an OS for remote repairs and troubleshooting of computers.
- It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
- MIME Type
- application/vnd.uefi.app
- application/x-bzip-compressed-tar
- Sample
- sample.tar.bz2
- Wikipedia
- .uefi on Wikipedia
- .tar.bz2 on Wikipedia