ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Kharitonov A. Dmitry" <kharpost@rambler.ru>
To: community@lists.altlinux.org
Subject: [Comm] Бета 6.0.0 Desktop KDE 2010.10.15: Grub2 и reiserfs
Date: Sun, 31 Oct 2010 17:20:54 +0300
Message-ID: <4CCD7B46.8070801@rambler.ru> (raw)

  Пользователи, у которых /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

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

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




             reply	other threads:[~2010-10-31 14:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-31 14:20 Kharitonov A. Dmitry [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CCD7B46.8070801@rambler.ru \
    --to=kharpost@rambler.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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