This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== Get PXE Knife working with QEMU ====== If you dont know what is PXE Knife, better visit [[http://pxeknife.erebor.org/]] because I will be assuming you know all on that site. ===== Get PXE Knife working with QEMU with tftp ===== - Downloaded [[http://pxeknife.erebor.org/releases/pxeknife-0.0.2.tar.gz]] at ///home/myname/pxeknife/// - unpacked it in ///home/myname/pxeknife/// - You will also need PXELinux [[http://syslinux.zytor.com/wiki/index.php/PXELINUX]] <code> $ cd /home/myname/pxeknife/pxeknife/ $ cp /usr/lib/syslinux/pxelinux.0 . $ cp /usr/lib/syslinux/*.c32 . $ cp /usr/lib/syslinux/memdisk . $ mkdir pxelinux.cfg $ vi pxelinux.cfg/default </code> Tried using http://syslinux.zytor.com/wiki/index.php/Development/Testing but no success yet.\\ Commands tried <code> $ cd gpxe/bootables/ $ qemu-img create -f raw testing.img 10M </code> Now, trying different commands <code> $ qemu -net nic -net user -boot n -hda ./testing.img -bootp /pxelinux.0 -tftp /home/minix-pravin/Etherboot/v2/pxeknife/pxeknife/ No valid PXE rom found for network device </code> Above error came for qemu version 0.9.1 <code> $ qemu QEMU PC emulator version 0.9.1, Copyright (c) 2003-2008 Fabrice Bellard </code> Here is the code which is working for <code> qemu -net nic -net user -boot n -hda ./testing.img -bootp /pxelinux.0 -tftp /home/pravin/Etherboot/v2/pxeknife/pxeknife/ </code> for following version of qemu version qemu version 0.10.0 <code> $ qemu QEMU PC emulator version 0.10.0, Copyright (c) 2003-2008 Fabrice Bellard </code> <code> $ tree /home/myname/pxeknife/pxeknife/ . |-- boot_managers | |-- boot_managers.conf | `-- sgd_0.9450_english.img |-- drubcd.img |-- hard_drive_utils | |-- cloning | | |-- g4u-2.2.hdiso | | |-- g4u-2.2.iso | | `-- hd-cloning.conf | |-- diagnosis | | |-- hd-diagnosis.conf | | |-- mhdd32.igz | | `-- salvation_hdd_scan_repair.igz | |-- hd.conf | |-- manufacturer | | |-- fujitsu | | | `-- hd-manu-fujitsu.conf | | |-- hd-manufacturers.conf | | |-- ibm_hitachi | | | |-- dft.igz | | | |-- hd-manu-ibm_hitachi.conf | | | `-- ibmft.igz | | |-- maxtor_quantum | | | |-- hd-manu-maxtor_quantum.conf | | | |-- maxblast.igz | | | `-- powermax.igz | | |-- samsung | | | |-- hd-manu-samsung.conf | | | `-- ssdm.igz | | |-- seagate | | | |-- discwiz.igz | | | |-- diskmgr.igz | | | |-- hd-manu-seagate.conf | | | `-- seatool3.igz | | `-- western_digital | | |-- datalife.igz | | |-- dlgudma.igz | | `-- hd-manu-western_digital.conf | `-- wiping | |-- dban.igz | `-- hd-wiping.conf |-- knoppix | |-- 5.0.1 | | |-- miniroot.gz | | `-- vmlinuz | `-- knoppix.conf |-- linux_boot_disks | |-- basiclin.igz | |-- linux_boot_disks.conf | |-- rip.img | |-- tomsrtbt.igz | `-- trinux.igz |-- memory_test | |-- docmem1.igz | |-- docmem2.igz | |-- memory_test.conf | |-- memtest.igz | |-- memtest86+ | | `-- memtest86+-1.65 | |-- tm4.igz | `-- windiag.igz |-- ntfs_tools | |-- ntfs4dos.img | |-- ntfs_tools.conf | `-- offline_nt | `-- cd060213 | |-- initrd.cgz | |-- scsi.cgz | `-- vmlinuz |-- pxeknife.conf |-- random_utils | |-- madboot.igz | `-- random_utils.conf |-- system_information | |-- nssi.igz | |-- pcisniffer.igz | `-- system_information.conf `-- ubcd-images |-- fd288ara.igz |-- fd32rdp.igz |-- fdmsrrc.igz |-- fdnwd288.igz `-- fdubcd.img 23 directories, 60 files $ </code>


Navigation

* [[:start|Home]] * [[:about|About our Project]] * [[:download|Download]] * [[:screenshots|Screenshots]] * Documentation * [[:howtos|HowTo Guides]] * [[:appnotes|Application Notes]] * [[:faq:|FAQs]] * [[:doc|General Doc]] * [[:talks|Videos, Talks, and Papers]] * [[:hardwareissues|Hardware Issues]] * [[:mailinglists|Mailing lists]] * [[http://support.etherboot.org/|Bugtracker]] * [[:contributing|Contributing]] * [[:editing_permission|Wiki Edit Permission]] * [[:wiki:syntax|Wiki Syntax]] * [[:contact|Contact]] * [[:relatedlinks|Related Links]] * [[:commerciallinks|Commercial Links]] * [[:acknowledgements|Acknowledgements]] * [[:logos|Logo Art]]

QR Code
QR Code wiki:qemupxeknife (generated for current page)