ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Геннадий Ищенко" <anarhoret@mail.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] борьба с grub
Date: Fri, 10 Feb 2012 19:43:14 +0400
Message-ID: <E1Rvsd0-000546-Ha.anarhoret-mail-ru@f265.mail.ru> (raw)
In-Reply-To: <d8e1698c91b6669a284b384afab33e92@hadoop.ru>




10 февраля 2012, 18:42 от Vitaly Kuznetsov <vitty@altlinux.ru>:
> On Fri, 10 Feb 2012 17:55:14 +0400, Геннадий Ищенко wrote:
> >> Посмотрите внимательней, она вам нашла как "ALT Linux 5.0.0
> >> Desktop...", так и memtest. Этот пункт не грузится? Тогда посмотрите
> >> получившийся /boot/grub/grub.cfg, найдите в нём этот пункт "ALT
> >> Linux
> >> 5.0.0 Desktop" и проверьте, всё ли в нём хорошо. Можете сюда
> >> скопипастить, посмотрим.
> >>

> Не, это два мемтеста - один из 6-ки, другой - из 5-ки. А ещё должно
> быть "ALT Linux 5.0 ...". Посмотрите, в логе os-prober, который вы
> приводили, его видно. Ну или уж давайте полный конфиг.
> 
Пожалуйста:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="${saved_entry}"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd1,msdos12)'
search --no-floppy --fs-uuid --set=root 55b82d78-5897-4eb7-bf89-67b31b419076
if loadfont /grub/unifont.pf2 ; then
  set gfxmode=800x600
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd1,msdos12)'
  search --no-floppy --fs-uuid --set=root 55b82d78-5897-4eb7-bf89-67b31b419076
  set locale_dir=($root)/grub/locale
  set lang=ru_RU
  insmod gettext
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd1,msdos12)'
search --no-floppy --fs-uuid --set=root 55b82d78-5897-4eb7-bf89-67b31b419076
insmod gfxmenu
loadfont ($root)/grub/themes/lxdesktop/f/dejavu_sans_10.pf2
loadfont ($root)/grub/themes/lxdesktop/f/dejavu_sans_12.pf2
loadfont ($root)/grub/themes/lxdesktop/f/dejavu_sans_bold_14.pf2
loadfont ($root)/grub/themes/lxdesktop/f/vera_sans_10.pf2
loadfont ($root)/grub/themes/lxdesktop/f/vera_sans_12.pf2
loadfont ($root)/grub/themes/lxdesktop/f/vera_sans_bold_14.pf2
insmod png
set theme=($root)/grub/themes/lxdesktop/theme.txt
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_altlinux_theme ###
insmod part_msdos
insmod ext2
set root='(hd1,msdos10)'
search --no-floppy --fs-uuid --set=root 32574291-86a5-4b9d-bad6-2aa84f841de7
insmod jpeg
if background_image /share/plymouth/themes/branding-altlinux-kdesktop/grub.jpg ; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=white/black
  set menu_color_highlight=black/light-gray
fi
### END /etc/grub.d/05_altlinux_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "ALT Linux 6.0.1 KDesktop" --class gnu-linux --class gnu --class os {
	savedefault
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd1,msdos12)'
	search --no-floppy --fs-uuid --set=root 55b82d78-5897-4eb7-bf89-67b31b419076
	echo	'Loading Linux vmlinuz ...'
	linux	/vmlinuz root=UUID=c8631cc7-6288-4339-b203-13616639058e ro  vga=0x314 quiet=1 resume=/dev/disk/by-uuid/77aeca26-eabb-4616-b19a-7b15e00c2f45 panic=30 splash
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img
}
menuentry "ALT Linux 6.0.1 KDesktop (failsafe mode)" --class gnu-linux --class gnu --class os {
	savedefault
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd1,msdos12)'
	search --no-floppy --fs-uuid --set=root 55b82d78-5897-4eb7-bf89-67b31b419076
	echo	'Loading Linux vmlinuz ...'
	linux	/vmlinuz root=UUID=c8631cc7-6288-4339-b203-13616639058e ro failsafe vga=normal
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img
}
menuentry "ALT Linux 6.0.1 KDesktop, 3.0.3-std-def-alt0.M60P.1" --class gnu-linux --class gnu --class os {
	savedefault
	load_video
        set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd1,msdos12)'
	search --no-floppy --fs-uuid --set=root 55b82d78-5897-4eb7-bf89-67b31b419076
	echo	'Loading Linux 3.0.3-std-def-alt0.M60P.1 ...'
	linux	/vmlinuz-3.0.3-std-def-alt0.M60P.1 root=UUID=c8631cc7-6288-4339-b203-13616639058e ro  vga=0x314 quiet=1 resume=/dev/disk/by-uuid/77aeca26-eabb-4616-b19a-7b15e00c2f45 panic=30 splash
	echo	'Loading initial ramdisk ...'
	initrd	/initrd-3.0.3-std-def-alt0.M60P.1.img
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional RU (on /dev/sda1)" --class windows --class os {
	savedefault
	insmod part_msdos
	insmod fat
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 10c7-8d06
	drivemap -s (hd0) ${root}
	chainloader +1
}
menuentry "memtest (on /dev/sdb1)" --class gnu-linux --class gnu --class os {
	savedefault
	insmod part_msdos
	insmod ext2
	set root='(hd1,msdos7)'
	search --no-floppy --fs-uuid --set=root 3b32313d-ea7e-4aa0-b898-134921151f80
	linux /memtest-4.00.bin vga="0x314" resume=/dev/disk/by-uuid/12bbea6b-38fe-47e3-a3f2-bf4358824275 panic=30 splash=silent quiet=1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/39_memtest ###
menuentry "Memtest86+-4.20" {
	insmod part_msdos
	insmod ext2
	set root='(hd1,msdos12)'
	search --no-floppy --fs-uuid --set=root 55b82d78-5897-4eb7-bf89-67b31b419076
	linux16 /boot/memtest-4.20.bin
}
### END /etc/grub.d/39_memtest ###

### 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 ###

  reply	other threads:[~2012-02-10 15:43 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-08  6:55 Геннадий Ищенко
2012-02-08  8:28 ` Vitaly Kuznetsov
2012-02-08  8:44   ` Геннадий Ищенко
2012-02-08  9:50     ` Vitaly Kuznetsov
2012-02-08 10:15       ` Геннадий Ищенко
2012-02-08 10:55         ` adobrovolskii
2012-02-08 11:16           ` Alexei V. Mezin
2012-02-08 11:26             ` Vladimir Didenko
2012-02-08 11:30               ` Anton Gorlov
2012-02-08 11:31               ` Alexei V. Mezin
2012-02-08 12:02             ` adobrovolskii
2012-02-08 13:27               ` REAL
2012-02-08 12:56                 ` adobrovolskii
2012-02-08 13:18                   ` Alexei V. Mezin
2012-02-08 13:28                     ` adobrovolskii
2012-02-08 16:10                   ` REAL
2012-02-08 16:16                     ` adobrovolskii
2012-02-10  6:50             ` Vitaly Kuznetsov
2012-02-08 15:14         ` Denis Nazarov
2012-02-08 13:18       ` Геннадий Ищенко
2012-02-08 16:12         ` REAL
2012-02-08 15:23           ` Геннадий Ищенко
2012-02-08 15:46             ` "Vasyĺ V. Vercynśkyj"
2012-02-08 16:42               ` Геннадий Ищенко
2012-02-09  7:36                 ` "Vasyĺ V. Vercynśkyj"
2012-02-08 16:24             ` REAL
2012-02-08 15:52               ` "Vasyĺ V. Vercynśkyj"
2012-02-10  7:58         ` Vitaly Kuznetsov
2012-02-10 11:07           ` Геннадий Ищенко
2012-02-10 13:00             ` Vitaly Kuznetsov
2012-02-10 13:55               ` Геннадий Ищенко
2012-02-10 14:42                 ` Vitaly Kuznetsov
2012-02-10 15:43                   ` Геннадий Ищенко [this message]
2012-02-13  9:06                     ` Vitaly Kuznetsov
2012-02-13 10:13                       ` Геннадий Ищенко
2012-02-13  8:36               ` Геннадий Ищенко

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=E1Rvsd0-000546-Ha.anarhoret-mail-ru@f265.mail.ru \
    --to=anarhoret@mail.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