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


  • 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2022-11-20T06:40:08+09:00","michiro","michiro")
#author("2022-11-20T07:10:39+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
を追加
を追加して、
 # grub-install /dev/sda
 # update-grub
で解決。

**Ubuntu22.04の共有 [#b247c881]
リモートデスクトップ画面が真っ黒になる場合、

ログアウトして右下の設定ボタンを押して
 Ubuntu on Xorg
を選択すると解決。

[[日記]]