[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Hurd Installation
From: |
Samuel Thibault |
Subject: |
Re: GNU Hurd Installation |
Date: |
Thu, 5 Nov 2009 12:50:50 +0100 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
olafBuddenhagen@gmx.net, le Wed 04 Nov 2009 08:54:29 +0100, a écrit :
> On Tue, Nov 03, 2009 at 10:07:53PM +0100, Jakub Daniel wrote:
>
> > I would love to know what to do with it to make it work.
>
> Well, as Samuel hinted, making grub-install work from the Hurd involves
> some non-trivial programming...
Well, a trivial way to uglily "fix" it is, assuming that your /
partition is /dev/hd0s1:
# rm /dev/hd0s1
# settrans -c /dev/hd0s1 /hurd/storeio -n 0,3 hd0s1
and then grub will find it. But only the latest svn version of grub, the
debian version doesn't have the needed fixes.
> > http://www.debian.org/ports/hurd/hurd-install gives us hints how to
> > install xorg. but i cant meet the dependencies with the repositories
> > listed on that site.
>
> Yeah, unfortunately xorg is not installable right now from the stock
> repositories -- tried it myself a few days ago.
hal patch #552386 not uploaded yet.
Samuel