Hi at all,

same problem here. Downgrade to grub-pc_1.98+20100804-5 seems to solve the problem.

I think the bug is in 'zfs_fix_mkrelpath.patch'; with 20100804-5 version, if I run 'grub-mkrelpath /boot' it returns nothing:

ma...@xxxx:~$ grub-mkrelpath /

ma...@xxxx:~$ grub-mkrelpath /boot/

ma...@xxxx:~$ grub-mkrelpath /boot/grub/
/grub


'/boot/grub/grub.cfg' is correct

...
        linux   /vmlinuz-2.6.36-vanilla root=........
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-2.6.36-vanilla
...

and system starts. With 20100804-6 version if I run same command, it returns 
'/boot'

ma...@xxxx:~$ grub-mkrelpath /

ma...@xxxx:~$ grub-mkrelpath /boot
/boot
ma...@xxxx:~$ grub-mkrelpath /boot/grub
/grub


'/boot/grub/grub.cfg' is wrong:

...
        linux   /boot/vmlinuz-2.6.36-vanilla root=.....
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-2.6.36-vanilla
...

and grub complaints about missing files ...

Bye,
  Marco



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to