
OS-Independent Remote Network Boot? 25
driveLess asks: "Local hard disks are a pain, and I'd like to get rid of them. The problem? We have lots of computers running different OSes. Trying to support remote booting for every possible operating system would be a nightmare. The ideal solution would be a piece of hardware (PCI card, etc.) that emulated a drive at the block/sector level and fetched data over ethernet. The PC would think the drive was local, but it would actually be hosted on a server. Although this might sound easy, I haven't been able to find any practical way to do this. (iSCSI looks vaguely possible and might work someday, but it seems premature.) Has anyone else solved (or thought about) this problem?"
Haven't thought about it. (Score:1, Redundant)
"Has anyone else solved (or thought about) this problem?"
Nope.
First post.
Yes - already fixed- (Score:1)
http://cui.unige.ch/info/pc/remote-boot/howto.h
multi-os boot from network card for allmost
any os - nicely solved -
Ach. Me too. (Score:2)
I've looked into that sort of thing before, and came up nach.
I've seen a peice of software for windows that does this called boot-nic. [vci.com]It's not exactly cheap tho'... they seem to have this really dumb-ass idea where their market it. Quite sad really.
While linux isn't impossible to setup for remote booting, I don't know of any resonably priced solution for Windows 2000/XP.
Hmmm
They had some at my school a couple of years ago.. (Score:2)
Anyway, it was emulating a floppy disk (replaced drive A) until it could load enough network drivers to boot Windows 95 off a remote HD. Since the content was (AFAIR) simple DOS drivers for the NIC and a bootstrap for Windows (config.sys and autoexec.bat mostly), I don't see why you couldn't boot other OSs with it. Of course, I don't have a product name so it might be difficult to find it.
Re:They had some at my school a couple of years ag (Score:2)
Been around for years (Score:2, Informative)
WHat you have to do is (Score:1, Interesting)
I have never tried this before, but it should work in theory
In theory, In theory, doesn't communism work?
--Homer Simpson
Possible Answer (Score:3, Interesting)
I'd opt for booting a minimalist Linux over the network that starts Plex86 with a network image as the hard drive. In this manner, I suspect you can do damned near whatever you want, including emulating CD drives.
Sites: www.plex86.org [plex86.org]
bochs.sourceforge.net [sourceforge.net]
Fibre channel? (Score:1)
not for windows... (Score:2, Insightful)
Someone mentioned, boot dos and then load windows, could work for the 9X/ME line of windows.
I was reading Kuro5hin the other day and someone was describing his inside view of some microsoft work, and he did mention remote boot of win2k. But that might have been just remote install...
My best suggestion: get the code for the etherboot project(or whatever it is called, it open source...) and modify it with some hard drive emulation code. Those things load into memory just like a dos .sys file - ie they act like bios, just override the bios HD routines and run them throu the card... I don't know enough to do it, but would use the results if they exsisted.
Good Luck.
Everything you need automatically generated (Score:1)
Just pick your ethernet card and away you go.
PXE boot for Intel archs. (Score:2)
There's loads of stuff out there for Windows (Intel Landesk), Linux FreeBSD etc.
Depends on your NIC (Score:1)
PXE NICs are your best bet.
How many different OS's are you running? Must be nice to work with diversity!
Missing the boat. (Score:3, Insightful)
Think virtual hard drive and controller. Something that FOOLS the OS into thinking there's an actual, physical, grinding, chattering, clunking, blinking, belching, farting hard drive in the computer. Complete with cylinders, heads, sectors, earwax, and belly-button lint. Something that shows up as
I know of no PXE boot ROM, no terminal service, nothing of that sort that does this. If there is, we want to know!
What's the use for it? Well, I don't really know, and if I had one it would probably be in that big cardboard box in my garage but i'm sure it would be cool, and that's reason enough for me.
Re:Missing the boat.[NOT] (Score:2)
It's that there isn't what the poster wants.
And really, it doesn't *REALLY* require a special network-drive controller, he just wants diskless stations, and to support many.
He just suggested that a network-drive controller would be a way of killing more ducks with one gun.
Now, Tangentally, Here's another Idea I have:
Take Linux, add Wine, but using your current version of windows, use as many original DLLs as you can, thereby preserving as much Windows Code as possible.
Now, hang on flameboys, before you explode... If you are going to run Windows anyway, wouldn't it be nice if it were under Linux, if possible?
The question is: If you load Original MS DLL's into WINE, how compatable can you get?
I personally don't like to use VMWare when I don't have to, as it's not exactly the smoothest solution.
Remote Boot How-to (Score:1)
boot any thing you can image ( PC )
Linux
Windows ( All )
BSD
etc ----
with or without disks
serial controlled power strips (Score:1)
Course you still have to worry about graceful shutdowns, but in this case these were machines with no remote access (at the time) - like Windows and Mac machines, so there was simply no way of cleanly shutting them down.
Get a *REAL* computer (Score:1)
I once was considering attempting to get a pc to net boot, I gave up after a few hours of reading the documentation that read just as well as a if it had been written in klingon then translated to zulu.
Don't even get me started on some of the protocols needed (pxe which I have no clue about vs. bootp/dhcp + tftp & nfs).
So, if you want to net boot something, go out and invest in some sparcs, hppa's, sgi's, alpha's, or even mac's. You'll save yourself from soo much stress that way.
</rant>
IBM is developing it ! (Score:1)
What would it take for an OSS solution ? iBoot runs over iSCSI which will eventually be common. iSCSI would require a TCP/IP stack plus iSCSI BIOS extensions.
But maybe someday that will all be part of standard BIOS, and will work with motherboard ethernet. This is cool stuff, at least I think so (I submitted an iBoot story several weeks ago, but it wasn't accepted).
use a floppy drive? (Score:1)
If space is an issue, how about a cheap compact flash card hanging off your IDE cable? CF cards already have IDE electronics built in, and the interface to the ID connector is trivial (one pin needs to be shorted IIRC). Don't know if write-protection can be turned on and off by a network client though.