Hi, On Tue, Feb 09, 2010 at 11:41:25AM +0100, Jakub Daniel wrote: > It's been some time since I last attempted to run Hurd.. Now I installed > hurd under kvm and found out that the networking actually worked in it.. so > I happily installed grub2 from repositories but unfortunately unlike last > time the update-grub script did not work. It started to complain about not > having /proc/mounts. How can I work this around, please?
I figured out a way to fool it: settrans -g /proc ln -s /etc/fstab /proc/mounts update-grub settrans /proc /hurd/procfs This shuts down procfs for the duration of update-grub, but that didn't give me any troubles. Also /etc/fstab must atleast contain the root fs. Regards, Fredrik