@dantehaversham without a bootloader on a SD card? i’d love to see proof of this.
Posts
-
RE: Provisioning Raspberry Pis with FOGposted in General
-
RE: Provisioning Raspberry Pis with FOGposted in General
@george1421 the raspberry pi only supports booting from SD card.
-
RE: Advanced Menu Command Missing Text Boxposted in Bug Reports
@sebastian-roth happening in
chrome and Firefox (but not edge or explorer) on Windows 10 and
chromium and Firefox on Lubuntu 17.10 and
Firefox (but not safari) on Mac OS Sierra -
RE: Advanced Menu Command Missing Text Boxposted in Bug Reports
@sebastian-roth tested in firefox and chrome on multiple OSs, textarea isn’t missing on my current box.
-
RE: Advanced Menu Command Missing Text Boxposted in Bug Reports
@quazz i can confirm the existence of this problem with 1.5.0-RC10 on Ubuntu 16.04.3-LTS. knowing the user (he’s a coworker) his server will be CentOS.
-
RE: Changing my Fog Server to an isolated networkposted in General
have you considered setting up the storage node, disabling replication, and updating the files manually?
-
RE: FOGTaskScheduler daemon uses 100% of CPUposted in General Problems
@Fernando-Gietz that is absolutely not normal. i have no idea why it would be doing that.
-
RE: Clonezilla Boot problemposted in General Problems
@deepak727 “junk in compressed archive” you may want to verify the integrity of your files
-
RE: Clonezilla Boot problemposted in General Problems
@deepak727 have you tried the options here? https://forums.fogproject.org/topic/9606/trying-to-add-clonezilla-to-pxe-menu/10
-
RE: Touchscreen in PXE bootposted in FOG Problems
@rwakc well, it would be technically possible to set up a method where you could be automatically imaging any device pxe booted from the network, and set up multiple dhcp scopes on different network ports, serving out different pxe boot files with embedded scripts. that way, you’d be able to choose what image the system gets imaged with by choosing what network you plug the device into.
-
RE: Touchscreen in PXE bootposted in FOG Problems
@george1421 or, he could temporarily attach a keyboard
-
RE: Image creation TFTP fileposted in General Problems
@TCS_Taylor files are no longer used the way they were in FOG 0.3x
ipxe can request the files over http instead of just tftp like pxelinux could, so we generate the boot information on demand using php. -
RE: How to get FOG to capture while host is logged in?posted in General
@Benjamin_D you have been misinformed. the client can be used to schedule the capture task, but the system needs to reboot to begin pulling the image.
FOG is not typically used to capture systems that have been in use by users, but rather used to deploy a standardized image to systems. -
RE: PartImage faster than PartClone?posted in General
@scgsg what are the specs of your server? have you tried capturing them in reverse order?
-
RE: Use one FOG server to control multiple other serversposted in General
@Benjamin_D look into the location plugin. i think you should be able to do what you want to do, but i don’t think anyone has done it before.
-
RE: Installed FOG, what now?posted in FOG Problems
@bertalanimre that doesn’t look correct. options 66 and 67 aren’t just things you have to enable, they’re configured. dnsmasq calls these options next-server and filename, i believe.
try adding this line to your configdhcp-boot=undionly.kpxe,,<fog_server_IP> -
RE: Installed FOG, what now?posted in FOG Problems
@bertalanimre first off, i think you may have a misunderstanding of what fog is. fog isn’t used for “installing” operating systems. it’s for deploying pre-configured images of systems. you install your system to a computer, configure it the way you want, then capture it with fog. then you can deploy that image to other systems.
with that out of the way, have you set your DHCP 66/67 options?
-
RE: PartImage faster than PartClone?posted in General
@scgsg i would like to point out that, unless the client you’re using for testing is similar to the clients you’re deploying to, your benchmarks aren’t going to be very useful for you. your test client is using a processor that was a economy model when it was released almost 7 years ago. zstd and pigz are optimized for modern efficient multi-threading systems, and i suspect your Pentium isn’t taking advantage of them very well.
personally i use zstd compression level 11, as i find it has nearly the same upload speed as gzip at compression level 6 while making the images 26% smaller and deploy 36% faster. again, that is on more modern hardware than you’re using, your results will vary.
zstd compression level 19 is the highest normal compression level. above 19 are “ultra” compression levels that require massive amounts of ram.
