Gentoo şu an sistemimde inili. Sıkıntıları var ama o başka konu artık
Ben Gentoo'yu eklemek ve biraz da ozelleştirme yapayım derken grub customizer şu hatayı verdi:
Bundan sonra da terminalde denedim ve şu hatayı aldım:
Kod:Panoya kopyala
[[email protected] ~]$ grub-mkconfig -o /boot/grub/grub.cfg [sudo] password for hoovy: Grub yapılandırma dosyası oluşturuluyor ... Bulunan tema: /boot/grub/themes/ArchLinux/theme.txt Uyarı: 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. /usr/share/grub/grub-mkconfig_lib: satır 288: printf: `$': bicim karakteri gecersiz [[email protected] ~]$
Hatalı dosya da şu:
Surprizbozan: Hatalı Dosya [CODE highlight="288"]# Helper library for grub-mkconfig
# Copyright (C) 2007,2008,2009,2010 Free Software Foundation, Inc.
#
# GRUB is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# GRUB is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GRUB. If not, see .
prefix="/usr"
exec_prefix="/usr"
datarootdir="/usr/share"
datadir="$"
bindir="/usr/bin"
sbindir="/usr/bin"
if [ "x$pkgdatadir" = x ]; then
pkgdatadir="$/grub"
fi
if test "x$grub_probe" = x; then
grub_probe="$/grub-probe"
fi
if test "x$grub_file" = x; then
grub_file="$/grub-file"
fi
if test "x$grub_mkrelpath" = x; then
grub_mkrelpath="$/grub-mkrelpath"
fi
if command -v gettext >/dev/null; then
:
else
gettext () '
else
echo "$print_option_help_split" | awk 'BEGIN
'
fi
}
grub_fmt ()
grub_tab=" "
grub_add_tab ()
[/CODE]
[/SPOILER)