|
boot.kernel.org(BKO) : Booting your machine over HTTP |
We envision following usage for BKO
| Q. |
Why it is slow?
|
| A. |
|
| Q. |
What about my privacy and security?
|
| A. |
We understand your concern, following clarifications should make matter clear for you. You are free to make any decision after that.
|
| Q. |
Why should I create BKO enabled USB?
|
| A. |
|
| A. |
gpxe.dsk are floppy disk images and can be used to boot from floppy or USB. there is no special disk layout for USB drives. Either they are unpartitioned devices (e.g., treated like a floppy disk without a partition table and just a boot block and filesystem) or they are treated more like hard disk drives (that is, they contain a partition table and an MBR, and each partition potentially contains a boot block and filesystem). USB devices can be booted either as floppy units or as hard disk units (depending on whether or not they are partitioned and whether the BIOS supports one or the other.) Some BIOSes will only boot USB devices that look like a floppy and some will only boot USB devices that look like a HD. Depending on your system, you can use gpxe.dsk or gpxe.usb |
| Q. |
I am behind firewall, Will BKO boot me?
|
| A. |
BKO is based on HTTPFS and it uses only valid HTTP requests. It means, if you have HTTP access, you can boot with BKO. It is expected that you can use Public DNS system as BKO is configured to use Public dns servers instead of the servers provided by user or DHCP. We will be soon fixing this problem. Till then, you are expected to have public DNS access. |
| Q. |
I just want to test BKO, without rebooting the system, Can I do it?
|
| A. |
If you want to just test our solution without rebooting, then we will recommend you to download the floppy image of gpxe, and use vmware, qemu or other virtualization solutions to boot from gpxe you downloaded. In case of qemu, you can use following command: qemu -fda gpxe.dskCertain older version of qemu do not work properly with gpxe, so we recommend vmware or latest qemu. In case of vmware, you just need to provide gpxe.dsk as floopy disk attached to the hardware and big enough RAM. You may not give any Harddisk. |
| Q. |
Any other protocols are supported?
|
| A. |
We are working on booting over iscsi protocol. iscsi gives better performance compared to httpfs, which makes it more desirable. We have implemented and deployed iscsi support for debian and Ubuntu on BKO. Support for other distributions is still in pipeline. |