Can't deploy on Dell Latitude 5410
-
@afaure I think from the picture you did too soon.
from the picture
uname -r
oruname -a
should have returned a value. It should be a number like 5.6.18 or 4.19.65The
lsblk
should have displayed the block devices in the system. It could be blank but it would be really rare. -
@george1421 said in Can't deploy on Dell Latitude 5410:
I think from the picture you did too soon.
from the picture uname -r or uname -a should have returned a value. It should be a number like 5.6.18 or 4.19.65
The lsblk should have displayed the block devices in the system. It could be blank but it would be really rare.Ok, picture with info -> https://ibb.co/vzxGFdh
I’m off for few days, i’ll be back wednesday at office to read your message. -
@afaure Ok from the new picture. You need to download the latest FOS Linux kernel using the Web UI FOG Configuration -> Kernel You need to install 5.6.18 kernel and the network adapter will work. You will need both 64 bit and 32 bit versions.
From the lsblk command the disk is there an available now.
-
@george1421 thanks !!!
I try your solution wednesday ! -
@george1421 same issue with the kernel 5.6.18
-
@afaure So when you schedule a debug mode and then at the FOS Linux command prompt you key in
uname -r
oruname -a
it says 5.6.18 now?Leave it in debug mode because there are a few more debug commands we can use.
-
@george1421
uname -a said 4.19.145
lsblk list all of partitionsIf i try to register a new pc, same issue
PC contact fog but can’t deploy an image… -
@afaure said in Can't deploy on Dell Latitude 5410:
4.19.145
OK for some reason the upgraded to the kernel did not make it correctly. This uname command should have returned 5.6.18. So I understand why you have the same issue as before.
Please use the FOG Configuration -> Kernel to update both bzImage and bzImage32 to 5.6.18. If the webgui method doesn’t work then we can use the manual update process. Follow the manual instructions here: https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update
-
@george1421 i have tried manual update and doesn’t work.
Same version, 4.19.145 !How i can download the latest version ?
Do you have link for wget ?Thanks
-
@afaure I don’t understand what is going wrong here.
OK there is an alternate manual process. Go to this web site: https://fogproject.org/kernels/
Download Kernel.TomElliott.5.6.18.64 and rename to bzImage (watch your case)
Download Kernel.TomElliott.5.6.18.32 and rename to bzImage32 (watch your case).Move those files to your fog server in the following directory replacing the existing files.
/var/www/html/fog/service/ipxe
Once the file is there then run this command to confirm the right version is in place
file bzImage
it should say in the text 5.6.18 -
@george1421 thanks dude !
It’s works !!!Thanks for your help