I will try it. Thanks Oliver. -----Original Message----- From: Oliver Rath [mailto:[email protected]] Sent: Tuesday, 09 September, 2014 12:10 To: Wissam Shoukair; [email protected] Subject: Re: [ipxe-devel] Boot in IPv6
Hi Wissam, as written in http://www.ipxe.org/cmd/ifconf e.a. you should include a script into you binary i.e. in this way: #!ipxe # get an IPv6 address for first interface: ifconf --configurator ipv6 net0 # now include boot-sequenz i.e. for linux: kernel http://myinternalwebserver.lan/vmlinuz initrd http://myinternalwebserver.lan/initrd.img imgargs my_importantarguments_for_boot=thisarg boot So ipxe should download the files via ipv6 and boot. Hth Oliver Am 09.09.2014 um 10:50 schrieb Wissam Shoukair: > Thanks Oliver. > I flashed my ipxe-binary, compiled with the build option NET_PROTO_IPV6. > What do I need to do now, in order to get the ipxe to boot (or even get an > IP) over IPv6 protocol? > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Oliver Rath > Sent: Tuesday, 09 September, 2014 11:26 AM > To: [email protected] > Subject: Re: [ipxe-devel] Boot in IPv6 > > Hi Wissam, > > there is no official standard yet for pxe-booting over IPv6. So you have to > look into your Bios for IPv6-pxe-availability and configure it for loading a > i.e. undionly.kpxe-file via IPv6 over tftp. > > Then you can proceed with ipxe in the new IPv6-way. > > If your network cards supports flashing an ipxe-binary, you can try > generating a bootrom for your card. > > Hth, > Oliver > > > Am 09.09.2014 um 10:18 schrieb Wissam Shoukair: >> Hi all, >> >> I'm new to the IPv6 interface in iPXE. How I can boot only over IPv6 ? >> >> >> >> Thanks, >> >> Wissam Shoukair >> >> >> >> _______________________________________________ >> ipxe-devel mailing list >> [email protected] >> https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel >> > > > -- > GreenUnit.UG > Agnes-Pockels-Bogen 1 > D - 80992 München > Tel.: +49 89 8905729-15 > Fax: +49 89 8905729-29 > mailto:[email protected] > > Geschäftsführer: Dipl.-Ing. Günter Rath Amtsgericht München, HRB > 187881 > Internet: www.greenunit.de > _______________________________________________ > ipxe-devel mailing list > [email protected] > https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel > -- GreenUnit.UG Agnes-Pockels-Bogen 1 D - 80992 München Tel.: +49 89 8905729-15 Fax: +49 89 8905729-29 mailto:[email protected] Geschäftsführer: Dipl.-Ing. Günter Rath Amtsgericht München, HRB 187881 Internet: www.greenunit.de _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

