我不知道在efibootmgr中两个条目中需要哪一个
发表于 : 2022-06-29 22:25
参考源
https://kledgeb.blogspot.com/2015/11/ef ... -uefi.html
查看当前的UEFI引导管理器状态,有两个条目名称,Debian和Debian11。我最近做了几次新的安装,不确定哪个条目是我需要的。
Looking at the current UEFI Boot Manager status, there are two entry names, Debian and Debian11. I have done several new installations recently and am not sure which entry is the one I need.
# efibootmgr
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0005,0006,0003,0007,0002
Boot0000* Debian
Boot0002* UEFI: Built-in EFI Shell
Boot0003* Debian11
Boot0005* Hard Drive
Boot0006* USB
Boot0007* UEFI: USB DISK 3.0 PMAP
# efibootmgr -v
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0005,0006,0003,0007,0002
Boot0000* Debian HD(3,GPT,47f7e759-c595-9a4c-b71c-e052f044a72e,0x800,0x113000)/File(\EFI\Debian\shimx64.efi)
Boot0002* UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)AMBO
Boot0003* Debian11 HD(1,GPT,398b10dd-8433-40b3-8cf0-6bcd5de867f0,0x800,0x32000)/File(\EFI\Debian11\shimx64.efi)
Boot0005* Hard Drive BBS(HD,,0x0)AMGOAMNO........o.S.a.n.D.i.s.k. .S.D.S.S.D.A.2.4.0.G....................A...........................>..Gd-.;.A..MQ..L.7.1.6.0.4.9.6.4.5.8.4.0. . . . . . . . ......AMBO
Boot0006* USB BBS(USB,,0x0)AMGOAMNO........g. .U.S.B. .D.I.S.K. .3...0. .P.M.A.P....................A.......................:..Gd-.;.A..MQ..L. .U.S.B. .D.I.S.K. .3...0. .P.M.A.P......AMBO
Boot0007* UEFI: USB DISK 3.0 PMAP PciRoot(0x0)/Pci(0x10,0x0)/USB(2,0)/HD(1,MBR,0x90909090,0x800,0x39e6000)AMBO
$ lsblk -o name,label,size,fstype,model
NAME LABEL SIZE FSTYPE MODEL
sda 223.6G SanDisk_SDSSDA240G
├─sda1 221.5G btrfs
├─sda2 1.6G swap
└─sda3 NO_LABEL 550M vfat
现在第一次注意到我很吃惊。vfat(ESP)为sda3。
今回の新規インストールより以前は、必ず以下の如き
パーティション構成になっていた。一ヶ月前に手動パーティショニングでやったのですが、もう記憶がありません。
これはこのまま放置してよいのですか?
在这次新安装之前,必须如下
分区配置。我一个月前用手动分区做的,但是已经没有记忆了。
这个可以就这样放任不管吗?
├─sda1 EFI 190M vfat
├─sda2 debian 295.9G btrfs
└─sda3 2G swap
https://kledgeb.blogspot.com/2015/11/ef ... -uefi.html
查看当前的UEFI引导管理器状态,有两个条目名称,Debian和Debian11。我最近做了几次新的安装,不确定哪个条目是我需要的。
Looking at the current UEFI Boot Manager status, there are two entry names, Debian and Debian11. I have done several new installations recently and am not sure which entry is the one I need.
# efibootmgr
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0005,0006,0003,0007,0002
Boot0000* Debian
Boot0002* UEFI: Built-in EFI Shell
Boot0003* Debian11
Boot0005* Hard Drive
Boot0006* USB
Boot0007* UEFI: USB DISK 3.0 PMAP
# efibootmgr -v
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0005,0006,0003,0007,0002
Boot0000* Debian HD(3,GPT,47f7e759-c595-9a4c-b71c-e052f044a72e,0x800,0x113000)/File(\EFI\Debian\shimx64.efi)
Boot0002* UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)AMBO
Boot0003* Debian11 HD(1,GPT,398b10dd-8433-40b3-8cf0-6bcd5de867f0,0x800,0x32000)/File(\EFI\Debian11\shimx64.efi)
Boot0005* Hard Drive BBS(HD,,0x0)AMGOAMNO........o.S.a.n.D.i.s.k. .S.D.S.S.D.A.2.4.0.G....................A...........................>..Gd-.;.A..MQ..L.7.1.6.0.4.9.6.4.5.8.4.0. . . . . . . . ......AMBO
Boot0006* USB BBS(USB,,0x0)AMGOAMNO........g. .U.S.B. .D.I.S.K. .3...0. .P.M.A.P....................A.......................:..Gd-.;.A..MQ..L. .U.S.B. .D.I.S.K. .3...0. .P.M.A.P......AMBO
Boot0007* UEFI: USB DISK 3.0 PMAP PciRoot(0x0)/Pci(0x10,0x0)/USB(2,0)/HD(1,MBR,0x90909090,0x800,0x39e6000)AMBO
$ lsblk -o name,label,size,fstype,model
NAME LABEL SIZE FSTYPE MODEL
sda 223.6G SanDisk_SDSSDA240G
├─sda1 221.5G btrfs
├─sda2 1.6G swap
└─sda3 NO_LABEL 550M vfat
现在第一次注意到我很吃惊。vfat(ESP)为sda3。
今回の新規インストールより以前は、必ず以下の如き
パーティション構成になっていた。一ヶ月前に手動パーティショニングでやったのですが、もう記憶がありません。
これはこのまま放置してよいのですか?
在这次新安装之前,必须如下
分区配置。我一个月前用手动分区做的,但是已经没有记忆了。
这个可以就这样放任不管吗?
├─sda1 EFI 190M vfat
├─sda2 debian 295.9G btrfs
└─sda3 2G swap