[gPXE] Linux instalation using linux iso image.
Stefan Hajnoczi
stefanha at gmail.com
Fri Jul 2 15:24:21 EDT 2010
On Fri, Jul 2, 2010 at 9:30 AM, sivakumar siva kumar
<td_sk at rediffmail.com> 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
More information about the gPXE
mailing list