• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. madnm
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 1
    • Controversial 0
    • Groups 0

    madnm

    @madnm

    1
    Reputation
    1
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    madnm Unfollow Follow

    Best posts made by madnm

    • RE: Booting to a Centos7 Image File

      @george1421

      That was totally it! I was confusing myself with the /images directory for tftp. After changing the command to match the /tftpboot directory everything works perfectly. Thanks for your help!

      posted in Linux Problems
      M
      madnm

    Latest posts made by madnm

    • RE: aQuantia AQtion PXE Compatability?

      @sebastian-roth Sorry for the super late reply - had to reimage one of the hosts again and came back to this - the binary built using your instructions here worked! Thanks a ton

      posted in Hardware Compatibility
      M
      madnm
    • RE: aQuantia AQtion PXE Compatability?

      Ok so I ended giving up and manually imaged the computers with clonezilla, but I did try your suggestions and will post in case anyone else comes across this and has the time to take another stab at it-

      For the life of me I could not compile the Marvell drivers - on a tangent while troubleshooting I found the most recent reply on that pull request pretty funny
      6d8b5fb3-410b-49d1-adca-23088ac9e9eb-image.png
      So I blame the Marvell devs and will try to avoid them at all costs in the future, haha

      PCI IDs:

      AQC108 - [1d6a:d108]
      Intel I210 [8086:1533]

      posted in Hardware Compatibility
      M
      madnm
    • RE: aQuantia AQtion PXE Compatability?

      Hey guys,

      Thanks for the help - I updated/recompiled iPXE as well as updated the Kernel to 5.15.19

      Unfortunately I’m still getting the same issue- after that I tried compiling this branch of iPXE since it looked like it had the marvell/aquantia drivers: https://github.com/ipxe/ipxe/tree/7cfd66c389067fe0d0af65bbbe00954e6835e154/src/drivers/net/marvell

      After doing that, I get what looks like some sort of hardware id or something after the initializing devices text, but then the workstation just reboots and I get the same issue as before.

      b203f107-d933-4745-91db-16669a76a228-image.png

      Totally possible these are bad drivers though - I look forward to hearing what you think

      posted in Hardware Compatibility
      M
      madnm
    • aQuantia AQtion PXE Compatability?

      Hey all,

      We’ve just received some new systems that I am trying to image, and they have these aQuantia NICs that I’ve never used before and they don’t seem to play nice with my FOG setup- They pick up DHCP no problem but get stuck here at initializing devices. I tried it with BIOS (undionly.kpxe) as well as UEFI (ipxe.efi) but no cigar. 412ceaf7-37f7-48ec-90cf-2db5d345b367-image.png

      The NIC is AQuantia AQtion AQN-108
      Fog Version: 1.5.9
      Kernel Version: 4.19.145

      Is my Kernel Version too old? So far I’ve only seen this with this specific NIC so I’m assuming it’s a compatability issue

      posted in Hardware Compatibility
      M
      madnm
    • RE: Booting to a Centos7 Image File

      @george1421

      That was totally it! I was confusing myself with the /images directory for tftp. After changing the command to match the /tftpboot directory everything works perfectly. Thanks for your help!

      posted in Linux Problems
      M
      madnm
    • Booting to a Centos7 Image File

      Hi all, I’ve been working on getting a working Centos Image file set up as a menu option on my fog server using this great guide by @george1421 but I seem to be running in to an issue pulling the image file down via TFTP. It attempts to load the file but times out as if it can’t reach it. The files are in the same directory as the rest of the files that are able to be copied via TFTP, but these ones dont work. I had thought it was a permission issue, and set the permissions to match the other files, but no luck.

      Here’s a copy of the config:

      kernel tftp://$[serverip]/os/centos/7/images/pxeboot/vmlinuz
      initrd tftp://$[serverip]/os/centos/7/images/pxeboot/initrd.img
      imgargs vmlinuz initrd=initrd.img root=live:nfs://$[serverip]:/images/os/centos/7/LiveOS/squashfs.img ip=dhcp inst.repo=nfs:$[serverip]:/images/os/centos/7 splash quiet
      boot || goto MENU

      Here is the path to the boot files, ftp / tftp directories are all set to the default:

      username@serverip:/images/os/centos/7/images/pxeboot$ pwd & ls
      [1] 23344
      /images/os/centos/7/images/pxeboot
      initrd.img TRANS.TBL vmlinuz

      Anyone have any ideas? Am I missing a setting somewhere. Let me know if more info is needed

      Thanks!

      posted in Linux Problems
      M
      madnm