Перейти к содержанию

Вопрос с grub


Рекомендуемые сообщения

Винт разбит на 4 раздела,на 1-win xp,на2-Ubuntu,на3-home,на4-поставил altlinux посмотреть,что за дистрибутив.Alt нормально встал,но при загрузке дает выбирать только между ним и виндой,а ubuntu не видит,в alt загрузчик lilo,в ubuntu grub.Как восстановить grub я нашел и восстановил,но как прописать в него alt не знаю Sad Подскажите пожалуйста. Smile

Ссылка на комментарий
Поделиться на другие сайты

Для написания правильного конфигурационного файла загрузчика GRUB, мне не хватает следующей информации: какой тип интерфейса у вашего диска - PATA (IDE) или SATA? Если у вас SATA то значит устройство будет называться как /dev/sda?, где ? номер раздела (нумерация начинается с единицы).

При создании таблицы разделов на жестком диске, был ли задействован расширенный раздел, или используются все 4 раздела как основные? Если используется расширенный раздел, в том месте, где создан расширенный раздел - нумерация будет начинаться с /dev/sda5, поэтому измените в /boot/grub/grub.conf переменную root на правильное значение.

Содержимое /boot/grub/grub.conf должно быть приблизительно таким:

default 2
fallback 1
timeout 10

title Windows XP
rootnoverify (hd0,0)
chainloader +1

title Ubuntu GNU/Linux
root (hd0,1)
kernel /vmlinuz-2.6.28.4 root=/dev/sda2 panic=10
initrd /initrd.img-2.6.28.4

title Alt GNU/Linux
root (hd0,3)
kernel /vmlinuz-2.6.26.8 root=/dev/sda4
initrd /initrd.img-2.6.26.8

Просмотреть таблицу разделов, можно при помощи команды: sfdisk -l /dev/sda или /dev/hda (если у вас PATA/IDE), или при помощи fdisk -l /dev/sda.

Ссылка на комментарий
Поделиться на другие сайты

Вывод команды fdisk -l

maksimum737@maksimum737-desktop:~$ sudo fdisk -l

Диск /dev/sda: 320.0 ГБ, 320072933376 байт

255 heads, 63 sectors/track, 38913 cylinders

Units = цилиндры of 16065 * 512 = 8225280 bytes

Disk identifier: 0x69205244

Устр-во Загр Начало Конец Блоки Id Система

/dev/sda1 * 1 2611 20972826 7 HPFS/NTFS

/dev/sda2 2612 11493 71344665 83 Linux

/dev/sda3 11494 31262 158794492+ 83 Linux

/dev/sda4 31263 38913 61456657+ 5 Расширенный

/dev/sda5 31263 38913 61456626 83 Linux

Диск /dev/sdb: 20.0 ГБ, 20020396032 байт

255 heads, 63 sectors/track, 2434 cylinders

Units = цилиндры of 16065 * 512 = 8225280 bytes

Disk identifier: 0x55c7231e

Устр-во Загр Начало Конец Блоки Id Система

/dev/sdb1 1 2295 18434556 83 Linux

/dev/sdb2 2296 2434 1116517+ 82 Linux своп / Solaris

Ссылка на комментарий
Поделиться на другие сайты

Это boot/grub/menu.lst

# menu.lst - See: grub(Cool, info grub, update-grub(Cool

# grub-install(Cool, grub-floppy(Cool,

# grub-md5-crypt, /usr/share/doc/grub

# and /usr/share/doc/grub-doc/.

## default num

# Set the default entry to the entry number NUM. Numbering starts from 0, and

# the entry number 0 is the default if the command is not used.

#

# You can specify 'saved' instead of a number. In this case, the default entry

# is the entry saved with the command 'savedefault'.

# WARNING: If you are using dmraid do not use 'savedefault' or your

# array will desync and will not let you boot your system.

default 0

## timeout sec

# Set a timeout, in SEC seconds, before automatically booting the default entry

# (normally the first entry defined).

timeout 4

## hiddenmenu

# Hides the menu by default (press ESC to see the menu)

#hiddenmenu

# Pretty colours

#color cyan/blue white/blue

## password ['--md5'] passwd

# If used in the first section of a menu file, disable all interactive editing

# control (menu entry editor and command-line) and entries protected by the

# command 'lock'

# e.g. password topsecret

## password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/

# password topsecret

#

# examples

#

# title Windows 95/98/NT/2000

# root (hd0,0)

# makeactive

# chainloader +1

#

# title Linux

# root (hd0,1)

# kernel /vmlinuz root=/dev/hda2 ro

#

#

# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST

## lines between the AUTOMAGIC KERNELS LIST markers will be modified

## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##

## default kernel options

## default kernel options for automagic boot options

## If you want special options for specific kernels use kopt_x_y_z

## where x.y.z is kernel version. Minor versions can be omitted.

## e.g. kopt=root=/dev/hda1 ro

## kopt_2_6_8=root=/dev/hdc1 ro

## kopt_2_6_8_2_686=root=/dev/hdc2 ro

# kopt=root=UUID=bb970507-88e8-4b60-9f14-d02c1e46a519 ro

## default grub root device

## e.g. groot=(hd0,0)

# groot=(hd0,1)

## should update-grub create alternative automagic boot options

## e.g. alternative=true

## alternative=false

# alternative=true

## should update-grub lock alternative automagic boot options

## e.g. lockalternative=true

## lockalternative=false

# lockalternative=false

## additional options to use with the default boot option, but not with the

## alternatives

## e.g. defoptions=vga=791 resume=/dev/hda5

# defoptions=quiet splash

## should update-grub lock old automagic boot options

## e.g. lockold=false

## lockold=true

# lockold=false

## Xen hypervisor options to use with the default Xen boot option

# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option

# xenkopt=console=tty0

## altoption boot targets option

## multiple altoptions lines are allowed

## e.g. altoptions=(extra menu suffix) extra boot options

## altoptions=(recovery) single

# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst

## only counts the first occurence of a kernel, not the

## alternative kernel options

## e.g. howmany=all

## howmany=7

# howmany=all

## should update-grub create memtest86 boot option

## e.g. memtest86=true

## memtest86=false

# memtest86=true

## should update-grub adjust the value of the default booted system

## can be true or false

# updatedefaultentry=false

## should update-grub add savedefault to the default options

## can be true or false

# savedefault=false

## ## End Default Options ##

title Ubuntu 8.10, kernel 2.6.27-11-generic

root (hd0,1)

kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=bb970507-88e8-4b60-9f14-d02c1e46a519 ro quiet splash

initrd /boot/initrd.img-2.6.27-11-generic

quiet

title Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)

root (hd0,1)

kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=bb970507-88e8-4b60-9f14-d02c1e46a519 ro single

initrd /boot/initrd.img-2.6.27-11-generic

title Ubuntu 8.10, kernel 2.6.24-23-generic

root (hd0,1)

kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=bb970507-88e8-4b60-9f14-d02c1e46a519 ro quiet splash

initrd /boot/initrd.img-2.6.24-23-generic

quiet

title Ubuntu 8.10, kernel 2.6.24-23-generic (recovery mode)

root (hd0,1)

kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=bb970507-88e8-4b60-9f14-d02c1e46a519 ro single

initrd /boot/initrd.img-2.6.24-23-generic

title Ubuntu 8.10, memtest86+

root (hd0,1)

kernel /boot/memtest86+.bin

quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian

# ones.

title Other operating systems:

root

# This entry automatically added by the Debian installer for a non-linux OS

# on /dev/sda1

title Microsoft Windows XP Professional RU

root (hd0,0)

savedefault

makeactive

chainloader +1

Ссылка на комментарий
Поделиться на другие сайты

Добавляю в конец

title ALT Linux

kernel /boot/vmlinuz

root (hd0,4)

kernel /boot/vmlinuz

root=/dev/sda5

initrd /boot/initrd.img

сохраняюсь,перезагружаюсь и получаю вот такую строку

Error 11:Unrecognized device string

что делать?

Ссылка на комментарий
Поделиться на другие сайты

maksimum737 писал(а) Sat, 07 February 2009 13:27

Добавляю в конец

title ALT Linux

kernel /boot/vmlinuz

root (hd0,4)

kernel /boot/vmlinuz

root=/dev/sda5

initrd /boot/initrd.img

сохраняюсь,перезагружаюсь и получаю вот такую строку

Error 11:Unrecognized device string

что делать?

title ALT Linux

root (hd0,4)

kernel /boot/vmlinuz root=/dev/sda5

initrd /boot/initrd.img

поскольку

root=/dev/sda5

это не команда GRUB, а опция ядра

Ссылка на комментарий
Поделиться на другие сайты

Присоединяйтесь к обсуждению

Вы можете написать сейчас и зарегистрироваться позже. Если у вас есть аккаунт, авторизуйтесь, чтобы опубликовать от имени своего аккаунта.

Гость
Ответить в этой теме...

×   Вставлено с форматированием.   Вставить как обычный текст

  Разрешено использовать не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отображать как обычную ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставлять изображения напрямую. Загружайте или вставляйте изображения по ссылке.

Загрузка...
×
×
  • Создать...