Hello, I have the following problem. I am trying to pxeboot a virtual machine using Sun's Virtualbox. I am trying to experiment with the menu options of pxelinux and this is my pxelinux.cfg/default file. # generated by fai-chboot for host cdbexample with IP 172.16.31.200 default menu.c32 prompt 0 default fai-generated timeout 300 #ONTIMEOUT local MENU TITLE PXE Menu LABEL fai-generated MENU LABEL Fai Generated kernel vmlinuz-2.6.26-2-amd64 append initrd=initrd.img-2.6.26-2-amd64 ip=dhcp root=/dev/nfs nfsroot=172.16.31.23:/srv/fai/nfsroot boot=live FAI_FLAGS=verbose,sshd,createvt FAI_ACTION=install When I start the virtual machine, it is correctly able to identify that it must read the pxe information from the pxelinux.cfg/default file on the tftp server. However, no menu is displayed and the installation continues. Could anyone please help me in getting this menu displayed? Any help would be appreciated. Thank you very much! -- Regards, Swati
Lindgren Daniel
2010-Mar-12 05:19 UTC
[syslinux] PXELINUX menu is not displayed at start-up
> I have the following problem. I am trying to pxeboot a > virtual machine using Sun's Virtualbox. I am trying to > experiment with the menu options of pxelinux and this is my > pxelinux.cfg/default file. > > # generated by fai-chboot for host cdbexample with IP > 172.16.31.200 default menu.c32 prompt 0 default fai-generated > timeout 300 #ONTIMEOUT local > > MENU TITLE PXE Menu > > LABEL fai-generated > MENU LABEL Fai Generated > kernel vmlinuz-2.6.26-2-amd64 > append initrd=initrd.img-2.6.26-2-amd64 ip=dhcp > root=/dev/nfs nfsroot=172.16.31.23:/srv/fai/nfsroot boot=live > FAI_FLAGS=verbose,sshd,createvt FAI_ACTION=installThe first line should be several lines, like this: # generated by fai-chboot for host cdbexample with IP 172.16.31.200 default menu.c32 prompt 0 default fai-generated timeout 300 #ONTIMEOUT local Make sure that menu.c32 is in the same directory as pxelinux.0 on the TFTP server. http://syslinux.zytor.com/wiki/index.php/Menu Cheers, Daniel
Leenders, Peter
2010-Mar-12 10:00 UTC
[syslinux] PXELINUX menu is not displayed at start-up
Hello Swati, do you have only one entry in your pxe menu, if so try to add a second one. At least with older pxelinux versions the menu is only displayed if there are at least 2 entries. Peter Leenders -----Urspr?ngliche Nachricht----- Von: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] Im Auftrag von Swati Tiwari Gesendet: Freitag, 12. M?rz 2010 02:00 An: syslinux at zytor.com Betreff: [syslinux] PXELINUX menu is not displayed at start-up Hello, I have the following problem. I am trying to pxeboot a virtual machine using Sun's Virtualbox. I am trying to experiment with the menu options of pxelinux and this is my pxelinux.cfg/default file. # generated by fai-chboot for host cdbexample with IP 172.16.31.200 default menu.c32 prompt 0 default fai-generated timeout 300 #ONTIMEOUT local MENU TITLE PXE Menu LABEL fai-generated MENU LABEL Fai Generated kernel vmlinuz-2.6.26-2-amd64 append initrd=initrd.img-2.6.26-2-amd64 ip=dhcp root=/dev/nfs nfsroot=172.16.31.23:/srv/fai/nfsroot boot=live FAI_FLAGS=verbose,sshd,createvt FAI_ACTION=install When I start the virtual machine, it is correctly able to identify that it must read the pxe information from the pxelinux.cfg/default file on the tftp server. However, no menu is displayed and the installation continues. Could anyone please help me in getting this menu displayed? Any help would be appreciated. Thank you very much! -- Regards, Swati _______________________________________________ Syslinux mailing list Submissions to Syslinux at zytor.com Unsubscribe or set options at: http://www.zytor.com/mailman/listinfo/syslinux Please do not send private replies to mailing list traffic. ----------------------------------- Computacenter AG & Co. oHG, mit Sitz in Kerpen (Amtsgericht K?ln HRA 18096) Vertretungsberechtigte Gesellschafter: Computacenter Aktiengesellschaft, mit Sitz in K?ln (Amtsgericht K?ln HRB 28384) Vorstand: Oliver Tuszik (Vorsitzender), Dr. Karsten Freihube, Hans-Georg Freitag, Frank Kottmann, Reiner Louis Aufsichtsrat: Michael Norris (Vorsitzender) Computacenter Management GmbH, mit Sitz in K?ln (Amtsgericht K?ln HRB 28284) Gesch?ftsf?hrer: Ulrich Irnich, J?rgen Stauber Visit us on the Internet: http://www.computacenter.de Visit our Online-Shop: https://shop.computacenter.de This email is confidential. If you are not the intended recipient, you must not disclose or use the information contained in it. If you have received this mail in error, please tell us immediately by return email and delete the document. -----------------------------------
Gert Hulselmans
2010-Mar-12 23:50 UTC
[syslinux] PXELINUX menu is not displayed at start-up
Swati Tiwari wrote:> Hello, > > I have the following problem. I am trying to pxeboot a virtual machine > using > Sun's Virtualbox. I am trying to experiment with the menu options of > pxelinux and this is my pxelinux.cfg/default file. > > # generated by fai-chboot for host cdbexample with IP 172.16.31.200 > default menu.c32 > prompt 0 > default fai-generated > timeout 300 > #ONTIMEOUT local > > MENU TITLE PXE Menu > > LABEL fai-generated > MENU LABEL Fai Generated > kernel vmlinuz-2.6.26-2-amd64 > append initrd=initrd.img-2.6.26-2-amd64 ip=dhcp root=/dev/nfs > nfsroot=172.16.31.23:/srv/fai/nfsroot boot=live > FAI_FLAGS=verbose,sshd,createvt FAI_ACTION=install > > > When I start the virtual machine, it is correctly able to identify that it > must read the pxe information from the pxelinux.cfg/default file on the > tftp > server. However, no menu is displayed and the installation continues. > Could > anyone please help me in getting this menu displayed? > > Any help would be appreciated. Thank you very much! > > -- > Regards, > Swati > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. >You use the "default" keyword two times. Get a recent PXELINUX version (one that supports the UI keyword) and try this config: # generated by fai-chboot for host cdbexample with IP 172.16.31.200 UI menu.c32 prompt 0 default fai-generated timeout 300 #ONTIMEOUT local MENU TITLE PXE Menu LABEL fai-generated MENU LABEL Fai Generated kernel vmlinuz-2.6.26-2-amd64 append initrd=initrd.img-2.6.26-2-amd64 ip=dhcp root=/dev/nfs nfsroot=172.16.31.23:/srv/fai/nfsroot boot=live FAI_FLAGS=verbose,sshd,createvt FAI_ACTION=install - Gert Hulselmans
Thank you all very much for your help. I had the following problems. 1. No menu.c32 file in the tftp boot directory. I copied it there. 2. I had the "default" keyword twice in the file which I got rid of. Thanks again, really appreciate it! -- Regards, Swati