mirror of
https://github.com/Metabolix/HackBGRT.git
synced 2026-09-26 05:51:22 -07:00
Make setup menu shorter
This commit is contained in:
+4
-9
@@ -736,19 +736,14 @@ public class Setup {
|
|||||||
WriteLine("Choose action (press a key):");
|
WriteLine("Choose action (press a key):");
|
||||||
WriteLine(" I = install");
|
WriteLine(" I = install");
|
||||||
WriteLine(" - creates a new EFI boot entry for HackBGRT");
|
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(" J = install (alternative)");
|
||||||
WriteLine(" - creates a new EFI boot entry with an alternative method (BCDEdit)");
|
WriteLine(" - creates a new EFI boot entry with an alternative method (BCDEdit)");
|
||||||
WriteLine(" - always sets HackBGRT as the first boot option");
|
WriteLine(" - try this if the first option doesn't work");
|
||||||
WriteLine(" - sometimes shows up as \"Windows Boot Manager\"");
|
|
||||||
WriteLine(" - should fall back to MS boot loader if HackBGRT fails");
|
|
||||||
WriteLine(" O = install (legacy)");
|
WriteLine(" O = install (legacy)");
|
||||||
WriteLine(" - overwrites the MS boot loader");
|
WriteLine(" - overwrites the MS boot loader; gets removed by Windows updates");
|
||||||
WriteLine(" - may require re-install after Windows updates");
|
WriteLine(" - use as last resort; may brick your system if configured incorrectly");
|
||||||
WriteLine(" - could brick your system if configured incorrectly");
|
|
||||||
WriteLine(" F = install files only");
|
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(" D = disable");
|
||||||
WriteLine(" - removes created entries, restores MS boot loader");
|
WriteLine(" - removes created entries, restores MS boot loader");
|
||||||
WriteLine(" R = remove completely");
|
WriteLine(" R = remove completely");
|
||||||
|
|||||||
Reference in New Issue
Block a user