Boot Linux Over HTTP With netboot.me
Boot Linux Over HTTP With netboot.meVersion 1.0 This tutorial shows how you can boot Linux over HTTP with netboot.me. All that users need is Internet connectivity and a small program (gpxe) to boot the machine. This gpxe program provides network booting facility. netboot.me allows you to boot into the following distributions: Debian, Fedora, OpenSUSE, and Ubuntu. netboot.me provides gpxe images for USB sticks, CDs, and also for floppies, i.e., you can boot from a USB sticks, a CD, or a floppy. I do not issue any guarantee that this will work for you!
1 Getting netboot.meGo to http://www.netboot.me/gettingstarted and download the appropriate gpxe image. If you want to boot from a CD, just download the netbootme.iso file and burn it onto a CD, then boot from that CD. I want to use a USB stick here, so the procedure is a bit more complicated. I download the netbootme.usb file to my desktop: You should now find the netbootme.usb file on your desktop. Now plug in your USB stick - its icon should appear on the desktop as well:
Next open a terminal (Applications > Accessories > Terminal):
In the terminal, run mount to find out the device name of your USB stick: falko@falko-desktop:~$ mount In my case, it's /dev/sfd (mount point /media/disk). Before we can transfer the netbootme.usb image to the USB stick, we must unmount the USB stick. Right-click its icon on the desktop and select Unmount Volume...
... or run umount /media/disk in the terminal. Now we can transfer the netbootme.usb image to the USB stick as follows: sudo dd if=~/Desktop/netbootme.usb of=/dev/sdf That's it! We can now boot another computer from the USB stick.
|









Recent comments
11 hours 46 min ago
18 hours 27 min ago
22 hours 18 min ago
23 hours 56 min ago
1 day 8 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 22 hours ago
2 days 2 hours ago
2 days 2 hours ago