have different dists
[camarabuntu.git] / docs / pxe-boot-qemu
blobffc29ad32fec3d0fdf764f3e6121409ba696e23d
1 See network-qemu-instances-togeter first for how to connect several instances
2 together
4 Although there's a "-boot n" option in qemu > 0.9 which claims to do this, I've
5 never found it to work. It always just booted off the hard drive.
7 Instead boot off pxe-boot-qemu-cd.iso. eg:
9 qemu -hda foo.img -cdrom pxe-boot-cd.iso -boot d -net nic -net socket,connect=:8080
11 Obviously it's pointless to PXE boot if you don't have a network set up first