summaryrefslogtreecommitdiffstats
path: root/templates/man7/systemd-boot.7.pot
blob: 68371891edc885c3615e3eb4dcb73bc20c963895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-06-01 06:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "SYSTEMD-BOOT"
msgstr ""

#. type: TH
#: archlinux mageia-cauldron
#, no-wrap
msgid "systemd 255"
msgstr ""

#. type: TH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "systemd-boot"
msgstr ""

#.  -----------------------------------------------------------------
#.  * MAIN CONTENT STARTS HERE *
#.  -----------------------------------------------------------------
#. type: SH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "systemd-boot, sd-boot - A simple UEFI boot manager"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"B<systemd-boot> (short: B<sd-boot>) is a simple UEFI boot manager\\&. It "
"provides a textual menu to select the entry to boot and an editor for the "
"kernel command line\\&.  B<systemd-boot> supports systems with UEFI firmware "
"only\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"B<systemd-boot> loads boot entry information from the EFI system partition "
"(ESP), usually mounted at /efi/, /boot/, or /boot/efi/ during OS runtime, as "
"well as from the Extended Boot Loader partition (XBOOTLDR) if it exists "
"(usually mounted to /boot/)\\&. Configuration file fragments, kernels, "
"initrds and other EFI images to boot generally need to reside on the ESP or "
"the Extended Boot Loader partition\\&. Linux kernels must be built with "
"B<CONFIG_EFI_STUB> to be able to be directly executed as an EFI image\\&. "
"During boot B<systemd-boot> automatically assembles a list of boot entries "
"from the following sources:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Boot entries defined with \\m[blue]B<Boot Loader "
"Specification>\\m[]\\&\\s-2\\u[1]\\d\\s+2 Type #1 description files located "
"in /loader/entries/ on the ESP and the Extended Boot Loader Partition\\&. "
"These usually describe Linux kernel images with associated initrd images, "
"but alternatively may also describe other arbitrary EFI executables\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Unified kernel images, \\m[blue]B<Boot Loader "
"Specification>\\m[]\\&\\s-2\\u[1]\\d\\s+2 Type #2, which are executable EFI "
"binaries in /EFI/Linux/ on the ESP and the Extended Boot Loader Partition\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "The Microsoft Windows EFI boot manager, if installed\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "The Apple macOS boot manager, if installed\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "The EFI Shell binary, if installed\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid ""
"A \"Reboot Into Firmware Interface option\", if supported by the UEFI "
"firmware\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Secure Boot variables enrollment if the UEFI firmware is in setup-mode and "
"files are provided on the ESP\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "B<systemd-boot> supports the following features:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Basic boot manager configuration changes (such as timeout configuration, "
"default boot entry selection, \\&...) may be made directly from the boot "
"loader UI at boot-time, as well as during system runtime with EFI "
"variables\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The boot manager integrates with the B<systemctl> command to implement "
"features such as B<systemctl reboot --boot-loader-entry=\\&...> (for "
"rebooting into a specific boot menu entry, i\\&.e\\&. \"reboot into "
"Windows\") and B<systemctl reboot --boot-loader-menu=\\&...> (for rebooting "
"into the boot loader menu), by implementing the \\m[blue]B<Boot Loader "
"Interface>\\m[]\\&\\s-2\\u[2]\\d\\s+2\\&. See B<systemctl>(1)  for "
"details\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"An EFI variable set by the boot loader informs the OS about the EFI System "
"Partition used during boot\\&. This is then used to automatically mount the "
"correct EFI System Partition to /efi/ or /boot/ during OS runtime\\&. See "
"B<systemd-gpt-auto-generator>(8)  for details\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The boot manager provides information about the boot time spent in UEFI "
"firmware using the \\m[blue]B<Boot Loader "
"Interface>\\m[]\\&\\s-2\\u[2]\\d\\s+2\\&. This information can be displayed "
"using B<systemd-analyze>(1)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The boot manager implements boot counting and automatic fallback to older, "
"working boot entries on failure\\&. See \\m[blue]B<Automatic Boot "
"Assessment>\\m[]\\&\\s-2\\u[3]\\d\\s+2\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The boot manager optionally reads a random seed from the ESP partition, "
"combines it with a \\*(Aqsystem token\\*(Aq stored in a persistent EFI "
"variable and derives a random seed to use by the OS as entropy pool "
"initialization, providing a full entropy pool during early boot\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The boot manager allows for Secure Boot variables to be enrolled if the UEFI "
"firmware is in setup-mode\\&. Additionally, variables can be automatically "
"enrolled if configured\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"B<bootctl>(1)  may be used from a running system to locate the ESP and the "
"Extended Boot Loader Partition, list available entries, and install "
"B<systemd-boot> itself\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"B<kernel-install>(8)  may be used to copy kernel images onto the ESP or the "
"Extended Boot Loader Partition and to generate description files compliant "
"with the Boot Loader Specification\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"B<systemd-stub>(7)  may be used as UEFI boot stub for executed kernels, "
"which is useful to show graphical boot splashes before transitioning into "
"the Linux world\\&. It is also capable of automatically picking up auxiliary "
"credential files (for boot parameterization) and system extension images, as "
"companion files to the booted kernel images\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "KEY BINDINGS"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "The following keys may be used in the boot menu:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "↑ (Up), ↓ (Down), j, k, PageUp, PageDown, Home, End"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Navigate up/down in the entry list"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "Added in version 239\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "↵ (Enter), → (Right)"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Boot selected entry"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "d"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Make selected entry the default"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "e"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Edit the kernel command line for selected entry"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "+, t"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Increase the timeout before default entry is booted"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "-, T"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Decrease the timeout"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "r"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Change screen resolution, skipping any unsupported modes\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "Added in version 250\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "R"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Reset screen resolution to firmware or configuration file default\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "p"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Print status"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "h, ?, F1"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Show a help screen"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "f"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Reboot into firmware interface\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"For compatibility with the keybindings of several firmware implementations "
"this operation may also be reached with F2, F10, Del and Esc\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "Shift+o"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "Power off the system\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "Added in version 255\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "Shift+b"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "Reboot the system\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The following keys may be pressed during bootup or in the boot menu to "
"directly boot a specific entry:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "l"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Linux"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "w"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Windows"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "a"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "macOS"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "s"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "EFI shell"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "1, 2, 3, 4, 5, 6, 7, 8, 9"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Boot entry number 1 \\&... 9"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The boot menu is shown when a non-zero menu timeout has been configured\\&. "
"If the menu timeout has been set to zero, it is sufficient to press any key "
"\\(em before the boot loader initializes \\(em to bring up the boot menu, "
"except for the keys listed immediately above as they directly boot into the "
"selected boot menu item\\&. Note that depending on the firmware "
"implementation the time window where key presses are accepted before the "
"boot loader initializes might be short\\&. If the window is missed, reboot "
"and try again, possibly pressing a suitable key (e\\&.g\\&. the space bar) "
"continuously; on most systems it should be possible to hit the time window "
"after a few attempts\\&. To avoid this problem, consider setting a non-zero "
"timeout, thus showing the boot menu unconditionally\\&. Some desktop "
"environments might offer an option to directly boot into the boot menu, to "
"avoid the problem altogether\\&. Alternatively, use the command line "
"B<systemctl reboot --boot-loader-menu=0> from the shell\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"In the editor, most keys simply insert themselves, but the following keys "
"may be used to perform additional actions:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "← (Left), → (Right), Home, End"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Navigate left/right"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Esc, Ctrl+c"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Abort the edit and quit the editor"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Ctrl+k"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Clear the command line forwards"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Ctrl+w, Alt+Backspace"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Delete word backwards"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Ctrl+Del, Alt+d"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Delete word forwards"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "↵ (Enter)"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Boot entry with the edited command line"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Note that unless configured otherwise in the UEFI firmware, systemd-boot "
"will use the US keyboard layout, so key labels might not match for keys like "
"+/-\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "FILES"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The files B<systemd-boot> processes generally reside on the UEFI ESP which "
"is usually mounted to /efi/, /boot/ or /boot/efi/ during OS runtime\\&. It "
"also processes files on the Extended Boot Loader partition which is "
"typically mounted to /boot/, if it exists\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"B<systemd-boot> reads runtime configuration such as the boot timeout and "
"default entry from /loader/loader\\&.conf on the ESP (in combination with "
"data read from EFI variables)\\&. See B<loader.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Boot entry description files following the \\m[blue]B<Boot Loader "
"Specification>\\m[]\\&\\s-2\\u[1]\\d\\s+2 are read from /loader/entries/ on "
"the ESP and the Extended Boot Loader partition\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Unified kernel boot entries following the \\m[blue]B<Boot Loader "
"Specification>\\m[]\\&\\s-2\\u[1]\\d\\s+2 are read from /EFI/Linux/ on the "
"ESP and the Extended Boot Loader partition\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Optionally, a random seed for early boot entropy pool provisioning is stored "
"in /loader/random-seed in the ESP\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"During initialization, B<sd-boot> automatically loads all driver files "
"placed in the /EFI/systemd/drivers/ directory of the ESP\\&. The files "
"placed there must have an extension of the EFI architecture ID followed by "
"\\&.efi (e\\&.g\\&. for x86-64 this means a suffix of x64\\&.efi)\\&. This "
"may be used to automatically load file system drivers and similar, to extend "
"the native firmware support\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm mageia-cauldron
msgid ""
"Enrollment of Secure Boot variables can be performed manually or "
"automatically if files are available under /loader/keys/I<NAME>/{db,KEK,"
"PK}\\&.auth, I<NAME> being the display name for the set of variables in the "
"menu\\&. If one of the sets is named auto then it might be enrolled "
"automatically depending on whether \"secure-boot-enroll\" is set to force or "
"not\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "EFI VARIABLES"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The following EFI variables are defined, set and read by B<systemd-boot>, "
"under the vendor UUID \"4a67b082-0a4c-41cf-b6c7-440b29bb8c4f\", for "
"communication between the boot loader and the OS:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderBootCountPath>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"If boot counting is enabled, contains the path to the file in whose name the "
"boot counters are encoded\\&. Set by the boot loader\\&.  B<systemd-bless-"
"boot.service>(8)  uses this information to mark a boot as successful as "
"determined by the successful activation of the boot-complete\\&.target "
"target unit\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "Added in version 240\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderConfigTimeout>, I<LoaderConfigTimeoutOneShot>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The menu timeout in seconds\\&. Read by the boot loader\\&.  "
"I<LoaderConfigTimeout> is maintained persistently, while "
"I<LoaderConfigTimeoutOneShot> is a one-time override which is read once (in "
"which case it takes precedence over I<LoaderConfigTimeout>) and then "
"removed\\&.  I<LoaderConfigTimeout> may be manipulated with the t/T keys, "
"see above\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "I<LoaderConfigConsoleMode>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid ""
"The numerical menu console mode\\&. Read by the boot loader\\&.  "
"I<LoaderConfigConsoleMode> is maintained persistently\\&.  "
"I<LoaderConfigConsoleMode> may be manipulated with the r/R keys, see "
"above\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderDevicePartUUID>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Contains the partition UUID of the EFI System Partition the boot loader was "
"run from\\&. Set by the boot loader\\&.  B<systemd-gpt-auto-generator>(8)  "
"uses this information to automatically find the disk booted from, in order "
"to discover various other partitions on the same disk automatically\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderEntries>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"A list of the identifiers of all discovered boot loader entries\\&. Set by "
"the boot loader\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderEntryDefault>, I<LoaderEntryOneShot>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The identifier of the default boot loader entry\\&. Set primarily by the OS "
"and read by the boot loader\\&.  I<LoaderEntryOneShot> sets the default "
"entry for the next boot only, while I<LoaderEntryDefault> sets it "
"persistently for all future boots\\&.  B<bootctl>(1)\\*(Aqs B<set-default> "
"and B<set-oneshot> commands make use of these variables\\&. The boot loader "
"modifies I<LoaderEntryDefault> on request, when the d key is used, see "
"above\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "I<LoaderEntryLastBooted>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid ""
"The identifier of the boot loader entry last attempted\\&. Set and read by "
"the boot loader, only when /loader/loader\\&.conf has default set to "
"\"@saved\"\\&. See B<loader.conf>(5)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid ""
"The boot loader will ensure I<LoaderEntryLastBooted> is up-to date for every "
"boot, updating it as needed and will omit changing it all together when "
"I<LoaderEntryOneShot> is set\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid ""
"The boot loader reads the variable, which takes higher priority than "
"I<LoaderEntryDefault>\\&. The variable is ignored when I<LoaderEntryOneShot> "
"is set\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid ""
"I<LoaderEntryLastBooted> cannot be used as indication that the last boot was "
"successful or not\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderEntrySelected>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The identifier of the boot loader entry currently being booted\\&. Set by "
"the boot loader\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderFeatures>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"A set of flags indicating the features the boot loader supports\\&. Set by "
"the boot loader\\&. Use B<bootctl>(1)  to view this data\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderFirmwareInfo>, I<LoaderFirmwareType>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Brief firmware information\\&. Set by the boot loader\\&. Use B<bootctl>(1)  "
"to view this data\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderImageIdentifier>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The path of executable of the boot loader used for the current boot, "
"relative to the EFI System Partition\\*(Aqs root directory\\&. Set by the "
"boot loader\\&. Use B<bootctl>(1)  to view this data\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderInfo>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Brief information about the boot loader\\&. Set by the boot loader\\&. Use "
"B<bootctl>(1)  to view this data\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderTimeExecUSec>, I<LoaderTimeInitUSec>, I<LoaderTimeMenuUsec>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Information about the time spent in various parts of the boot loader\\&. Set "
"by the boot loader\\&. Use B<systemd-analyze>(1)  to view this data\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "I<LoaderSystemToken>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"A binary random data field, that is used for generating the random seed to "
"pass to the OS (see above)\\&. Note that this random data is generally only "
"generated once, during OS installation, and is then never updated again\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "Added in version 243\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Many of these variables are defined by the \\m[blue]B<Boot Loader "
"Interface>\\m[]\\&\\s-2\\u[2]\\d\\s+2\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "BOOT COUNTING"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"B<systemd-boot> implements a simple boot counting mechanism on top of the "
"\\m[blue]B<Boot Loader Specification>\\m[]\\&\\s-2\\u[1]\\d\\s+2, for "
"automatic and unattended fallback to older kernel versions/boot loader "
"entries when a specific entry continuously fails\\&. Any boot loader entry "
"file and unified kernel image file that contains a \"+\" followed by one or "
"two numbers (if two they need to be separated by a \"-\"), before the \\&."
"conf or \\&.efi suffix is subject to boot counting: the first of the two "
"numbers (\\*(Aqtries left\\*(Aq) is decreased by one on every boot attempt, "
"the second of the two numbers (\\*(Aqtries done\\*(Aq) is increased by one "
"(if \\*(Aqtries done\\*(Aq is absent it is considered equivalent to 0)\\&. "
"Depending on the current value of these two counters the boot entry is "
"considered to be in one of three states:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"If the \\*(Aqtries left\\*(Aq counter of an entry is greater than zero the "
"entry is considered to be in \\*(Aqindeterminate\\*(Aq state\\&. This means "
"the entry has not completed booting successfully yet, but also hasn\\*(Aqt "
"been determined not to work\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"If the \\*(Aqtries left\\*(Aq counter of an entry is zero it is considered "
"to be in \\*(Aqbad\\*(Aq state\\&. This means no further attempts to boot "
"this item will be made (that is, unless all other boot entries are also in "
"\\*(Aqbad\\*(Aq state), as all attempts to boot this entry have not "
"completed successfully\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"If the \\*(Aqtries left\\*(Aq and \\*(Aqtries done\\*(Aq counters of an "
"entry are absent it is considered to be in \\*(Aqgood\\*(Aq state\\&. This "
"means further boot counting for the entry is turned off, as it successfully "
"booted at least once\\&. The B<systemd-bless-boot.service>(8)  service moves "
"the currently booted entry from \\*(Aqindeterminate\\*(Aq into "
"\\*(Aqgood\\*(Aq state when a boot attempt completed successfully\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Generally, when new entries are added to the boot loader, they first start "
"out in \\*(Aqindeterminate\\*(Aq state, i\\&.e\\&. with a \\*(Aqtries "
"left\\*(Aq counter greater than zero\\&. The boot entry remains in this "
"state until either it managed to complete a full boot successfully at least "
"once (in which case it will be in \\*(Aqgood\\*(Aq state) \\(em or the "
"\\*(Aqtries left\\*(Aq counter reaches zero (in which case it will be in "
"\\*(Aqbad\\*(Aq state)\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"Example: let\\*(Aqs say a boot loader entry file foo\\&.conf is set up for 3 "
"boot tries\\&. The installer will hence create it under the name foo+3\\&."
"conf\\&. On first boot, the boot loader will rename it to foo+2-1\\&."
"conf\\&. If that boot does not complete successfully, the boot loader will "
"rename it to foo+1-2\\&.conf on the following boot\\&. If that fails too, it "
"will finally be renamed foo+0-3\\&.conf by the boot loader on next boot, "
"after which it will be considered \\*(Aqbad\\*(Aq\\&. If the boot succeeds "
"however the entry file will be renamed to foo\\&.conf by the OS, so that it "
"is considered \\*(Aqgood\\*(Aq from then on\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The boot menu takes the \\*(Aqtries left\\*(Aq counter into account when "
"sorting the menu entries: entries in \\*(Aqbad\\*(Aq state are ordered at "
"the beginning of the list, and entries in \\*(Aqgood\\*(Aq or "
"\\*(Aqindeterminate\\*(Aq at the end\\&. The user can freely choose to boot "
"any entry of the menu, including those already marked \\*(Aqbad\\*(Aq\\&. If "
"the menu entry to boot is automatically determined, this means that "
"\\*(Aqgood\\*(Aq or \\*(Aqindeterminate\\*(Aq entries are generally "
"preferred (as the bottom item of the menu is the one booted by default), and "
"\\*(Aqbad\\*(Aq entries will only be considered if there are no "
"\\*(Aqgood\\*(Aq or \\*(Aqindeterminate\\*(Aq entries left\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"The B<kernel-install>(8)  kernel install framework optionally sets the "
"initial \\*(Aqtries left\\*(Aq counter to the value specified in /etc/kernel/"
"tries when a boot loader entry is first created\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "USING SYSTEMD-BOOT IN VIRTUAL MACHINES"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"When using qemu with OVMF (UEFI Firmware for virtual machines) the B<-"
"kernel> switch works not only for linux kernels, but for any EFI binary, "
"including sd-boot and unified linux kernels\\&. Example command line for "
"loading B<systemd-boot> on x64:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"B<qemu-system-x86_64 >I<[ \\&.\\&.\\&. ]>B< -kernel /usr/lib/systemd/boot/"
"efi/systemd-bootx64\\&.efi>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"systemd-boot will detect that it was started directly instead of being "
"loaded from ESP and will search for the ESP in that case, taking into "
"account boot order information from the hypervisor (if available)\\&."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid ""
"B<bootctl>(1), B<loader.conf>(5), B<systemd-bless-boot.service>(8), "
"B<systemd-boot-random-seed.service>(8), B<kernel-install>(8), B<systemd-"
"stub>(7), \\m[blue]B<Boot Loader Specification>\\m[]\\&\\s-2\\u[1]\\d\\s+2, "
"\\m[blue]B<Boot Loader Interface>\\m[]\\&\\s-2\\u[2]\\d\\s+2, "
"\\m[blue]B<TPM2 PCR Measurements Made by systemd>\\m[]\\&\\s-2\\u[4]\\d\\s+2"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "NOTES"
msgstr ""

#. type: IP
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid " 1."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Boot Loader Specification"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid ""
"\\%https://uapi-group.org/specifications/specs/boot_loader_specification"
msgstr ""

#. type: IP
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid " 2."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Boot Loader Interface"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "\\%https://systemd.io/BOOT_LOADER_INTERFACE"
msgstr ""

#. type: IP
#: archlinux debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid " 3."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "Automatic Boot Assessment"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable mageia-cauldron
msgid "\\%https://systemd.io/AUTOMATIC_BOOT_ASSESSMENT"
msgstr ""

#. type: IP
#: archlinux debian-unstable mageia-cauldron
#, no-wrap
msgid " 4."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "TPM2 PCR Measurements Made by systemd"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron
msgid "\\%https://systemd.io/TPM2_PCR_MEASUREMENTS"
msgstr ""

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "systemd 254"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"A reboot into the UEFI firmware setup option, if supported by the "
"firmware\\&."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"B<bootctl>(1), B<loader.conf>(5), B<systemd-bless-boot.service>(8), "
"B<systemd-boot-random-seed.service>(8), B<kernel-install>(8), B<systemd-"
"stub>(7), \\m[blue]B<Boot Loader Specification>\\m[]\\&\\s-2\\u[1]\\d\\s+2, "
"\\m[blue]B<Boot Loader Interface>\\m[]\\&\\s-2\\u[2]\\d\\s+2"
msgstr ""

#. type: TH
#: debian-unstable
#, no-wrap
msgid "systemd 256~rc3"
msgstr ""

#. type: Plain text
#: debian-unstable
msgid ""
"Enrollment of Secure Boot variables can be performed manually or "
"automatically if files are available under /loader/keys/I<NAME>/{db,dbx,KEK,"
"PK}\\&.auth, I<NAME> being the display name for the set of variables in the "
"menu\\&. If one of the sets is named auto then it might be enrolled "
"automatically depending on whether \"secure-boot-enroll\" is set to force or "
"not\\&."
msgstr ""

#. type: SH
#: debian-unstable
#, no-wrap
msgid "SMBIOS TYPE 11 STRINGS"
msgstr ""

#. type: Plain text
#: debian-unstable
msgid ""
"B<systemd-boot> can be configured using SMBIOS Type 11 strings\\&. "
"Applicable strings consist of a name, followed by \"=\", followed by the "
"value\\&. Unless B<systemd-boot> detects it is running inside a confidential "
"computing environment, B<systemd-boot> will search the table for a string "
"with a specific name, and if found, use its value\\&. The following strings "
"are read:"
msgstr ""

#. type: Plain text
#: debian-unstable
msgid "I<io\\&.systemd\\&.boot\\&.kernel-cmdline-extra>"
msgstr ""

#. type: Plain text
#: debian-unstable
msgid ""
"If set, the value of this string is added to the list of kernel command line "
"arguments for Boot Loader Specification Type 1 entries that are measured in "
"PCR12 and passed to the kernel\\&."
msgstr ""

#. type: Plain text
#: debian-unstable
msgid "Added in version 256\\&."
msgstr ""