- ❯ sudo grub-mkconfig -o /boot/grub/grub.cfg
- Генерируется файл настройки grub …
- Найдена тема: /boot/grub/themes/poly-dark/theme.txt
- Найден образ linux: /boot/vmlinuz-6.1.1-gentoo
- Найден образ linux: /boot/vmlinuz-6.1.0-gentoo
- Найден образ linux: /boot/vmlinuz-6.0.12-gentoo
- Найден образ linux: /boot/vmlinuz-6.0.11-gentoo
- Найден образ linux: /boot/vmlinuz-6.0.10-gentoo
- Найден образ linux: /boot/vmlinuz-6.0.9-gentoo
- Найден образ linux: /boot/vmlinuz-6.0.9-gentoo.old
- Найден образ linux: /boot/vmlinuz-6.0.8-gentoo
- Найден образ linux: /boot/vmlinuz-6.0.8-gentoo.old
- Найден образ linux: /boot/vmlinuz-6.0.7-gentoo
- Предупреждение: os-prober will be executed to detect other bootable partitions.
- Its output will be used to detect bootable binaries on them and create new boot entries.
- Найден Windows 10 на /dev/sda1
- Найден Windows Vista на /dev/sdc1
- /etc/grub.d/40_custom: строка 1: menuentry: команда не найдена
- insmod: ERROR: could not load module ntfs: No such file or directory
- insmod: ERROR: could not load module ntldr: No such file or directory
- insmod: ERROR: could not load module part_msdos: No such file or directory
- insmod: ERROR: could not load module search_fs_uuid: No such file or directory
- /etc/grub.d/40_custom: строка 6: search: команда не найдена
- /etc/grub.d/40_custom: строка 7: ntldr: команда не найдена
- /etc/grub.d/40_custom: строка 8: синтаксическая ошибка рядом с неожиданным маркером «}»
- /etc/grub.d/40_custom: строка 8: `}'
- ❯ sudo cat /etc/grub.d/40_custom
- menuentry "Windows 10" {
- insmod ntfs
- insmod ntldr
- insmod part_msdos
- insmod search_fs_uuid
- search --no-floppy --fs-uuid --set=root 5C6EB45610AB77C0
- ntldr /bootmgr
- }