Index of /~sthibault/hurd-i386/installer/cdimage

Icon  Name                             Last modified      Size  Description
[DIR] Parent Directory - [DIR] 20130318/ 23-Mar-2013 00:11 - [   ] cd-2.iso 04-May-2013 10:09 648M [   ] cd-1.iso 04-May-2013 10:09 646M [   ] netinst.iso 04-May-2013 10:09 131M [   ] cd-3.iso 04-May-2013 10:10 408M [   ] dvd.iso 04-May-2013 10:11 1.4G [   ] MD5SUMS 04-May-2013 10:13 1.3K [DIR] 20130503/ 04-May-2013 10:13 - [DIR] current/ 04-May-2013 10:13 - [TXT] README.txt 24-May-2013 19:51 2.8K [TXT] YES_REALLY_README.txt 24-May-2013 19:51 2.8K

********************************************************************************

Note: To give Debian GNU/Hurd a try, it is probably easier to simply run the
preinstalled image, see http://people.debian.org/~sthibault/hurd-i386/README

********************************************************************************



To test the installer images with kvm/qemu:

  * Download:

      $ wget http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/cd-1.iso
      # apt-get install qemu-kvm

  * Create a hard disk image:

      $ kvm-img create hurd-install.qemu 3G

  * Start the installation:

    Since we haven't yet optimized the installer initrd mechanism for memory
    usage at all you will need at least 500MB of memory even for the text
    installer, or the installer will likely crash due to missing memory.

      $ kvm -m 1G -no-kvm-irqchip -drive file=hurd-install.qemu,cache=writeback -cdrom cd-1.iso -boot d

    Note the -no-kvm-irqchip option, which is needed when running this on 2.6.37
    and 2.6.38 Linux kernels, which do not emulate irq chips that correctly
    (see Debian bug #612105, fixed by 2.6.39)

    YES, do add -no-kvm-irqchip on 2.6.37 and 2.6.38 host kernels, else it'll
    stab you in the face.

    We recommend not to use a network mirror during installation, since that
    would use the sid distribution, which is often not installable. One can
    instead install just the base system (and the standard task when using CD-1
    or DVD-1). Enabling the use of a mirror and installing packages can be done
    after rebooting into the newly installed system.

On real hardware:

  * Note that GNU Mach does not have drivers for SATA devices. IDE/ATA emulation
    has to be enabled for those.

  * Installation CDs now include the 2.6.32 Linux network drivers, and should
    thus cover a wide range of network boards. There is however no support for
    firmware loading.

When going through the installation:

  * Reminder for qemu: with the user network stack default configuration,
    use the following values:

       IP address: 10.0.2.15
       Netmask: 255.255.0.0
       Gateway: 10.0.2.2
       Nameserver: 10.0.2.3

Remarks:

  * /usr or /usr/local on separate filesystem is not supported yet.

Configuring the installed system:

  * Make sure to see http://www.debian.org/ports/hurd/hurd-install.html for
    more details and network / filesystems / X configuration.
  * Also make sure to check the FAQ
    http://www.gnu.org/software/hurd/faq.html
    and known open issues
    http://www.gnu.org/software/hurd/open_issues.html


Email us to <debian-hurd@lists.debian.org> for debian-specific things or
<bug-hurd@gnu.org> for non-debian-specific things if you have questions or
comments, We are also available on #hurd on Freenet, #debian-hurd on OFTC.