On Mon, Oct 26, 2009 at 02:40:01AM +0100, Samuel Thibault wrote: > + mach_device="`echo "${GRUB_DEVICE}" | tr -d '()' | tr , s`" > [...] > +mach_device="`echo "${GRUB_DEVICE}" | tr -d '()' | tr , s`" > > for i in /hurd/${hurd_fs}.static /hurd/exec ; do > if test -e "$i" ; then > @@ -73,7 +74,7 @@ > EOF > prepare_grub_to_access_device ${GRUB_DEVICE} | sed -e "s/^/\t/" > cat << EOF > - multiboot ${kernel} root=device:${GRUB_DEVICE} > + multiboot ${kernel} root=device:${mach_device}
I think you missunderstand what GRUB_DEVICE is (not surprising, because the variable name is quite misleading). Did you observe wrong entry generation in grub-mkconfig? -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all." _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel