• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jbonilla
    3. Best
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 21
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by jbonilla

    • RE: PXE Netboot Ubuntu 14.04 LTS Help

      @Asthea I have it working right now. Thank you everyone for the assistance. I have no idea if the fetch command is even needed. I will test with it out and continue to clean it up. But I am grateful that it is working. Hi-5 all around.

      :UBUNTU
      kernel http://${fog-ip}/fog/service/ipxe/ubuntu/casper/vmlinuz.efi
      initrd http://${fog-ip}/fog/service/ipxe/ubuntu/casper/initrd.lz
      imgargs vmlinuz.efi boot=casper vga=normal root=/dev/nfs netboot=nfs nfsroot=${fog-ip}:/var/www/fog/service/ipxe/ubuntu/ fetch=http://${fog-ip}/service/ipxe/ubuntu/casper/filesystem.squashfs initrd=initrd.lz locale=en_US.UTF-8 keyboard-configuration/layoutcode=us mirror/country=US
      boot || echo failed to boot
      prompt
      goto MENU  
      
      posted in FOG Problems
      J
      jbonilla
    • RE: How to add live cd iso to Fog 1.2 on Ubuntu 12.04

      @Trixsta101 Here is my working Clonezilla setup.

      :CLONEZILLA
      kernel http://${fog-ip}/fog/service/ipxe/clonezilla/vmlinuz
      initrd http://${fog-ip}/fog/service/ipxe/clonezilla/initrd.img
      imgargs vmlinuz boot=live username=user fetch=http://${fog-ip}/fog/service/ipxe/clonezilla/filesystem.squashfs locale=en_US.UTF-8 keyboard-layouts=NONE
      boot || echo failed to boot
      prompt
      goto MENU```
      posted in Tutorials
      J
      jbonilla
    • 1 / 1