OptiPlex 5480 All-in-One
-
@the-dealman I’m not seeing where its init’ing the network adapter in that screen shot. Will you upload the /var/log/messages file using this process and post it in this thread (I want to see the entire log file):
- Insert the usb drive into the target computer.
- issue this command from the debug console
lsblk
- I identify the usb flash drive by its size in the list. For the reset of this lets assume it shows up and
/dev/sdb
- Now let make a directory where we can mount that usb drive.
mkdir /ext
- Lets connect the usb drive to that directory
mount /dev/sdb1 /ext
- That command will mount the first partition on that usb stick to the /ext directory. Issue this command to see the contents of the usb drive
ls -la /ext
- If you see what is expected then copy the log file to the use flash drive directory.
cp /var/log/messages /ext
- When done unmount that usb drive with
unmount /ext
- Now you will be able to remove the usb drive. Don’t remove it before you unmount it and the command completes.
-
@The-Dealman Beside grabbing and uploading the messages log here (hopefully that will help) you might also run
ip a s
on the debug console and post a picture of the output here. -
@sebastian-roth @Sebastian-Roth Hi i had to pivot away from this for a bit but now I can pick this up again. Please the log you requested
-
@The-Dealman Can’t find anything too obvious in the messages output yet.
Meanwhile we uploaded a way newer Kernel, 5.10.19, would you give that a try?
-
@sebastian-roth Sure. I will give that a try and report back
-
@sebastian-roth I just tried both the 32 and 64 versions of that newer Kernel, 5.10.19 here is the error i get with both
-
@The-Dealman Why do you use a subdirectory for this kernel? While it does show
...ok
at the end of that line I am fairly sure it’s unable to properly load it from your FOG server. -
@sebastian-roth I didn’t want to overwrite the kernel that we are using by default for all computers. So i downloaded the newer Kernel, 5.10.19 and just specified that kernel in the host machine.
-
@the-dealman said in OptiPlex 5480 All-in-One:
I didn’t want to overwrite the kernel that we are using by default for all computers. So i downloaded the newer Kernel, 5.10.19 and just specified that kernel in the host machine.
Not overwriting is wise. But where exactly did you put it? It should go to
/var/www/html/fog/service/ipxe/
directly. Then just use the filenamebzImage32-222021
in host settings. -
@sebastian-roth You correct, I just used the file of that new kernel and it worked.