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

    rkaneknight

    @rkaneknight

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

    rkaneknight Unfollow Follow

    Latest posts made by rkaneknight

    • RE: ISO Boot Ubuntu 18/19 LTS

      @xardoniak
      I was using Ubuntu 18 Server install, but I was able to get it working like this.

      I created a /images/os/ubuntu folder and copied the ubuntu ISO file contents in there.

      I created a folder /tftpboot/os/ubuntu
      There I put the initrd and vmlinuz files from the casper folder in the ubuntu iso.

      Here are the parameters I used in FOG.
      kernel tftp://192.168.160.12/os/ubuntu/vmlinuz
      initrd tftp://192.168.160.12/os/ubuntu/initrd
      imgargs vmlinuz initrd=initrd boot=casper root=/dev/nfs netboot=nfs nfsroot=192.168.160.12:/images/os/ubuntu/ ip=dhcp rw
      boot || goto MENU

      This allowed me to start the installer from that usb, but I haven’t got a working live OS running yet, though I hope to have that soon.

      posted in General Problems
      R
      rkaneknight