vlack | Bonjour,
Je voudrait faire du multiboot entre FreeBSD et NetBSD (je n'ai encore jamais booté dessus )
J'ai donc installé GRUB sous FreeBSD :
#portinstall grub
Copié les fichiers :
#mkdir /boot/grub && cp /usr/local/share/grub/i386-freebsd/* /boot/grub
Ensuite, j'ai suivi la procédure donnée dans la doc :
grub> root (hd1,0,a)
Filesystem type is ufs2, partition type 0xa5
grub> kernel /boot/loader
[FreeBSD-a.out, loadaddr=0x200000, text=0x1000, data=0x32000, bss=0x0, entry=0x200000]
grub> setup (hd1)
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 (hd1)"... failed (this is not fatal)
Running "embed /boot/grub/ufs2_stage1_5 (hd1,0,a)"... failed (this is not fatal)
Running "install /boot/grub/stage1 (hd1) /boot/grub/stage2 p /boot/grub/menu.lst "... failed
Error 29: Disk write error
grub> |
J'ai essayé :
_avec grub-install
_en single-user
_avec mon autre disque dur
==> même erreur.
Mes recherches sur google n'ont rien donné de probant, à part des procédures avec une disquette, mais je n'ai pas de lecteur.
Mon menu.lst :
default=0
timeout=3
title FreeBSD
root (hd1,0,a)
kernel /boot/loader
title=NetBSD
root (hd0,0,a)
kernel --type=netbsd /netbsd-elf
|
Si quelqu'un a une idée Message édité par vlack le 19-11-2005 à 21:34:13
|