Kod: Zaznacz cały
error: unknown argument `--fs-uuid'
Mój grub.cfg wygląda tak:
Kod: Zaznacz cały
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set 682b397a-1ac3-4dd4-aa5d-a6b6eef0d858
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set 682b397a-1ac3-4dd4-aa5d-a6b6eef0d858
insmod png
if background_image /usr/share/images/desktop-base/moreblue-orbit-grub.png ; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, Linux 2.6.26-2-686" {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set 682b397a-1ac3-4dd4-aa5d-a6b6eef0d858
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=682b397a-1ac3-4dd4-aa5d-a6b6eef0d858 ro quiet
initrd /boot/initrd.img-2.6.26-2-686
}
menuentry "Debian GNU/Linux, Linux 2.6.26-2-686 (recovery mode)" {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set 682b397a-1ac3-4dd4-aa5d-a6b6eef0d858
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=682b397a-1ac3-4dd4-aa5d-a6b6eef0d858 ro single
initrd /boot/initrd.img-2.6.26-2-686
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_otheros ###
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
menuentry "Microsoft Windows XP Professional" {
set root=(hd0,0)
search --no-floppy --fs_uuid --set 90840b55840b3d6a
drivemap -s (hd0) $root
chainloader +1
}
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda2
menuentry "Microsoft Windows XP Professional" {
set root=(hd0,1)
search --no-floppy --fs_uuid --set 01ca50ea25c95000
drivemap -s (hd0) $root
chainloader +1
}
### END /etc/grub.d/30_otheros ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
Zaznaczam że dodawałem do grub.d ten wpis z innych topików ale nie działa mi polecenie
Kod: Zaznacz cały
grub-update