On Fri, Jul 2, 2010 at 9:30 AM, sivakumar siva kumar <[email protected]> wrote: > > Hi all, > > I would like to install an os through gpxe using httpd servece. > > My setup like this. > > 1.I have web server which is running in linux. I mounted the iso image in > /var/www/html/. > > 2. I have created the dhcp server and through gpxe iso i am getting dhcp ips. > > 3. After getting the ipaddress i press ctl b from i am issuing the the > following cmd > > gPXE> kernel http://ipaddress/RH_5.5/insolinux/vmlinuz > http://ipaddress/RH_5.5/insolinux/vmlinuz......ok > gPXE> initrd ipaddress/RH_5.5/insolinux/initrd.img ramdisk_size=8265 > gPXE> append method http://ipaddress/RH_5.5/ > Append command is not found > gPXE> > > RH_5.5 is my folder where the iso is mounted.
"append" is not a gPXE command. It is a PXELINUX command, which you may have used previously to PXE install Linux. See here for the list of gPXE commands: http://etherboot.org/wiki/commandline I suggest trying: dhcp net0 kernel http://ipaddress/RH_5.5/insolinux/vmlinuz method http://ipaddress/RH_5.5/ initrd ipaddress/RH_5.5/insolinux/initrd.img boot Stefan _______________________________________________ gPXE mailing list [email protected] http://etherboot.org/mailman/listinfo/gpxe
