Re: crosshurd error while running the hurd in a xen box
Samuel Thibault <[email protected]>
| Newsgroups | gmane.os.hurd.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, [email protected], le Thu 03 Feb 2011 23:41:00 +0100, a écrit : > I have problems while creating the image file for the harddisk. > I created the imagefile with : sudo dd if=/dev/zero of=/etc/xen/hurd.img oflag=direct bs=1M count=2048 > than created a filesystem using: sudo mke2fs -b 4096 -I 128 -o hurd /var/xen/hurd.img > > I get an error using the crosshurd command. > I installed crosshurd with apt-get on Debian Squeeze > crosshurd output: http://dpaste.com/382549/ We still need to port our dhcp patch to dhcp3. > Do I have to specify any special repositories? Nope, the official mirrors + debian-ports should be enough. > Is there a xen image available on the net? You can just use a standard non-xen image like http://dept-info.labri.fr/~thibault/tmp/debian-hurd-17042010-qemu.img.tar.gz and boot it with a xen-enabled gnumach kernel. Samuel