grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PXE boot over NFS please


From: Andrey Borzenkov
Subject: Re: PXE boot over NFS please
Date: Mon, 2 Jun 2014 19:50:31 +0400

В Mon, 2 Jun 2014 18:14:31 +0300
Beeblebrox <address@hidden> пишет:

> 
> Grub already supports HTTP. Did you try it?
> >
> 
> Not yet. I was planning on getting around to that, but I had wanted to
> clarify the "NFS option" first. Can you advise what the syntax is for HTTP
> booting the kernel with loopback? Like this for example?
> 
> menuentry 'Ubuntu 13.04.iso' {
>   set root='http://192.168.2.1/tftp'

set root=http,192.168.2.1

>   set isofile="ubuntu-13.04.iso"
>   loopback loop http://192.168.2.1/tftp/$isofile

loopback loop0 ($root)/tftp/$isofile

>   linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile
> noprompt noeject
>   initrd (loop)/casper/initrd.lz    }
> 
> Regards.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]