В Mon, 2 Jun 2014 18:14:31 +0300
Beeblebrox <zap...@berentweb.com> пишет:

> 
> 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.


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to