You may not prevent that, because we do not know how the run script
tries to detect a kernel version. In the chroot there's the target
kernel installed, but it's still running the FAI installation kernel.
Try to use the .deb packages instead of the run script.
> On Fri, 25 Oct 2024 09:34:30 +
Hi,
I have created several versions of the nfsroot including new nvidia
drivers and CUDA libraries, because we needed the newest drivers for
new hardware.
Often I used a mixture of packages from testing and experimental. I've
also created a nfsroot using the drivers and CUDA libs from nvidia
itse
So how could I prevent that?
I used the chroot /target in the hopes of using the kernel of the target
machine.
Regards, Stephan
-Original Message-
From: Andrew
To: fully
Date: Friday, 25 October 2024 8:27 AM CEST
Subject: Re: Installing CUDA with FAI
On Thu, 2024-10-24 at 14:50
On Thu, 2024-10-24 at 14:50 +0200, Stephan Frank wrote:
> Amongst other approaches I have tried the runfile installation like so:
>
> > chroot /target apt install -y make linux-headers-$(uname -r)
> > chroot /target wget -nc
> > https://developer.download.nvidia.com/compute/cuda/12.6.2/local_insta
> On Thu, 24 Oct 2024 14:50:20 +0200 (CEST), Stephan Frank
> said:
> Amongst other approaches I have tried the runfile installation like so:
>> chroot /target apt install -y make linux-headers-$(uname -r)
>> chroot /target wget -nc
https://developer.download.nvidia.com/comp
to autmatically figure out whether the
machine can even use CUDA/nvidia drivers? So I don't have to sort machines by
hardware in the class file.
Many thanks and kind regards,
Stephan
-Original Message-
From: Thomas
To: fully
Date: Thursday, 24 October 2024 2:06 PM CEST
Subject:
Nope, I'm using Salt for everything that is
"personalization-after-installation", including CUDA install.
But FAI acts as packages cache also for CUDA :)
Diego
Il 24/10/2024 13:48, Stephan Frank ha scritto:
Hello everyone,
has anybody ever successfully installed CUDA via FAI into a Debian Bo
Hello everyone,
has anybody ever successfully installed CUDA via FAI into a Debian Bookwork (or
any other) installation? I have been trying to set this up for over a week now
- yet no success.
Regards, Stephan