@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.
Posts made by jbonilla
-
RE: Quick Image added to 30 day overview of deployments
-
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?
-
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.
-
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```
-
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
-
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.
-
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.
-
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
-
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.
-
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.
-
PXE Netboot Ubuntu 14.04 LTS Help
Hello,
I have been attempting to boot Ubuntu 14.04 from fog’s PXE server but have been having some difficulties.
: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 fetch=http://${fog-ip}/fog/service/ipxe/ubuntu/filesystem.squashfs ip=:::::eth0:dhcp boot || echo failed to boot prompt goto MENU
The closest I get, is this. I’m not sure what I can do but maybe someone can point me in the right direction. Perhaps it is my /etc/exports/ ?
-
RE: Simultaneous Hard Drive Imaging?
@Wayne-Workman I see. I will try this approach. So will I need to define this setting prior to uploading the image to fog?
-
RE: Simultaneous Hard Drive Imaging?
@Joseph-Hales If I am not mistaken multicast will image the first hard drive found in the computer and then wait for more computers to join the session? It wont image all the hard drives in one computer?
-
RE: Simultaneous Hard Drive Imaging?
@Joseph-Hales the way I have set up fog is that, I have a few dedicated fog stations (clients) that I send jobs to. Right now I only do a few at a time. But I would like to know if I can have one machine do many hard drives at the same time, and increase the number of hard drives that are being imaged in one session.
-
RE: Simultaneous Hard Drive Imaging?
I should probably elaborate. Multiple hard drives at the same time on the same computer.
-
Simultaneous Hard Drive Imaging?
Do you know if it is possible for fog to image multiple hard drives at the same time?
-
RE: Advanced Actions Password Reset
Thanks for the quick help. I will update.
-
RE: Advanced Actions Password Reset
I am indeed using an older version of the fogservice. Could this be my issue?
-
RE: Advanced Actions Password Reset
I’m sorry I misunderstood. Yes, I have fog service installed on my Windows image. I need to check the version now. I believe I downloaded it from the stable version and now I am using an unstable version.
-
RE: Advanced Actions Password Reset
I am using fog build 3427 from the git repository. Is there something I can add to make the tasks show up?