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

    jbonilla

    @jbonilla

    3
    Reputation
    742
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jbonilla Unfollow Follow

    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

    Latest posts made by jbonilla

    • RE: Quick Image added to 30 day overview of deployments

      @Junkhacker Ok, I was just thinking of ways for quick image to somehow count toward monthly totals. This happens mostly with laptop deployments. I think I just thought of a work around. Registering network dongle as host so every time quick image is used with the network dongle it will count because the dongle is pre registered. The only trouble would be if the dongle is not compatible. But this should work for many instances I believe.

      posted in Feature Request
      J
      jbonilla
    • RE: Quick Image added to 30 day overview of deployments

      @Junkhacker So there is no way to tally computers set up with quick image. Perhaps a count of mac addresses not already registered?

      posted in Feature Request
      J
      jbonilla
    • Quick Image added to 30 day overview of deployments

      Hello, I was wondering if machines which were setup using quick image can be shown in the 30 day overview in the dashboard. Many technicians setup machines this way and it does not get counted in the total for the month.

      posted in Feature Request
      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
    • 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: PXE Netboot Ubuntu 14.04 LTS Help

      @Uncle-Frank Hey everyone, I exported the ubuntu folder. I was able to mount it from another computer so I know it works. I will try moving it to /images since its already being exported when I get back Monday. Will update my results.

      posted in FOG Problems
      J
      jbonilla
    • RE: PXE Netboot Ubuntu 14.04 LTS Help

      @Uncle-Frank I tried that too. No luck still. I will try this again on Monday when I get back to work. Until then I will continue to research.

      posted in FOG Problems
      J
      jbonilla
    • RE: PXE Netboot Ubuntu 14.04 LTS Help

      @Uncle-Frank

      This is what I have now and I get the same result.

      :UBUNTU
      kernel http://${fog-ip}/fog/service/ipxe/ubuntu/vmlinuz.efi
      initrd http://${fog-ip}/fog/service/ipxe/ubuntu/initrd.lz
      imgargs vmlinuz.efi boot=casper root=/dev/nfs netboot=nfs nfsroot=${fog-ip}:/var/www/fog/service/ipxe/ubuntu initrd=/${fog-ip}/fog/service/ipxe/ubuntu/initrd.lz
      boot || echo failed to boot
      prompt
      goto MENU  
      
      posted in FOG Problems
      J
      jbonilla
    • RE: PXE Netboot Ubuntu 14.04 LTS Help

      @Tom-Elliott When I have vmlinuz.efi out it doesn’t boot at all. I grabbed vmlinuz.efi straight from the disk. I’m still stuck here. If anyone has has luck with PXE booting Ubuntu id appreciate the help.

      posted in FOG Problems
      J
      jbonilla
    • RE: PXE Netboot Ubuntu 14.04 LTS Help

      https://forums.fogproject.org/topic/4790/how-to-add-live-cd-iso-to-fog-1-2-on-ubuntu-12-04

      This got me on the initial track. I’m very close.

      posted in FOG Problems
      J
      jbonilla