yuriy@debian-amd64:~$ cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --fs-uuid --set a2e957b0-5afa-4c7f-9ac9-5ce5d8db2d89
if loadfont /usr/share/grub/ascii.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
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,1)
search --fs-uuid --set a2e957b0-5afa-4c7f-9ac9-5ce5d8db2d89
insmod png
if background_image /boot/grub/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_hurd ###
### END /etc/grub.d/10_hurd ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.26-1-amd64" {
set root=(hd0,1)
search --fs-uuid --set a2e957b0-5afa-4c7f-9ac9-5ce5d8db2d89
linux /boot/vmlinuz-2.6.26-1-amd64 root=UUID=a2e957b0-5afa-4c7f-9ac9-5ce5d8db2d89 ro quiet
initrd /boot/initrd.img-2.6.26-1-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.26-1-amd64 (recovery mode)" {
set root=(hd0,1)
search --fs-uuid --set a2e957b0-5afa-4c7f-9ac9-5ce5d8db2d89
linux /boot/vmlinuz-2.6.26-1-amd64 root=UUID=a2e957b0-5afa-4c7f-9ac9-5ce5d8db2d89 ro single quiet
initrd /boot/initrd.img-2.6.26-1-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
menuentry "Windows XP SP3 RUS" {
set root=(hd1,1)
chainloader +1
boot
}
Ответ на:
комментарий
от scaldov
Ответ на:
комментарий
от err0r
Ответ на:
комментарий
от h8
Ответ на:
комментарий
от Bod
Ответ на:
комментарий
от err0r
Ответ на:
комментарий
от linux4ever
Ответ на:
комментарий
от err0r
Ответ на:
комментарий
от gorilych
Ответ на:
комментарий
от Bod
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум Grub2, file not found при первой попытке, потом работает. (2009)
- Форум (GRUB) Проблема при загрузке WinXP (2010)
- Форум Вопрос по настройке grub2 (2009)
- Форум [Kernel Panic] Viruchaite! (2011)
- Форум Grub Customizer неправильно настраивает Grub (2020)
- Форум Grub установился, но система не видит его (2019)
- Форум btrfs в grub2 ubuntu (2010)
- Форум dev/disk/by-uuid does not exist (2014)
- Форум [gentoo] grub2 из дебиана не видит гентушное ядро. (2010)
- Форум После установки Debian 10 GRUB не грузит Windows 7 (2020)