Hi, i wrote: > > Does that mean i shall just try again with a new "disk" ? Samuel Thibault wrote: > Yes.
Ok. I am getting a new netinst.iso now and plan to retry in the next days. > > Is there a way to mount the partitions of the "disk" in Linux, > > so i could read that grub.cfg ? Svante Signell: > losetup -o 1048576 /dev/loop0 hurd-test.img Oh yes. This works. There's quite a bunch of GRUB commands in grub.cfg. (I should better learn how to copy+paste with the kvm window. Just in case ...) Samuel Thibault: > mount hurd-test.img -o offset=1048576 Works too (with /mnt). I did read man mount, but offset= is mentioned sparsely enough that i oversaw it. Thanks for improving my Linux knowledge. :)) Have a nice day :) Thomas