Hello,
I've been using pcbsd for a while.
Now I'd like to install and use GRUB.
This is the
error message I get, when performing a GRUB installation with grub-install /dev/... or doing the installation "nativeley".
|
Code:
|
pcbsd# grub-install /dev/ad0
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,1,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,1,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
pcbsd# grub
Probing devices to guess BIOS drives. This may take a long time.
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,1,a)
Filesystem type is ufs2, partition type 0xa5
grub> setup (hd0,1,a)
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,1,a)"... failed (this is not fatal)
Running "embed /boot/grub/ufs2_stage1_5 (hd0,1,a)"... failed (this is not fatal)
Running "install /boot/grub/stage1 (hd0,1,a) /boot/grub/stage2 p /boot/grub/menu.lst "... failed
Error 29: Disk write error
grub> |
My hard disk partitions:
/dev/ad0s1 = 90 GB/reiserfs without any OS for Backup and storage tasks
/dev/ad0s2 = 10 GB/ufs2 with PC-BSD 1.5.1
/dev/ad0s3 = 01 GB/linux-swap
/dev/ad0s4 = 10 GB/reiserfs with PC LinuxOS 2008
BTW, the optional bootlader GAG is able to start PC-BSD without problems, but starting the Linux-System there is an eror message: "bootsector not found (korrupt)"
Any ideas?
All help is highly appreciated! :-)
Thanks a lot! + Kind Regards,
LucaToni