Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Live ISO over http
2013-12-02, 16:59
Post: #4
RE: Live ISO over http
Not a "workstation" per se, but a station to work at. The machines come equipped with 2GB of RAM (some may have 1GB). My ISO is ~260MB, which should be more than small enough.

Data persistence is not required. The goal is to deploy these for call-centre personnel. All they need is access to a browser and a calculator. I also want to have a single image for all workstations that gets loaded at boot. Any updates would just require the station to be rebooted (I'll likely script them to reboot during off-hours anyways).

I'll check your examples and get back if I have more questions.

Thanks.

(2013-11-29 23:29)robinsmidsrod Wrote:  Most likely you don't have enough memory on the machines to run everything in memory, so iSCSI or NFS is usually the way to go. You'd also need that for any kind of data persistence. You say workstations, so I'm assuming you'd like to be able to store something on these machines that actually survive a reboot. If so, you'll need somewhere to store it.

But your core problem is that when the Linux kernel has started up the memdisk memory is no longer available (only the Debian initrd is at that point available to the kernel). You'll therefore need to provide a network location for the rest of the files the livecd needs. Debian (and Ubuntu) uses a live system called casper, and you can find an example of how to boot it in my extensive menu linked from http://ipxe.org/examples. You can also find some general information about network booting at http://networkboot.org/ which you might find useful.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Live ISO over http - drewpy04 - 2013-11-28, 20:32
RE: Live ISO over http - drewpy04 - 2013-12-02 16:59
RE: Live ISO over http - amine - 2013-12-01, 21:51
RE: Live ISO over http - lawnmover - 2013-12-05, 13:25
RE: Live ISO over http - drewpy04 - 2013-12-09, 22:12
RE: Live ISO over http - antonym - 2013-12-28, 01:29
RE: Live ISO over http - zulinfi - 2016-06-29, 10:54



User(s) browsing this thread: 2 Guest(s)