[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]]
[[meta license="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled
[[GNU_Free_Documentation_License|/fdl]]."]]
## Installation
* Use
Note: I have tried it with K10 version of Debian GNU/Hurd on VMware running on a Debian GNU/Linux machine* You can get more information about obtaining Debain GNU/Hurd CDROMS from
# ln -s /boot/gnumach.gz /boot/gnumachor mount the floppy image and change it
# mkdir /media/floppy # mount -o loopEdit /media/floppy/boot/grub/menu.lst with your favorite text editor and change /boot/gnumach to /boot/gnumach.gz * _I find that this is all quite quick to try and that I can run through the ./native-install and reboot cycle twice OK. However, at that point the installed Hurd boots up but fails to display a login prompt. This is the case for both K10 and K14 using VMware Workstation 5.0.0 under Windows XP. Maybe I'm doing something wrong but it is hard to see what. I'd be interested to know more precisely what other people find does work._ -- IanMiller - 01 Apr 2007 ## After install tweaks * Start using GNU, here is/media/floppy
#!/bin/sh # Filename: /usr/bin/umount settrans -fg "$@"Give executable permission to the script
# chmod +x /usr/bin/umount* in /etc/fstab add a trailing '/' after cdrom like /cdrom/ since apt uses a traing '/' -- PraveenA - 12 Jun 2006