Linux (Debian) Mint network install starter.
Linux Mint is kind of taking of the reigns of being one of the most popular linux distros. Like installing any operating system the traditional way, you can run into roadblocks. For example, you may not be able to burn a linux cd, the machine you want to load linux on has a broken cd/dvd rom, or a host of other reasons. What we are about to do is what is known as pxeboot networking. Another words we will use a web server to get us started with a linux install on a system. Traditionally you actually had to have several servers to do the network install. You had to modify a Dhcp (Ipaddress servers) server, a Tftp (boot files) server, and among other systems which generally required a lot of setup and the blessing of the system administrator, I tried this with the python web server, but you have to have all the files in one directory from what I could see. I just did not want to take the time to do it. $ python -m SimpleHTTPServer I went ahead and used the ...