From d1258c7dc08f8de032fc3b03fa52571fa7fe057e Mon Sep 17 00:00:00 2001 From: ShortArrow Date: Thu, 15 Jul 2021 08:56:44 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 382df1b21..2467c2f12 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ # CloverBootloader Bootloader for macOS, Windows and Linux in UEFI and in legacy mode +# Features + +- Boot macOS, Windows, and Linux in UEFI or legacy mode on Mac or PC with UEFI or BIOS firmware +- Boot using UEFI firmware directly or CloverEFI UEFI firmware emulation +- Customizable GUI including themes, icons, fonts, background images, animations, and mouse pointers. +- Theme manager and theme repository at http://sourceforge.net/p/cloverefiboot/themes/ +- Native screen resolution in GUI +- Press Page Up or Page Down to change GUI resolution +- Press F1 for multilingual help, depending on language setting in configuration +- Press F2 to save preboot.log from GUI +- Press F4 to save original (OEM) ACPI tables into /EFI/CLOVER/ACPI/origin +- Press F5 to test DSDT patching +- Press F6 to save graphics firmware into /EFI/CLOVER/misc +- Press F10 to save screenshots from GUI +- Press F12 to eject CD/DVD +- GUI refreshes after CD/DVD insertion +- Ability to boot previously selected boot entry after default timeout +- Boot entries menu scrolls if screen resolution is too low for menu +- Create custom boot entries for personalizing boot entries and add support for other operating systems +- Create Clover boot entry in NVRAM with tool from GUI +- Launch EFI command shell from GUI +- Startup sound controlled by F8 and checked by F7 From cd1ff33b59611a50292aabca2e14c417af970b68 Mon Sep 17 00:00:00 2001 From: ShortArrow Date: Thu, 15 Jul 2021 08:58:56 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2467c2f12..8a46d4edb 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ Bootloader for macOS, Windows and Linux in UEFI and in legacy mode - Theme manager and theme repository at http://sourceforge.net/p/cloverefiboot/themes/ - Native screen resolution in GUI - Press Page Up or Page Down to change GUI resolution -- Press F1 for multilingual help, depending on language setting in configuration -- Press F2 to save preboot.log from GUI -- Press F4 to save original (OEM) ACPI tables into /EFI/CLOVER/ACPI/origin -- Press F5 to test DSDT patching -- Press F6 to save graphics firmware into /EFI/CLOVER/misc -- Press F10 to save screenshots from GUI -- Press F12 to eject CD/DVD +- Press **F1** for multilingual help, depending on language setting in configuration +- Press **F2** to save `preboot.log` from GUI +- Press **F4** to save original (OEM) ACPI tables into `/EFI/CLOVER/ACPI/origin` +- Press **F5** to test DSDT patching +- Press **F6** to save graphics firmware into `/EFI/CLOVER/misc` +- Press **F10** to save screenshots from GUI +- Press **F12** to eject CD/DVD - GUI refreshes after CD/DVD insertion - Ability to boot previously selected boot entry after default timeout - Boot entries menu scrolls if screen resolution is too low for menu - Create custom boot entries for personalizing boot entries and add support for other operating systems - Create Clover boot entry in NVRAM with tool from GUI - Launch EFI command shell from GUI -- Startup sound controlled by F8 and checked by F7 +- Startup sound controlled by **F8** and checked by **F7**