@george1421 said in Is it possible to use FOG to network boot/diskless as well? (or what tools could):
Well… the answer is a bit complex.
Could you do what you want with fog, yes.
Your limiting factor is not FOG, or the hardware its the target OS you want to netboot. If the target OS supports netbooting then the FOG environment would help you get there.
You can netboot most linux operating systems, with the exception of DOS based Windows systems and WinPE systems you can’t netboot MS Windows operating systems because they aren’t designed that way. MS WIndows based operating systems have hardware drivers that expect to talk to real hardware and not a virtualized storage system.
Other issues I can see is that if you want to create a ram disk for this virtualized disk, your system will need to have enough ram to support the in memory disk as well as enough RAM to run the OS. The linux OS FOG uses loads its kernel and virtual hard drive in memory and runs out of memory, that is why FOS executes so fast. All of that is transferred from the FOG server to the target over pxe and http protocols.
It is possible I don’t understand very well what i’m asking either. I remember playing around with a long time ago software that would both create ramdisks and mount network drives as local even under DOS. I can’t remember what it was called. My guess was that if a software could make ram/network seem like a hard drive transparent to the system, even though Windows wasn’t designed for it, it should use it the same. (possibly with issues at reboot time admittedly, but first thing sfirst) I assumed Windows was all file based, except for the loader pointing to it where to start on the hard drive. Alternately if there were software to make it look like block level storage.
I know there were OS specific ways to do this at least for XP (ATAPI over ethernet or something) where a remote drive on the network was mounted as local. But that’s only for XP. Hence I was wondering if there was some way that could work for more than one system.
One specific desire for this setup is basically for a low budget LANparty server which i’d like to set up at various conventions (sci fi, anime, etc) where instead of any worry about installing and such, you just have people load one ‘gaming image’ which boots the OS and a selection of games were playing already configured up, in the correct versions and similar, with less hassle. Where any spare mobo and gpu can add another station without needing another hard disk and going thru a full install to add it - just point to the network and boot. I’m told that alot of internet cafes use something similar for their gaming setups but I dont know what it is and am sure it’s not free.