mirror of
https://github.com/Metabolix/HackBGRT.git
synced 2025-12-06 17:15:42 -08:00
Make setup menu shorter
This commit is contained in:
13
src/Setup.cs
13
src/Setup.cs
@@ -736,19 +736,14 @@ public class Setup {
|
||||
WriteLine("Choose action (press a key):");
|
||||
WriteLine(" I = install");
|
||||
WriteLine(" - creates a new EFI boot entry for HackBGRT");
|
||||
WriteLine(" - sometimes needs to be enabled in firmware settings");
|
||||
WriteLine(" - should fall back to MS boot loader if HackBGRT fails");
|
||||
WriteLine(" J = install (alternative)");
|
||||
WriteLine(" - creates a new EFI boot entry with an alternative method (BCDEdit)");
|
||||
WriteLine(" - always sets HackBGRT as the first boot option");
|
||||
WriteLine(" - sometimes shows up as \"Windows Boot Manager\"");
|
||||
WriteLine(" - should fall back to MS boot loader if HackBGRT fails");
|
||||
WriteLine(" - try this if the first option doesn't work");
|
||||
WriteLine(" O = install (legacy)");
|
||||
WriteLine(" - overwrites the MS boot loader");
|
||||
WriteLine(" - may require re-install after Windows updates");
|
||||
WriteLine(" - could brick your system if configured incorrectly");
|
||||
WriteLine(" - overwrites the MS boot loader; gets removed by Windows updates");
|
||||
WriteLine(" - use as last resort; may brick your system if configured incorrectly");
|
||||
WriteLine(" F = install files only");
|
||||
WriteLine(" - needs to be enabled somehow");
|
||||
WriteLine(" - ok for updating config, doesn't touch boot entries");
|
||||
WriteLine(" D = disable");
|
||||
WriteLine(" - removes created entries, restores MS boot loader");
|
||||
WriteLine(" R = remove completely");
|
||||
|
||||
Reference in New Issue
Block a user