Pxe stock.menu: Difference between revisions

From Alteeve Wiki
Jump to navigation Jump to search
(Created page with '{{header}} This is the stock install option files used in the PXE server tutorial. * Direct download: [https://alteeve.com/files/pxe/tftpboot/pxelinux.cfg/stock.menu st…')
 
No edit summary
 
Line 12: Line 12:
         MENU LABEL ^1) Install Fedora 14 x86_64 (As if from DVD)
         MENU LABEL ^1) Install Fedora 14 x86_64 (As if from DVD)
         KERNEL boot/f14/x86_64/vmlinuz
         KERNEL boot/f14/x86_64/vmlinuz
         APPEND initrd=boot/f14/x86_64/initrd.img method=http://192.168.1.254/f13/x86_64/img/
         APPEND initrd=boot/f14/x86_64/initrd.img method=http://192.168.1.254/f14/x86_64/img/


LABEL f14_x86_64_rescue
LABEL f14_x86_64_rescue
         MENU LABEL ^2) Install Fedora 14 x86_64 (Rescue Mode)
         MENU LABEL ^2) Install Fedora 14 x86_64 (Rescue Mode)
         KERNEL boot/f14/x86_64/vmlinuz
         KERNEL boot/f14/x86_64/vmlinuz
         APPEND initrd=boot/f14/x86_64/initrd.img method=http://192.168.1.254/f13/x86_64/img/ rescue
         APPEND initrd=boot/f14/x86_64/initrd.img method=http://192.168.1.254/f14/x86_64/img/ rescue


LABEL f14_i386
LABEL f14_i386
         MENU LABEL ^3) Install Fedora 14 i386 (As if from DVD)
         MENU LABEL ^3) Install Fedora 14 i386 (As if from DVD)
         KERNEL boot/f14/i386/vmlinuz
         KERNEL boot/f14/i386/vmlinuz
         APPEND initrd=boot/f14/i386/initrd.img method=http://192.168.1.254/f13/i386/img/
         APPEND initrd=boot/f14/i386/initrd.img method=http://192.168.1.254/f14/i386/img/


LABEL f14_i386_rescue
LABEL f14_i386_rescue
         MENU LABEL ^4) Install Fedora 14 i386 (Rescue Mode)
         MENU LABEL ^4) Install Fedora 14 i386 (Rescue Mode)
         KERNEL boot/f14/i386/vmlinuz
         KERNEL boot/f14/i386/vmlinuz
         APPEND initrd=boot/f14/i386/initrd.img method=http://192.168.1.254/f13/i386/img/ rescue
         APPEND initrd=boot/f14/i386/initrd.img method=http://192.168.1.254/f14/i386/img/ rescue
</source>
</source>


{{footer}}
{{footer}}

Latest revision as of 21:49, 10 November 2010

 AN!Wiki :: Pxe stock.menu

This is the stock install option files used in the PXE server tutorial.

# These are stock boot options. They will start an install as if the user had
# booted from a DVD or similar.

LABEL f14_x86_64
        MENU LABEL ^1) Install Fedora 14 x86_64 (As if from DVD)
        KERNEL boot/f14/x86_64/vmlinuz
        APPEND initrd=boot/f14/x86_64/initrd.img method=http://192.168.1.254/f14/x86_64/img/

LABEL f14_x86_64_rescue
        MENU LABEL ^2) Install Fedora 14 x86_64 (Rescue Mode)
        KERNEL boot/f14/x86_64/vmlinuz
        APPEND initrd=boot/f14/x86_64/initrd.img method=http://192.168.1.254/f14/x86_64/img/ rescue

LABEL f14_i386
        MENU LABEL ^3) Install Fedora 14 i386 (As if from DVD)
        KERNEL boot/f14/i386/vmlinuz
        APPEND initrd=boot/f14/i386/initrd.img method=http://192.168.1.254/f14/i386/img/

LABEL f14_i386_rescue
        MENU LABEL ^4) Install Fedora 14 i386 (Rescue Mode)
        KERNEL boot/f14/i386/vmlinuz
        APPEND initrd=boot/f14/i386/initrd.img method=http://192.168.1.254/f14/i386/img/ rescue

 

Any questions, feedback, advice, complaints or meanderings are welcome.
Alteeve's Niche! Enterprise Support:
Alteeve Support
Community Support
© Alteeve's Niche! Inc. 1997-2024   Anvil! "Intelligent Availability®" Platform
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions.