• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Sub 512MB RAM Devices

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    3
    3
    16
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      skyhawk3355
      last edited by

      Hi all,
      Doing a fun project where I’m trying to take FOG images of era appropriate windows 98 machines. I’ve found a small problem with the amount of RAM FOS requires and the RAM that is physically available to these computers. I don’t have hard numbers but with 512mb I can boot and image without issues. With my 384Mb computer it’ll boot to the menu but will freeze on inventory or imaging.

      I’ve looked into recompiling the kernel
      https://wiki.fogproject.org/wiki/index.php?title=Building_a_Custom_Kernel
      however this line has me worried
      Important: All settings required by fog are already in the kernel,…

      Without adding RAM (I’d like to image even older machines), what would the best way to fit FOS onto these RAM limited computers?

      Tom ElliottT george1421G 2 Replies Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @skyhawk3355
        last edited by

        @skyhawk3355 FOG has been able to be loaded into 256mb of ram for quite some time.

        It was originally configured for 128MB of ram, but that was in 2007.

        If we know how much RAM is on the actual machine?

        I believe all our kernels and init need at least 200mb of ram to operate.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • george1421G
          george1421 Moderator @skyhawk3355
          last edited by

          @skyhawk3355 said in Sub 512MB RAM Devices:

          ith my 384Mb computer it’ll boot to the menu but will freeze on inventory or imaging.

          To just add a little clarity here. The iPXE menu is under the control of iPXE. Once you pick a menu item FOS (bzImage and init.xz) is loaded into memory and executed.

          Both bzImage and init.xz are compressed images, so the size on disk is not indicative of the space consumed in RAM. Both are decompressed as they are loaded into memory. I’d have to look to verify, but I think bzImage is in the 8MB range and init.xz is in the 200mb range.

          If you just consider the baselines of a standard gzip compression ratio of 1.6:1, the kernel will expand to 13MB, and the 200MB init.xz would expand to 332MB. That puts us at 345MB for just the image to be held in memory. That leaves almost no ram to execute FOS. Just to caveat this, I have not looked at what the current size of bzImage and init.xz are.

          Now if you have no choice, surely look into the 32 bit version of FOS linux since it should consume less space. But with 384MB of ram, that is going to be very tight.

          Second option is to remove the hard drive from the computer and image it on a system that has a bit more resources, then place the drive back into the limited computer for first boot.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          144

          Online

          12.1k

          Users

          17.3k

          Topics

          155.3k

          Posts
          Copyright © 2012-2024 FOG Project