Files
tldr/pages.hi/linux/bootctl.md
K.B.Dharun Krishna 8538a31451 pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30

1.4 KiB

bootctl

EFI फर्मवेयर बूट सेटिंग्स का नियंत्रण करें और बूट लोडर प्रबंधित करें। अधिक जानकारी: https://manned.org/bootctl

  • सिस्टम फर्मवेयर और बूटलोडर के बारे में जानकारी दिखाएं:

bootctl status

  • सभी उपलब्ध बूटलोडर प्रविष्टियाँ दिखाएं:

bootctl list

  • अगले बूट पर सिस्टम फर्मवेयर में बूट करने के लिए एक फ़्लैग सेट करें (sudo systemctl reboot --firmware-setup के समान):

sudo bootctl reboot-to-firmware true

  • EFI सिस्टम पार्टीशन के पथ की निर्धारण करें (डिफ़ॉल्ट /efi/, /boot/, या /boot/efi):

bootctl --esp-path={{/efi_system_partition/के/पथ/के/लिए}}

  • systemd-boot को EFI सिस्टम पार्टीशन में इंस्टॉल करें:

sudo bootctl install

  • EFI सिस्टम पार्टीशन से systemd-boot के सभी स्थापित संस्करणों को हटाएं:

sudo bootctl remove