-
sudo update-grub★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 7. 13. 20:57728x90
https://askubuntu.com/questions/418666/update-grub-command-not-found
he update-grub command was created to make things easier - it is simply a shell script in /usr/sbin/: #!/bin/sh set -e exec grub-mkconfig -o /boot/grub/grub.cfg "$@"
If it is not there, you can make your own. To do that, run this, and paste in the above script: sudo nano /usr/sbin/update-grub Save with Ctrl+O, and exit with Ctrl+X. Then run these: sudo chown root:root /usr/sbin/update-grub sudo chmod 755 /usr/sbin/update-grub And you should now be able to run update-grub. :-)
반응형'★Linux★리눅스★ > Linux★명령어★Ubuntu★command' 카테고리의 다른 글
Rocky Linux 9에 Docker 및 Docker-Compose를 설치하는 방법 (0) 2023.07.22 우분투 apt 자주 쓰이는 명령어 정리 (0) 2023.07.22 Ubuntu 22.04에서 23.04로 업데이트 하는 방법 (0) 2023.07.22 How to change zsh-autosuggestions color (0) 2023.07.21 Rocky 9 - WEB Mail Server (RoundCube) 개요 (1) 2023.07.12 How to install NVIDIA drivers on Rocky Linux 9 (0) 2023.07.12 How to Install NVIDIA Drivers on Rocky Linux 9 /8 (0) 2023.07.12 Helix: A Terminal Based Text Editor for Power Linux Users (0) 2023.07.12