ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Бета 6.0.0 Desktop KDE 2010.10.15: Grub2 и reiserfs
@ 2010-10-31 14:20 Kharitonov A. Dmitry
  2010-10-31 20:02 ` Vitaly Kuznetsov
  0 siblings, 1 reply; 7+ messages in thread
From: Kharitonov A. Dmitry @ 2010-10-31 14:20 UTC (permalink / raw)
  To: community

  Пользователи, у которых /boot расположен на reiserfs могли заметить, 
что загрузчик не запоминает последний выбор и при каждой загрузке курсор 
устанавливается на первую строчку. Происходит это от того, что grub2 не 
может изменить файл /boot/grub/grubenv, в котором и запоминается 
сделанный выбор.
Для исправления этой оплошности нужно, чтобы grub2 монтировал этот 
раздел с опцией notail.
Сделать это можно так:
У меня /boot расположен на корневой системе
# df /boot
Файловая система      Разм  Исп  Дост  Исп% смонтирована на
/dev/sda1             3,8G  486M  3,3G  13% /
Нужно перемонтировать устройство с нужными опциями
# mount /dev/sda1 -o remount,relatime,notail
Переустановить grub2
# grub-install /dev/sda
Если вы пытались редактировать файл /boot/grub/grubenv, его лучше 
создать заново:
# grub-editenv create

Выбор в меню загрузки теперь будет запоминаться

На какой пакет вешать этот баг?




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-10-31 22:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-31 14:20 [Comm] Бета 6.0.0 Desktop KDE 2010.10.15: Grub2 и reiserfs Kharitonov A. Dmitry
2010-10-31 20:02 ` Vitaly Kuznetsov
2010-10-31 21:30     ` Kharitonov A. Dmitry
2010-10-31 21:45       ` Kharitonov A. Dmitry
2010-10-31 21:58           ` Kharitonov A. Dmitry
2010-10-31 21:53         ` Kharitonov A. Dmitry
2010-10-31 22:32             ` Kharitonov A. Dmitry

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git