Navigation

    FOG Project

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

    madnm

    @madnm

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

    madnm 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: 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