日記/2022-11-20 の履歴差分(No.1)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2022-11-20T06:40:08+09:00","michiro","michiro")
**Ubuntu22.04のgrub [#r0630821]
 # grub-install /dev/sda
 # update-grub

  Warning: os-prober will not be executed to detect other bootable partitions

 # apt install os-prober
/etc/default/grubに

 GRUB_DISABLE_OS_PROBER=false
を追加

[[日記]]