update grub-0.97-r9 [SOLVED]

Подскажите не могу обновить груб:

>>> Installing (1 of 1) sys-boot/grub-0.97-r9
 *
 * To avoid automounting and auto(un)installing with /boot,
 * just export the DONT_MOUNT_BOOT variable.
 *
mount: неизвестный тип файловой системы 'ext2'
 *
 * Cannot automatically mount your /boot partition.
 * Your boot partition has to be mounted rw before the installation
 * can continue. grub needs to install important files there.
 *
 *
 * ERROR: sys-boot/grub-0.97-r9 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_preinst
 *             environment, line 3626:  Called mount-boot_pkg_preinst
 *             environment, line 3448:  Called mount-boot_mount_boot_partition
 *             environment, line 3437:  Called die
 * The specific snippet of code:
 *                   die "Please mount your /boot partition manually!";
 *  The die message:
 *   Please mount your /boot partition manually!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-boot/grub-0.97-r9/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-boot/grub-0.97-r9/temp/environment'.
 *
!!! FAILED preinst: 1

>>> Failed to install sys-boot/grub-0.97-r9, Log file:

>>>  '/var/tmp/portage/sys-boot/grub-0.97-r9/temp/build.log'

 * Messages for package sys-boot/grub-0.97-r9:

 *
 * To avoid automounting and auto(un)installing with /boot,
 * just export the DONT_MOUNT_BOOT variable.
 *
 *
 * Cannot automatically mount your /boot partition.
 * Your boot partition has to be mounted rw before the installation
 * can continue. grub needs to install important files there.
 *
 *
 * ERROR: sys-boot/grub-0.97-r9 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_preinst
 *             environment, line 3626:  Called mount-boot_pkg_preinst
 *             environment, line 3448:  Called mount-boot_mount_boot_partition
 *             environment, line 3437:  Called die
 * The specific snippet of code:
 *                   die "Please mount your /boot partition manually!";
 *  The die message:
 *   Please mount your /boot partition manually!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-boot/grub-0.97-r9/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-boot/grub-0.97-r9/temp/environment'.
 *

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

/etc/fstab

/dev/hda1               /boot           ext2            rw,noatime             1 2
/dev/hda2               none            swap            sw              0 0
/dev/hda3               /               ext3            noatime         0 1
/dev/hdb1               /var/www        reiserfs        defaults        0 4
/dev/hdc1               /home/p2p/mldonkey      reiserfs defaults       0 3
/dev/cdrom              /mnt/cdrom      auto            noauto,ro,user  0 0

не понимаю что он хочет... ((

Ошибка: mount: неизвестный

Ошибка:

mount: неизвестный тип файловой системы 'ext2'
 *
 * Cannot automatically mount your /boot partition.
 * Your boot partition has to be mounted rw before the installation
 * can continue. grub needs to install important files there.

Чё он хочет:

*   Please mount your /boot partition manually!

ext2 в ядре нет... а как он

ext2 в ядре нет... а как он грузиться ??? ....

в ядре не столь

в ядре не столь обязательно(хотя _крайне_ желательно)
грузит ядро ведь grub(умеет самостоятельно искать по файловой системе ext2) или lilo(вообще грузит с конкретного места на диске)

А по теме топикстартера, в общем случае необходимо:
- необходимо включить в ядро поддержку файловой системы ext2.
- далее перезагрузится с помощью livecd и вручную скопировать новое ядро в нужное место.

но в данном случае поскольку видно что включена поддержка ext3, то можно просто изменить в файле /etc/fstab строчку
/dev/hda1 /boot ext2 rw,noatime 1 2
на
/dev/hda1 /boot ext3 rw,noatime 1 2

Цитата: /dev/hda1 /boot ext3

Цитата:
/dev/hda1 /boot ext3 rw,noatime 1 2

не смонтировался, но загрузился гад
придется ехать СД втыкать (((

теоретически иожно исправить

теоретически иожно исправить конфиг ядра(включить ext2 модулем) пересобрать и загрузить модуль.

сам себе отвечу, на свою же

сам себе отвечу, на свою же глупость
http://www.gentoo.ru/node/15036

Цитата:
tune2fs -j /dev/sda1 - делает из ext2 в ext3. На будущее - читать Хендбук внимательно.

mount /boot
и опа он на месте..

вообще пора бы перейти на

вообще пора бы перейти на libata...

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".