Furs Of Fury Mac OS
Fellow Mac users who want to play Ion Fury - in case you're waiting for the promised macOS version of Ion Fury, I wanted to share the instructions on how to run the game on macOS today. Following that guide I was able to complete the game. Furs of Fury Creatures of the forest, unite! RATS run amok across the countryside. Demonic SUPERBUGS roam the barren fields of our once lush woodland.
- 1Netbooting Apple Mac
- 1.1Using stones (aka startup keys)
- 1.1.1ISC DHCP Server
- 1.2Using bless
- 1.1Using stones (aka startup keys)
All Discussions Screenshots Artwork Broadcasts Videos News Guides Reviews. Forum: Start a New Discussion Showing 1-2 of 2 active topics 2 Jun 19, 2020 @ 6:24pm Controller LadyOberon 0 Jun 13, 2020 @ 5:29pm Introductions Kept Blue.
Netbooting Apple Mac
Intel Macintoshs all use (U)EFI - where common PCs have a BIOS - to bootstrap and to some extent talk to hardware. Several different ways exist to make those Macs boot from network. Depending on your preference and setup choose whichever suites you.
Untested hint: Verbose Mac OS boot: sudo /usr/sbin/nvram boot-args='-v' (https://groups.google.com/forum/#!topic/macenterprise/y1RnrjpvSr4)
Using stones (aka startup keys)
On startup (when you hear the sound, before Apple sign comes up) you can hold down different keys to make the Mac boot from network. Apple uses a kind of special protocol called BSDP which is partly similar to the well known DHCP protocol. But there is more to it. Find a detailed explanation here if you want to dig into it. This method is called 'Using stones' as people use stones or other similar objects to boot a whole lab of Mac clients by putting a stone on the keyboard to hold down the 'n' key - but there are other ways to achieve this too!
ISC DHCP Server
To make a Mac client boot from network you need to extend your DHCP server configuration. Add the following option to your subnet section:
To issue special answers to Mac clients you also need to define a class:
Important note: This simple config might only work with older Mac OS clients like MacBook1,1, MacBook6.2 and others. For newer models you need the advanced config
Restart the DHCP server after saving the configuration. Then booting up your Mac client hold down the 'n' key and you will see a globe spinning instead of the usual apple sign. The Mac requests an IP from the DHCP server which advises it to load iPXE via TFTP and boot that up.
architecture
That was easy. So now we can go into the details of delivering different iPXE binaries for varying Mac platforms:
Important note: This simple config might only work with older Mac OS clients like MacBook1,1, MacBook6.2 and others. For newer models you need the advanced config
To lookup Mac models and their architecture/CPU this website comes in very handy!
fancy
Newer Macs also have a fancy version of network booting. Hold down the 'alt' key and you will see different disks and network images to boot from. To make this work you need to modify the class definition:

Important note: This advanced config is proved to work with Macmini5,2, Macmini6,2, Macbook1,1, Macbook6,1, iMac12,1 and Macbookpro9,2
For more information about the rows of hex numbers see this excellent example. And here you can find a even more advanced example configuration.
Startup Disk
When using a proper Mac OS X server one can configure a NetBoot device/server in System Preferences -> Startup Disk. See here:
Unfortunatelly our previously configured NetBoot ISC DHCP server is not showing up in that dialog. It's just one simple thing preventing that. Mac OS sends a DHCPINFORM broadcast message to enumerate NetBoot images on the network. Usually DHCP messages are sent from UDP source port 68. But not in this case - Startup Disk enumeration sends DHCPINFORM with a random source port smaller 1024 (don't ask me why!). Here you can find a patch to make ICS DHCP server answer those messages properly.
DNSmasq
As well as ISC DHCP also dnsmasq can be configured to serve as netboot server for Mac clients:
Note: Only works with old Macs like Macbook1,1 and Macbook6,1...
Add those five lines to your configuration, save and restart the service. Try booting one of your Macintoshs holding down the 'n' key while it comes up. You should see a globe - instead of the apple - on the screen!
The more advanced config for dnsmasq looks like this:
This still does not address the issue of selecting the correct iPXE binary for 32 or 64 bit.
Using bless
An Apple Mac can be 'blessed' to boot from whichever source you want via commandline. This setting is saved in NVRAM and not changed by cloning your Macs via FOG. I'd suggest activating SSH on your Macs and use clusterssh to bless all of them without having walk to and login to each and every client.
To 'bless' your Mac turn it on and let it boot up as usual. Login and open the Terminal App and run the following command (use a proper IP instead of x.x.x.x):
According to this website the bless command is part of Mac OS X since 10.4.5. Earlier versions probably don't work that way!
Furs Of Fury Mac Os Download
No special DHCP configuration is needed for this! BUT if your server ip changes for example you'd have to run this command on all your clients again.
Culprits
Furs Of Fury Mac Os 11
Newer Mac OS X releases do not allow blessing as is. You need to allow using the address with a tool called csrutil. See here for more details: https://support.apple.com/en-us/HT205054
iPXE for Macintosh

As noted earlier there is a fundamental difference between Mac-EFI and PC-BIOS. Not just with configuring network boot but also when it comes to the binary being loaded via TFTP and executed on the client. To make iPXE work on Macs a lot of work has been done in 2014. Check out this thread if you are interested in the details: http://forum.ipxe.org/showthread.php?tid=7323
The mentioned DHCP class should point the client to the correct iPXE binary (ipxe.efi). FOG includes this binary in current SVN development tree or you can download a binary from the repository if you are still using an older version of FOG: https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/
Depending on the hardware you have this might work for you straight away. If not, please get in contact with us on the forums so we can work on it to find a solution!!
Working devices
Macbook1,1 ...
Macbook6,1 (W89452MK8PX), nVidia NForce MCP79 (PCI ID 10de:0ab0) - http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.26-white-13-polycarbonate-unibody-late-2009-specs.html
Macmini5,2 (C07G3W4ADJD1), Broadcom NetXtreme BCM57765 (PCI ID 14e4:16b4) - http://www.everymac.com/systems/apple/mac_mini/specs/mac-mini-core-i5-2.5-mid-2011-specs.html
Macmini6,2 (C07LR0UQDY3H), Broadcom NetXtreme BCM57766 (PCI ID 14e4:1686) - http://www.everymac.com/systems/apple/mac_mini/specs/mac-mini-core-i7-2.6-late-2012-specs.html
Furs Of Fury Mac Os X
Notes from developers
Apple and its proprietary way of doing things. Simple explanation, netboot is not pxe boot. OS X is very picky about netboot. The efi iPxe file first must be named boot.efi as well as match the architecture of the machine that is booting (for you thats 64 bit) secondly not all ethernet or wifi adapters will be visible to iPxe after handoff. DHCP must point to that file as well as the boot file also.
Basically you have a few options but I will line out what we do. When I create an image, on the “master” machine I create the smallest partition possible. In that partition I add the folders:/System/Library/CoreServices/
After that I add the 64 or 32 bit ipxe file naming it boot.efi. Again for you thats a 64 bit file
Now on reboot, hold down option and select that partition. If it is able to find your nics and boot to FOG then you are in good shape!!. If it works copy the partition you just created to a usb disk. Now use that to boot your machines. Realize that you can simply select the usb disk in the boot manager and once iPxe loads up pull it out, and use it on another machine (if you are doing multiple machines). Because of limitations in iPxe do not expect a pretty FOG Menu. No background picture and such.
If your nics are not visible to the efi iPXE then you will need to use the undionly.kpxe file.
Reference: https://forums.fogproject.org/topic/7358/cannot-boot-macbook-7-1-from-pxe/9
Related articles
Articles related to ISC-DHCP
Furry Paws
Furry Paws is a Free-to-Play Browser-based MMO simulation by Mythic Multimedia, LLC. The game allows the players to enjoy Caring, Feeding, Breeding and training all the beautiful dog breed. In order to progress through the game, Furry Paws lets the players register online. Once registered, they can select a dog breed, move to a piece of land, build their own beautiful Kennel and let the dog live there in peace. The players can have a dog from over two hundred breeds, each with their own abilities, strengths and weaknesses. The players are required to take good care of the beautiful dogs, keep them well-fed, clean them, play with them and take them to compete in various events against thousands of other online dogs. The breeding elements of the game allows the players to select the breeds and produce the coolest little pups, raise them with all the love and see them grow into adorable dogs. Furry Paws lets the players interact with each other via secure chat sessions, take part in forum-based community discussions, build guilds or be part of other players’ guilds and talk to other dog owners. The game offers over four hundred unique items that the players can buy and enjoy being a proud dog owner and trainer. With an involving gameplay, beautiful 3D visuals and all the dog caring fun, Furry Paws is a cool MMO Simulation to enjoy.
#1 Star Stable
Star Stable or also known as Star Stable Online, SSO, and SS is a beautifully created MMORPG Virtual World for all the Horse Lovers out there around the globe. Published by Star Stable Entertainment AB, Star Stable offers a similar gameplay and mechanics to its predecessors Starshine Legacy and Star Academy. The gameplay of Star Stable is simple. It allows the players to get into a beautiful world of Jorvic where they can pet a considerable number of Horse Species, complete various quests, Explore the World of Jorvik, interact with people via Online Chat feature. Players can also meet new people from almost every corner of the world and befriend like-minded individuals, and enjoy spending their time on Quality gaming. With a rate of the highest growing Horse and Virtual World Simulation, Star Stable has a player base of millions. The game is available in over 130 countries and offers support in eleven different languages including English, Swedish, Spanish, German, Russian, French, Hungarian, Italian, Dutch and Polish Languages. Star Stable offers a brilliantly engaging and immersive gameplay, beautiful visuals and loads of cool things to discover. Do try it out, Star Stable is fun to play.
#2 WolfQuest
WolfQuest is a brilliant Wildlife Simulation that lets you explore a huge game world know about the Wolves and their Ecology better by interacting with the environment. This wonderful Simulation actually lets you be a Wolf yourself, explore the Wild World, live in jungles and get to know the Wolves better. When the game starts, you act as a 2 year old little Wolf born into the Northern Yellowstone National Park, USA. Your task is to simply start learning the ways of the Wolves by hanging out in your birth Pack. Keep connected with the Pack for a while and then start learning on your own by exploring the world around the Amethyst Mountains, Lamar Valley and Slough Creek, mark your own territory with your mate, raise and take care of your own pups, train, feed and defend them against all the hazards and enjoy your life in the wild. With all the beautiful visuals, amazingly addictive and quite exciting gameplay and all the hunting fun, WolfQuest is a fun Simulation to enjoy.
#3 Starters Orders 6 Horse Racing
Starters Orders 6 Horse Racing combines the elements of Strategy, Sports and Simulation developed and published by Strategic Designs Ltd. The game centers on the Racing Management system and lets you build your stable and organize your event. Purchase different horses, train them to participate in various racing events. When your horse become ready to race, then you need to take part in large racing events and compete against other riders to show off your skills and abilities. Win prize money by defeating other competitors and use them to purchase new horses at the sales and enhance your fund by betting on races. There are over hundred different jockeys, trainers and thousands of horses available to play and enjoy. As the game proceed, it becomes challenging. Unlock other horse breed, trainers or jockeys and dominate each and every match to become the master. With core features, brilliant mechanics and superb visuals, Starters Orders 6 Horse Racing is the best game to play and enjoy.
#4 The Sims 3: Pets
The Sims 3: Pets is the 5th Downloadable Content Pack for The Sims 3 and introduces pets like cats, dogs, horses and more developed by The Sims Studio and published by Electronic Arts. The game takes place in the new town called Appaloosa Plains in this Expansion Pack. The new town features building with new shops and stores. In the game, each pet has its special needs that the player has to complete at any cost. Horse Handler is the new professional in the match that the player can adopt. The player can create, control and customize hundreds of pets including cats, dogs, rabbits and more. Select the favorite pet, take care of it by feeding, bathing and caring. Explore the history of the town, find out treasure using the pets, unearth mysteries and capture rare pets. The pets of the player can learn skills such as a dog can learn to find collectibles, and the cat can learn to hunt. The Sims 3: Pets includes key features such as a variety of Adoptable Pets, Embark on Adventures, Pets can Learn Skills and more. Try it out.
#5 Odell Down Under
Odell Down Under is a Side-scroll, Educational, and Single-player Survival Simulation developed and published by MECC. The game takes place in the Great Barrier Reef and serves as the sequel to Odell Lake. In the game, you act as a fish with a task to manipulate the land, must eat, stay clean, and avoid being eaten by the predators to survive as long as possible. It has multiple modes and each offers its unique set of tasks to accomplish. In Tournament mode, you can select any fish to play, starting as the silver sprat and reaching the brutal white shark. In Practice mode, you have an option to select any fish from available and learn new techniques, tactics, and moves. It has multiple levels with increasing difficulties and the game rewards you with points which can be used to unlock upgrades fish. In the game, each fish has multiple preferences for food, and displace comprises nine screens, arranged in three levels from the top of the reef to the sandy bottom. Odell Down Under is the brilliant game for kids to play and enjoy.
#6 Planet Horse
Planet Horse is an exciting, Exploration, Open World, Horse Riding, and Single-player Simulation takes place in the detailed environment. In the game, the player can assume the role of the rider and he can get into the game world by selecting his horse from different breeds. The ultimate task is to take care of the horse by training, feeding, and riding. The game lets the player explore the massive world by riding on horseback and complete a series of challenging objectives. He must navigate obstacles, explore different and superb locations and earn experience points. With the use of experience points, the player buys different stuff and tools for his horse. There are different countries, and the game allows the player to select one of them to take part in tournaments and show his freeriding and jumping abilities. It has three different game modes and seven horse breeds to ride. Planet Horse offers exciting features such as dozens of exciting Scenes to Explore, different Breeds, Customization, and more. Try it out, and you’ll love it.