V
V
Vitaly2016-08-02 17:00:34
linux
Vitaly, 2016-08-02 17:00:34

Is it possible to deploy an img system image using PXE boot?

All the best!
I'm trying to play with pxe boot :)
Here I have an image of the system in img format, will it be released immediately through pxe boot on a PC?
here is my pxelinux.cfg/default config :

default vesamenu.c32
    prompt 0
    menu title PXE Boot Menu
   
    

    label Boot from local drive
      menu label ^Boot from local drive
      menu default
      localboot 0
      timeout 150
      TOTALTIMEOUT 9000

    LABEL img_1
      MENU LABEL insatall img_1
      KERNEL vmlinuz
      APPEND append initrd=images/img_1/img_1.img

    LABEL img_2
      MENU LABEL install img_2
      KERNEL vmlinuz
      APPEND append initrd=images/img_2/img_2.img

Will it work, or do I need to fix something (code or format of the system image)?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question