Linux-Mint
非 UEFI BIOS 上的 Linux mint MATE 中的 EFI 分區
所以我剛剛在我的舊筆記型電腦上安裝了 Linux mint MATE(沿側窗安裝(7))。它是一個沒有 UEFI BIOS 的 MBR。當我在安裝後前往磁碟程序時,我震驚地看到創建了 /boot/efi 分區,分區類型為(W95 FAT32)。這是正常的還是我搞砸了?到目前為止,它執行良好,我什至執行了更新管理器,重啟後它很高興。這會產生長期的問題嗎?我應該重新安裝還是讓它繼續?
一些可能有用的命令的輸出:
[ -d /sys/firmware/efi ] && echo "Installed in UEFI mode" || echo "Installed in Legacy mode" installed in Legacy mode
cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sda5 during installation UUID=a4b92403-da07-45b9-a227-e2647a5bb4ab / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda3 during installation UUID=BDA1-AF68 /boot/efi vfat umask=0077 0 1 /swapfile none swap sw 0 0
現在它顯示 20.3(una) 更新我現在可以這樣做嗎?
SuSE 已決定在所有新安裝上同時設置舊版和 UEFI 引導方法,因為預期任何舊版系統最終可能會遷移到更新的支持 UEFI、預設 UEFI 甚至僅 UEFI 的硬體。此外,英特爾最初計劃在 2020 年代初開始在新系統上放棄對傳統 BIOS 的支持,儘管 COVID 大流行和全球晶片短缺可能導致該計劃被重新評估。
乍一看,Mint 可能會選擇做類似的事情,但事實證明它被認為是一個安裝程序錯誤:https ://github.com/linuxmint/linuxmint/issues/312
如果
/boot/efi
是空分區,刪除應該沒有問題。如果您想絕對確定,首先只需將其註釋掉/etc/fstab
並重新啟動以確認其刪除不會產生任何影響。