Решение проблем | Ctlos Linux #11
Replies: 1 comment
-
|
test2 gh action
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Решение проблем | Ctlos Linux
Некоторые решенные проблемы описаны на форуме forum.ctlos.ru. Нашли проблему, или есть идеи, как что-то улучшить, создайте тему на форуме(ссылка выше), либо запрос на github.
Grub # Как добавить в загрузчик grub другие os?
sudo pacman -S os-prober sudo sed -i '/GRUB_DISABLE_OS_PROBER/s/^#//g' /etc/default/grub # или раскомментить строку GRUB_DISABLE_OS_PROBER sudo nano /etc/default/grub sudo grub-mkconfig -o /boot/grub/grub.cfg Grub efi.
Сброс root пароля # Reset_root_password.
Thunar # Генерация пунктов в левом меню.
https://ctlos.github.io/wiki/install/trouble/
Beta Was this translation helpful? Give feedback.
All reactions