The Perfect Xen 3.0 Setup For Debian

Discussion in 'HOWTO-Related Questions' started by gog, Jun 14, 2006.

  1. gog

    gog New Member

    I have a problem trying to install Xen 3.0 from source on Debian Sarge.

    I'm following http://www.howtoforge.com/perfect_setup_xen3_debian_p3

    and when I should enter:

    Code:
    cd linux-2.6.12-xen0
    ARCH=xen
    export ARCH
    make oldconfig
    make menuconfig
    On make oldconfig I get:

    Code:
    atlantis3:/usr/src/xen-3.0.2-2/linux-2.6.16-xen# make oldconfig
    Makefile:439: /usr/src/xen-3.0.2-2/linux-2.6.16-xen/arch/xen/Makefile: No such file or directory
    make: *** No rule to make target `/usr/src/xen-3.0.2-2/linux-2.6.16-xen/arch/xen/Makefile'.  Stop.
    I'm using Xen 3.02 (not 3.01 as in the tutorial)...
     
  2. gog

    gog New Member

  3. zokahn

    zokahn New Member

    I had the very same thing! Even posted the question on the Xen mailinglist. You just assume that with a minor version difference the Howto is still valid...

    haha, no-one is to blame offcourse. We just need to follow Falko's work more closely :)

    Gr,

    Zokahn
     

Share This Page