PC3-180909
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*UEFI Boot項目の整理 [#m7cbeca3]
BIOSのブートメニューを整理します。
# efibootmgr -v
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 000C,0000,000B,0001
Boot0000* ubuntu HD(3,GPT,09dab29f-f682-4ea5-9a54-4d3feb...
Boot0001* Windows Boot Manager HD(2,GPT,edfe77d0-e2a7-44...
Boot000B* UEFI OS HD(3,GPT,09dab29f-f682-4ea5-9a54-4d3fe...
Boot000C* ubuntu HD(3,GPT,09dab29f-f682-4ea5-9a54-4d3feb...
必要なのは、Windows Boot Managerとubuntuのgrubx64.efiで...
ubuntuのshimx64.efi(Boot0000)を消します。~
# efibootmgr --delete-bootnum --bootnum 0
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 000C,000B,0001
Boot0001* Windows Boot Manager
Boot000B* UEFI OS
Boot000C* ubuntu
UEFI OSは消えないので、inactiveにします。~
# efibootmgr --inactive --bootnum 000D
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 000C,0001,000D
Boot0001* Windows Boot Manager
Boot000C* ubuntu
Boot000D UEFI OS
これで、項目は2つになりました。
*消し過ぎかも・・・ [#ibeb2990]
shimx64.efiはセキュアブートが有効になっている環境で「GR...
ESPは、sdbにありました。~
# gdisk -l /dev/sdb
GPT fdisk (gdisk) version 1.0.3
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 3907029168 sectors, 1.8 TiB
Model: TOSHIBA DT01ACA2
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 09D605FD-5858-9090-8081-82831011...
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sect...
First usable sector is 34, last usable sector is 3907029...
Partitions will be aligned on 2048-sector boundaries
Total free space is 4205 sectors (2.1 MiB)
Number Start (sector) End (sector) Size Code ...
1 2048 3571484671 1.7 TiB 0700 ...
2 3571484672 3739254783 80.0 GiB 0700 ...
3 3739256832 3739666431 200.0 MiB EF00 ...
4 3739666432 3907028991 79.8 GiB 8300
パーティションは3ですね。~
# efibootmgr --create --disk /dev/sdb --part 3 --loader ...
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 0000,000C,0001,000D
Boot0001* Windows Boot Manager
Boot000C* ubuntu
Boot000D UEFI OS
Boot0000* UbuntuSec
確認
# efibootmgr -v
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 0000,000C,0001,000D
Boot0000* UbuntuSec HD(3,GPT,09dab29f-f682-4ea5-9a54-4d...
Boot0001* Windows Boot Manager HD(2,GPT,edfe77d0-e2a7-4...
Boot000C* ubuntu HD(3,GPT,09dab29f-f682-4ea5-9a54-4d3fe...
Boot000D UEFI OS HD(3,GPT,09dab29f-f682-4ea5-9a54-4d3f...
inactive化
# efibootmgr --inactive --bootnum 0000
BootCurrent: 000E
Timeout: 0 seconds
BootOrder: 0000,000E,0001,000D
Boot0000 UbuntuSec
Boot0001* Windows Boot Manager
Boot000D UEFI OS
Boot000E* ubuntu
ただ、なぜshimx64.efiが動かないのかは不明です。(今回gr...
*shimx64.efiの再作成 [#z4a2604e]
以下のコマンドでできました。
# grub-install --efi-directory=/boot/efi
しかしながら、やはり起動しませんでした。
終了行:
*UEFI Boot項目の整理 [#m7cbeca3]
BIOSのブートメニューを整理します。
# efibootmgr -v
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 000C,0000,000B,0001
Boot0000* ubuntu HD(3,GPT,09dab29f-f682-4ea5-9a54-4d3feb...
Boot0001* Windows Boot Manager HD(2,GPT,edfe77d0-e2a7-44...
Boot000B* UEFI OS HD(3,GPT,09dab29f-f682-4ea5-9a54-4d3fe...
Boot000C* ubuntu HD(3,GPT,09dab29f-f682-4ea5-9a54-4d3feb...
必要なのは、Windows Boot Managerとubuntuのgrubx64.efiで...
ubuntuのshimx64.efi(Boot0000)を消します。~
# efibootmgr --delete-bootnum --bootnum 0
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 000C,000B,0001
Boot0001* Windows Boot Manager
Boot000B* UEFI OS
Boot000C* ubuntu
UEFI OSは消えないので、inactiveにします。~
# efibootmgr --inactive --bootnum 000D
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 000C,0001,000D
Boot0001* Windows Boot Manager
Boot000C* ubuntu
Boot000D UEFI OS
これで、項目は2つになりました。
*消し過ぎかも・・・ [#ibeb2990]
shimx64.efiはセキュアブートが有効になっている環境で「GR...
ESPは、sdbにありました。~
# gdisk -l /dev/sdb
GPT fdisk (gdisk) version 1.0.3
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 3907029168 sectors, 1.8 TiB
Model: TOSHIBA DT01ACA2
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 09D605FD-5858-9090-8081-82831011...
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sect...
First usable sector is 34, last usable sector is 3907029...
Partitions will be aligned on 2048-sector boundaries
Total free space is 4205 sectors (2.1 MiB)
Number Start (sector) End (sector) Size Code ...
1 2048 3571484671 1.7 TiB 0700 ...
2 3571484672 3739254783 80.0 GiB 0700 ...
3 3739256832 3739666431 200.0 MiB EF00 ...
4 3739666432 3907028991 79.8 GiB 8300
パーティションは3ですね。~
# efibootmgr --create --disk /dev/sdb --part 3 --loader ...
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 0000,000C,0001,000D
Boot0001* Windows Boot Manager
Boot000C* ubuntu
Boot000D UEFI OS
Boot0000* UbuntuSec
確認
# efibootmgr -v
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 0000,000C,0001,000D
Boot0000* UbuntuSec HD(3,GPT,09dab29f-f682-4ea5-9a54-4d...
Boot0001* Windows Boot Manager HD(2,GPT,edfe77d0-e2a7-4...
Boot000C* ubuntu HD(3,GPT,09dab29f-f682-4ea5-9a54-4d3fe...
Boot000D UEFI OS HD(3,GPT,09dab29f-f682-4ea5-9a54-4d3f...
inactive化
# efibootmgr --inactive --bootnum 0000
BootCurrent: 000E
Timeout: 0 seconds
BootOrder: 0000,000E,0001,000D
Boot0000 UbuntuSec
Boot0001* Windows Boot Manager
Boot000D UEFI OS
Boot000E* ubuntu
ただ、なぜshimx64.efiが動かないのかは不明です。(今回gr...
*shimx64.efiの再作成 [#z4a2604e]
以下のコマンドでできました。
# grub-install --efi-directory=/boot/efi
しかしながら、やはり起動しませんでした。
ページ名: