Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cmd:boot [2012/03/24 19:28]
mcb30
cmd:boot [2012/03/24 19:38]
mcb30
Line 19: Line 19:
  
     boot http://​boot.ipxe.org/​demo/​boot.php     boot http://​boot.ipxe.org/​demo/​boot.php
- 
-=== Boot a Linux kernel with arguments === 
- 
-    boot http://​192.168.0.1/​vmlinuz vga=788 
  
 === Boot pxelinux === === Boot pxelinux ===
Line 31: Line 27:
  
     boot     boot
 +
 +=== Boot a Linux kernel with an initrd and arguments ===
 +
 +    imgfetch http://​192.168.0.1/​initrd.gz
 +    boot http://​192.168.0.1/​vmlinuz vga=788
  
 ===== Description ===== ===== Description =====
Line 69: Line 70:
 ===== Backwards compatibility ===== ===== Backwards compatibility =====
  
-In older versions of iPXE, you must use ''​chain''​ to download and boot a new image from a URI, and you must use ''​boot''​ or ''​imgexec''​ to boot an image that has already been downloaded.+In older versions of iPXE, you must use ''​chain'' ​when you want to download and boot a new image from a URI, and you must use ''​boot''​ or ''​imgexec'' ​when you want to boot an image that has already been downloaded.
  
 To maintain compatibility with existing scripts, you can specify a new name for the image using the deprecated ''​--name''​ option. To maintain compatibility with existing scripts, you can specify a new name for the image using the deprecated ''​--name''​ option.
  
cmd/boot.txt ยท Last modified: 2012/03/24 20:11 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.