USBキーボードなしでOSを切り替える

  • UEFI

  • Manjaroで設定 ```bash $ sudo efibootmgr BootCurrent: 0003 Timeout: 1 seconds BootOrder: 0003,0000 Boot0000* Windows Boot Manager Boot0003* Manjaro

Windowsを優先

$ sudo efibootmgr -o 0000,0003

Manjaroを優先

$ sudo efibootmgr -o 0003,0000


- [Setting Manjaro as the default OS in dual boot with Windows 10 - Newbie Corner - Manjaro Linux Forum](https://archived.forum.manjaro.org/t/setting-manjaro-as-the-default-os-in-dual-boot-with-windows-10/74929/7)

- Windowsで設定
```cmd
// IDを確認
> bcdedit /enum {fwbootmgr}

// 自分の環境だとeで始まるのがmanjaro, fで始まるのがwindows
> bcdedit /set {fwbootmgr} displayorder (ID) {bootmgr}

Backlinks

There are no notes linking to this note.