Уголок новичка

Что делать? В чем проблема?

При установке на ноутбук несвободных драйверов (в любом режиме: хоть с автоматическим выбором, хоть с ручным) загрузка останавливается либо на Starting, либо на Proceed with installation? [Y/n].
Уголок новичка

Проблема после обновления.

Обновился, перезагрузился.
Теперь кроме заставки и курсора мыши ничего. Система не грузится.
Через загоузочную флешку зашёл.
Чарутнулся в установленную систему.
Обновил пакеты. Толку ноль.
Если возможно дайте пошаговую инструкцию для дебилов.
Уголок новичка

Проблема после обновления.

Обновился, перезагрузился.
Теперь кроме фона заставки и курсора мышки нет ничего.
ждал 15 мин.
Зашёл в систему через лайв сд.
Чарутнулся, все что мог обновил.
Результат тот же.
Просьба сильно не пинать. Новичек.
Если можно пошагово. Для дебилов
Уголок новичка

Не ставится загрузчик grub

По какой-то причине у меня во время установки в самом конце постоянно вылетает ошибка. Сама системя в общем ставится, но приходится устанавливать grub вручную с livecd и ещё исправлять UUID в файле /etc/fstab. Я уже создавал по этой проблеме топик Your text to link... и к этому геморою уже привык. Но решил попробовать manjaro KDE. Однако на этот раз старая схема дала сбой. Появилась новая ошибка
grub-install: error: /boot/efi doesn't look like an EFI partition.


Собственно, что я делал для её достижения:

[manjaro@manjaro ~]$ sudo su
[manjaro manjaro]# sudo mkdir /boot/efi
[manjaro manjaro]# mount /dev/sda2 /mnt
[manjaro manjaro]# mount /dev/sda1 /boot/efi
[manjaro manjaro]# cd /mnt
[manjaro mnt]# mount -t proc proc /mnt/proc
[manjaro mnt]# mount -t sysfs sys /mnt/sys
[manjaro mnt]# mount -o bind /dev /mnt/dev
[manjaro mnt]# mount -t devpts pts /mnt/dev/pts/
[manjaro mnt]# chroot /mnt
[root@manjaro /]# sudo pacman -Sy efibootmgr
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
warning: efibootmgr-17-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
 
Packages (1) efibootmgr-17-1
 
Total Download Size: 0.03 MiB
Total Installed Size: 0.08 MiB
Net Upgrade Size: 0.00 MiB
 
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
efibootmgr-17-1-... 27.4 KiB 0.00 B/s 00:00 [###################] 100%
(1/1) checking keys in keyring [###################] 100%
(1/1) checking package integrity [###################] 100%
(1/1) loading package files [###################] 100%
(1/1) checking for file conflicts [###################] 100%
(1/1) checking available disk space [###################] 100%
:: Processing package changes...
(1/1) reinstalling efibootmgr [###################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[root@manjaro /]# sudo pacman -Sy dosfstools
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
warning: dosfstools-4.1-3 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
 
Packages (1) dosfstools-4.1-3
 
Total Download Size: 0.06 MiB
Total Installed Size: 0.17 MiB
Net Upgrade Size: 0.00 MiB
 
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
dosfstools-4.1-3... 57.4 KiB 617 KiB/s 00:00 [###################] 100%
(1/1) checking keys in keyring [###################] 100%
(1/1) checking package integrity [###################] 100%
(1/1) loading package files [###################] 100%
(1/1) checking for file conflicts [###################] 100%
(1/1) checking available disk space [###################] 100%
:: Processing package changes...
(1/1) reinstalling dosfstools [###################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[root@manjaro /]# sudo pacman -Sy grub
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
resolving dependencies...
looking for conflicting packages...
 
Packages (1) grub-2.04-11.1
 
Total Download Size: 9.88 MiB
Total Installed Size: 48.87 MiB
Net Upgrade Size: -1.95 MiB
 
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
grub-2.04-11.1-x... 9.9 MiB 2.24 MiB/s 00:04 [###################] 100%
(1/1) checking keys in keyring [###################] 100%
(1/1) checking package integrity [###################] 100%
(1/1) loading package files [###################] 100%
(1/1) checking for file conflicts [###################] 100%
(1/1) checking available disk space [###################] 100%
warning: could not get file information for boot/grub/grub.cfg
:: Processing package changes...
(1/1) upgrading grub [###################] 100%
New optional dependencies for grub
libusb: For grub-emu USB support [installed]
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the info directory file...
[root@manjaro /]# sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro -recheck
grub-install: invalid option -- 'r'
Try 'grub-install --help' or 'grub-install --usage' for more information.
[root@manjaro /]# sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
Installing for x86_64-efi platform.
grub-install: error: /boot/efi doesn't look like an EFI partition.
[root@manjaro /]# sudo pacman -Sy mtools os-prober
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
warning: mtools-4.0.24-1 is up to date -- reinstalling
warning: os-prober-1.77-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
 
Packages (2) mtools-4.0.24-1 os-prober-1.77-1
 
Total Installed Size: 0.48 MiB
Net Upgrade Size: 0.00 MiB
 
:: Proceed with installation? [Y/n] y
(2/2) checking keys in keyring [###########################################################] 100%
(2/2) checking package integrity [###########################################################] 100%
(2/2) loading package files [###########################################################] 100%
(2/2) checking for file conflicts [###########################################################] 100%
(2/2) checking available disk space [###########################################################] 100%
:: Processing package changes...
(1/2) reinstalling mtools [###########################################################] 100%
(2/2) reinstalling os-prober [###########################################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the info directory file...
[root@manjaro /]# sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
Installing for x86_64-efi platform.
grub-install: error: /boot/efi doesn't look like an EFI partition.


Ноут с GPT разметкой под UEFI. Я создал раздел sda1 на 512 мб, форматировал как fat32, и пометил флагами boot, esp. sda2 — это корневой раздел. Т.е. всё по инструкции.

[root@manjaro /]# parted -l
Model: ATA HGST HTS545050A7 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
 
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 ESP Boot boot, esp
2 538MB 54.2GB 53.7GB ext4
3 54.2GB 243GB 189GB ext4
4 243GB 252GB 8703MB ext4
5 252GB 305GB 53.7GB ntfs msftdata
6 305GB 500GB 195GB ntfs msftdata
 
 
Model: USB DISK 2.0 (scsi)
Disk /dev/sdb: 7748MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
 
Number Start End Size Type File system Flags
2 3120MB 3124MB 4194kB primary esp
 


Гугл не помог. В основном там у всех просто формат диска в каком-нибудь ext2, а не в fat32. У меня не так. В чём моя ошибка?
Уголок новичка

Радио поток

Давно уже пытаюсь в каком нибудь плеере воспроизвести радио-поток РетроФМ (http://hls-01-retro.emgsound.ru/12/96/playlist.m3u8). В AIMP windows, androd — без проблем, а в Linux, только в VLC получилось, что не совсем удобно.
Все другие потоки на плеерах Linux играют, а вот именно этот не хочет. Может проблема в том, что m3u8 & AAC не знаю, может какого-то пакета не хватает. Искал в сети — безуспешно, в основном все крутятся вокруг видео, а про аудио почти нет ничего.
Кто знает — помогите.
Уголок новичка

Звук в ноутбуке

Подскажите как настроить и с помощью чего звук в системе, наподобие DOLBY для ноутбука, чтобы звук был как в винде, там в винде устанавливается DOLBY DIGITAL PLUS и звук при этом отличный, а при установке любого Linux дистрибутива звук как с унитаза, нет ни эффектов обьемного звука ни ограничений при просмотре фильмов через плеер все орет при просмотре фильмов с эффектами, как все таки сделать звук похожим как в винде для ноута? PulseEffects ставил с его прессетами все равно нето или может как то его нужно настроить на правильную работу? Сделать пробовал как сдесь — fooobar.com/questions/9356265/which-version-of-linux-has-support-for-dolby-advanced-audio-v2
Уголок новичка

Помогите пожалуйста, как Manjaro поживает на широкоэкранных мониторах?

Собираюсь покупать новый монитор, разрешение 3440x1440(21:9). Хотелось бы узнать как Manjaro с XFCE себе чувствует на нём. Я то и дело вижу, что на форумах пишут про проблемы масштабирования и прочие проблемы. Поделитесь опытом пожалуйста, как у вас дела с Quad HD, Quad HD+, 4k? И если проблемы есть, то решаемы ли они?
Уголок новичка

Не могу обновить драйвера на видеокарту через "менеджер настроек Manjaro"

Все началось с того, что после перезапуска ПК, перестали обнаруживаться наушники. Пытался копаться в pulseaudio, но результата это не принесло. Решил попробовать обновить драйвер видеокарты (не уверен, что это поможет):
При нажатии на «Auto Install Proprietary Driver» выскакивает окно с ошибкой.
Подробнее:
Starting
> Using config 'video-nvidia-450xx' for device: 0000:29:00.0 (0300:10de:1e89) Display controller nVidia Corporation TU104 [GeForce RTX 2060]
> Installing video-nvidia-450xx…
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
Sourcing /etc/mhwd-x86_64.conf
Has lib32 support: true
Sourcing /var/lib/mhwd/db/pci/graphic_drivers/nvidia-450xx/MHWDCONFIG
Processing classid: 0300
Sourcing /var/lib/mhwd/scripts/include/0300
Processing classid: 0302
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
warning: config file /etc/pacman.conf, line 100: directive '' in section 'multilib' not recognized.
checking dependencies…
error: failed to prepare transaction (could not satisfy dependencies)
:: removing linux57-nvidia-440xx breaks dependency 'linux57-nvidia-440xx' required by linux-latest-nvidia-440xx
Error: pacman failed!
Error: script failed!
Как исправить данную ошибку?
Manjaro XFCE (Linux 5.8.1-3)