Вот разметка дисков:
hda1 FreeBSD 6.0 (primary)
hda2 / reiserfs 3.6 (primary)
hda3 /boot reiserfs (primary)
hda5 swap
hda6 /var ext3
hda7 /tmp ext3
hda8 /usr ext3
hdb1 windows_xp ntfs (primary)
hdb5 fat32
hdb6 fat32
hdb7 fat32
Пытался поставить grub из FreeBSD вот вывод grub-install hd0
Код: Выделить всё
alone_wolf# grub-install hd0
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> root (hd0,0,a)
Filesystem type is ufs2, partition type 0xa5
grub> setup --stage2=/boot/grub/stage2 --prefix=/boot/grub (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/ufs2_stage1_5" exists... yes
Running "embed /boot/grub/ufs2_stage1_5 (hd0)"... failed (this is not fatal)
Running "embed /boot/grub/ufs2_stage1_5 (hd0,0,a)"... failed (this is not fatal)
Running "install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) /boot/grub/stage2 p /boot/grub/
menu.lst "... failed
Error 29: Disk write error
grub> quit
alone_wolf#Все таки хотелось бы grub поставить из Slackware.
Заранее огромное спасибо.