fai and 64 bit

2006-06-08 Thread Rudy Gevaert
Hi, These are my first steps in 64bit land and have a problem with setting up FAI I've installed a 64 bit kernel on a 32 bit system (Dell PE1850). I then created a 64 bit chroot on the system. In the chroot I then compiled a 64 bit kernel. In the same chroot I have then created a fai

Re: fai and 64 bit

2006-06-08 Thread Michael Tautschnig
Hi, These are my first steps in 64bit land and have a problem with setting up FAI I've installed a 64 bit kernel on a 32 bit system (Dell PE1850). I then created a 64 bit chroot on the system. In the chroot I then compiled a 64 bit kernel. In the same chroot I have then created a

Re: fai and 64 bit

2006-06-08 Thread Rudy Gevaert
Michael Tautschnig wrote: Hi, These are my first steps in 64bit land and have a problem with setting up FAI I've installed a 64 bit kernel on a 32 bit system (Dell PE1850). I then created a 64 bit chroot on the system. In the chroot I then compiled a 64 bit kernel. In the same chroot I

Re: fai and 64 bit

2006-06-08 Thread Rudy Gevaert
Rudy Gevaert wrote: when it's installed in the FAI nfsroot it doesn't work. I'm going to try this now # function make() { /usr/bin/make ARCH=x86_64 HOSTCC=gcc -m32 $@; } # export -f make # export UNAME_MACHINE=x86_64 I'll post my results... And that didn't work. :( -- -- -- -- -- -- -- --

Re: fai and 64 bit

2006-06-08 Thread Michael Tautschnig
[...] What about this thread: http://lists.debian.org/debian-amd64/2004/01/msg00129.html The thread suggests: - ... another module was necessary (System V IPC in my case) ... - Kernel support for ELF binaries - IA32 bit emulation = are all compiled in my kernel If I install that

Re: fai and 64 bit

2006-06-08 Thread Rudy Gevaert
Michael Tautschnig wrote: [...] What about this thread: http://lists.debian.org/debian-amd64/2004/01/msg00129.html The thread suggests: - ... another module was necessary (System V IPC in my case) ... - Kernel support for ELF binaries - IA32 bit emulation = are all compiled in my kernel If

Re: fai and 64 bit

2006-06-08 Thread Rudy Gevaert
Michael Tautschnig wrote: [...] I'm using the 64 bit nfsroot PS.: What about an older kernel? I'm going to try it. Just another thought: Have you cross-compiled (at least 32/64) your kernel or has it been compiled on a native 64bit system? If it has been cross-compiled, what about

Re: fai and 64 bit

2006-06-08 Thread Rudy Gevaert
Michael Tautschnig wrote: [...] I'm using the 64 bit nfsroot PS.: What about an older kernel? I'm going to try it. Just another thought: Have you cross-compiled (at least 32/64) your kernel or has it been compiled on a native 64bit system? If it has been cross-compiled, what about

Re: fai and 64 bit

2006-06-08 Thread Thomas Lange
On Thu, 08 Jun 2006 15:31:29 +0200, Rudy Gevaert [EMAIL PROTECTED] said: The fai-kernel don't have my hard disk drivers compiled into it. I have this: CONFIG_FUSION=y CONFIG_FUSION_SPI=y CONFIG_FUSION_FC=y CONFIG_FUSION_SAS=y CONFIG_FUSION_MAX_SGE=128

Re: fai and 64 bit (solved partially)

2006-06-08 Thread Rudy Gevaert
A co-worker pointed out that that I didn't update the kernel that pxe boots. And indeed, pxe still booted with a 32 bit kernel. I have booted now into FAI. I have some problems left, but that's for tomorrow. I'm going to write this up and put it on the wiki, tomorrow or next week.