@george1421 I assume that the only way to repair this is to reinstall Fog. I am not sure where to start to do this manually. Any pointers?
Latest posts made by sysadmin
-
RE: No network interfaces found when deploying Image
-
RE: No network interfaces found when deploying Image
@george1421 morning. Yesterday I started on this. When I got to step 8 it seems I installed Fog here /opt/fog_stable/bin/installfog.sh.
I get the following error. I don’t recall ever getting this message.
root@fog2:~# /opt/fog_stable/bin/installfog.sh * Are you sure you wish to continue (Y/N) Y * Installation Started * Installing required packages, if this fails | make sure you have an active internet connection. /opt/fog_stable/bin/installfog.sh: line 517: installPackages: command not found * Confirming package installation /opt/fog_stable/bin/installfog.sh: line 521: confirmPackageInstallation: command not found * Configuring services
-
RE: No network interfaces found when deploying Image
@george1421 Thank you for your help. I’ll continue with this tomorrow. I have to run some errands and eat something, I’ve been at it for a couple of hours. Thanks again.
-
RE: No network interfaces found when deploying Image
@george1421 It seems I have 4.19.123 x86_64. However when I ran the script I thought I updated.
If I try to update through the FOG GUI I get this error. Not sure what credentials I should be using under TFTP Server.
Type: 2, File: /var/www/html/fog/lib/fog/fogftp.class.php, Line: 464, Message: ftp_login(): Login incorrect., Host: 10.10.20.20, Username: fog
-
RE: No network interfaces found when deploying Image
So I get this. Hope it helps.
ip addr show
1: lo: <LOOPBACK, UP, LOWER_UP> mtu 65536 qdisc noqueue qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1 /8 scope host lo
valid_lft forever preferred_lft foreverAfter
lspci -nn | grep -i net
00:14.3 Network controller [0280]: Interl Corporation Device [8086:02f0]
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (10) I219-v [8086:0d4f]For the hardware ID there were 4 values in there under device manager.
PCI\VEN_8086&DEV_0D4F&SUBSYS_229217AA&REV_00
PCI\VEN_8086&DEV_0D4F&SUBSYS_229217AA
PCI\VEN_8086&DEV_0D4F&CC_020000
PCI\VEN_8086&DEV_0D4F&CC_0200 -
RE: No network interfaces found when deploying Image
@george1421 I will try this in a moment. Before I do, here’s the adapter. Thank you.
-
RE: No network interfaces found when deploying Image
Hi @george1421, I guess I was doing this while you were typing your response. I updated the Kernel using the manual method with the script from this part of the wiki https://wiki.fogproject.org/wiki/index.php?title=Kernel_Update. I updated sucessfully.
RAMDISK: incomplete write (-28 !=4096) - After the update I got this error, but I modified the KERNEL RAMDISK SIZE to 275000 and now I am back at No network interfaces found… but this time there’s less error messages on my screen now.
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: done
Saving random seed: OK
Starting haveged: haveged: listeningsocket at 3 OK
No network interfaces found, your kernel is most probably missing the correct driver!
Please check your network setup and try again!After I press Enter
Init Version: 20200517
-
No network interfaces found when deploying Image
Hello everyone,
I am having an issue that when I want to deploy an image to a Lenovo X1 Carbon 7th Gen (20R1) an error comes up telling me No network interfaces found, your kernel is most probably missing the correct driver!
However, I just imaged a Lenovo P43s (20RH) and another Lenovo X1 Carbon 7th Gen (20QD) and both were imaged just fine. Same cable, same Lenovo adapter, same port, same switch and same VLAN. Same steps for prepping bios before the image as well, which are disabling Kernel DMA Protection, Disabling Secure Boot, Startup I choos Both and Legacy First and on the Boot order I put PXE first. I am running FOG 1.5.5.
I did try another X1 (20R1) and I get the same error. I updated the bios and the network drivers and ran all the Lenovo Vantage updates after getting the error the first time. I also removed Bitlocker encryption, turned off fast boot and nothing has fixed the issue. So I imagine the problem it’s with this specific model of X1s (20R1).
Has anyone encountered this? Any suggestions?
Thank you in advance.
-
RE: Copy PXE files from FOG to NAS(QNAP TS-463U)
@Sebastian-Roth that fixed it. I just tested it by booting a laptop off PXE and it works great. I am now capturing an image. I really appreciate you taking the time to help me out.