Помогите с Grub

Подскажите пожалуйста, имею
/dev/sda1 -установлен ArchLinux
/dev/sda2 -установлена венда.
/dev/sda3 -это расширяемый раздел и в нем же есть:
/dev/sda5 -логический раздел, для мультимедиа.
/dev/sda6 - в него я поставил Gentoo.
/dev/sda7 -swap
Вообщем вопрос заключается в том, как мне прописать Gentoo которая в расширяемом разделе в Grub загрузчик???
root (hd0,5)
www.emunix.org
Да вроде так же, как и для обычного раздела.
Или в ауре есть os-prober, он сам найдёт.
1) Покажите ваш текущий конфиг груба.
2) Покажите, что у вас в /boot/ на радлеле с Gentoo.
А какая проблема? У меня Арч в расширенном разделе установлен.
Как-то так:

title Gentoo
root (hd0,5)
kernel /boot/(заполните сами) root=/dev/sda6 ro

Правда, у меня самого root=/dev/disk/by-uuid/…
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS 
#
#  Linux           Grub
# -------------------------
#  /dev/fd0        (fd0)
#  /dev/sda        (hd0)
#  /dev/sdb2       (hd1,1)
#  /dev/sda3       (hd0,2)
#
#  FRAMEBUFFER RESOLUTION SETTINGS
#     +-------------------------------------------------+
#          | 640x480    800x600    1024x768   1280x1024
#      ----+--------------------------------------------
#      256 | 0x301=769  0x303=771  0x305=773   0x307=775
#      32K | 0x310=784  0x313=787  0x316=790   0x319=793
#      64K | 0x311=785  0x314=788  0x317=791   0x31A=794
#      16M | 0x312=786  0x315=789  0x318=792   0x31B=795
#     +-------------------------------------------------+
#  for more details and different resolutions see
#  http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution 
# general configuration:
timeout   10
default   0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
# (0) Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /boot/vmlinuz-linux root=/dev/sda1 ro logo.nologo quiet nomodeset vga=795 console=tty1 splash=silent,fadein,fadeout,theme:arch-black
initrd /boot/initramfs-linux.img
# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,0)
kernel /boot/vmlinuz-linux root=/dev/sda1 ro
initrd /boot/initramfs-linux-fallback.img
# (2) Gentoo Linux
title Gentoo Linux
root (hd0,5)
kernel /boot/kernel-genkernel-x86_64-3.0.6-gentoo root=/dev/sda6 vga=0x318
initrd /boot/initramfs-genkernel-x86_64-3.0.6-gentoo
# (3) Windows
title Windows
rootnoverify (hd0,1)
#makeactive
chainloader +1
________________________________________________
Конфиг груба, а это то что в boot где генту initramfs-genkernel-x86_64-3.0.6-gentoo и kernel-genkernel-x86_64-3.0.6-gentoo
Пробовали загружать Gentoo с этим конфигом?
Решил
Это радует конечно, но неплохо бы написать, как решили, и добавить в название темы.
Перераспределил таблицу, и все норм)
 
Зарегистрироваться или войдите чтобы оставить сообщение.