Make setup menu shorter

This commit is contained in:
Lauri Kenttä
2023-11-17 21:08:50 +02:00
parent 9b3b045a21
commit e93ed54cb2

View File

@@ -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");