• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. nextechinc
    3. Topics
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by nextechinc

    • N

      NUC10 NIC Compatibility

      Hardware Compatibility
      • • • nextechinc
      10
      0
      Votes
      10
      Posts
      1.3k
      Views

      george1421G

      @nextechinc I can’t answer that. If you can tweak 5.4 with the newer driver then go for it. 5.5rc may also work. I guess the question would be how many NUCs do you have and what would take the least amount of effort to do (probably 5.5). Understand that you can define a custom kernel for each host definition. SO what ever direction you go in keep the kernel name unique and only assign that kernel to the systems that need it.

    • N

      Solved Product key bug with hostinfo.php in version 1.5.4

      Bug Reports
      • • • nextechinc
      2
      1
      Votes
      2
      Posts
      362
      Views

      S

      @nextechinc Thanks for posting! Sorry we have lost track of this. I just added your suggested change to the dev-branch. Will be in the next release.

    • N

      Booting System Rescue CD 5.2.2

      Tutorials
      • • • nextechinc
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      T

      @nextechinc said in Booting System Rescue CD 5.2.2:

      cpuid --ext 29 && set arch 64 || set arch 32
      set path /netboot/systemrescuecd
      set nfs_path /var/www/netboot/systemrescuecd
      kernel http://${fog-ip}${path}/isolinux/rescue${arch} docache setkmap=us
      initrd http://${fog-ip}${path}/isolinux/initram.igz
      imgargs rescue${arch} initrd=initram.igz netboot=http://${fog-ip}${path}/sysrcd.dat setkmap=us dostartx
      boot

      Thank you so so much. I was struggling to get the SystemRescueCD to work at all, now it works 🙂

      I think I used some tutorial on here or wiki somewhere and my paths were different, I had to use

      path /srcd

      And had to change the paths in kernel and initrd to

      kernel http://${fog-ip}${path}/rescue${arch} docache setkmap=de

      and

      initrd http://${fog-ip}${path}/initram.igz

      As well as imgargs to:

      imgargs rescue${arch} initrd=initram.igz netboot=http://${fog-ip}${path}/sysrcd.dat setkmap=de dostartx

      This may be my specific setup being somehow messed up, but in case somebody else has the same setup as I do …

    • 1 / 1