Skip to content

Operational Systems

Yaroslav Gosudarkin edited this page Sep 14, 2021 · 3 revisions

Ubuntu

Install

  1. Create flash with Rufus soft
  2. Create "/", swap && EFI partition system SDA, select last as boot manager
  3. Install

Troubleshooting

  1. Лагает при запуске, вылетает на черный экран при попытке зайти "FECS falcon already acquired by gr!"
Press Strg+Alt+F2 if you can't log in to Graphical/GUI.
Log in with username and password
Enter
sudo ubuntu-drivers install
This should install the NVidia driver
Reboot
  1. Нет выбора разрешения экрана, кривое разрешение
Then, there is one solution in Chinese saved my life, I just want to share that.
open the file
sudo nano /etc/default/grub
find the line
#GRUB_GFXMODE=640x480
edit 640x480 to your resolution eg: 1920x1080,并remove the #
for example:
GRUB_GFXMODE=1920x1080 
Update by the command
sudo update-grub
Then reboot your computer.
sudo reboot
  1. Микро не работает при включенных наушниках
14

sudo apt install alsa-tools-gui

hdajackretask
Select the appropriate sound card up top in Select a codec:

Then make the Black Mic (headphone jack) override Not connected

Lower right corner, select Install boot override


Clone this wiki locally