grub-devel
[Top][All Lists]
Advanced

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

Re: Live-ISO's over PXE+HTTP using loopback


From: Beeblebrox
Subject: Re: Live-ISO's over PXE+HTTP using loopback
Date: Mon, 16 Feb 2015 09:25:13 +0200

Hi Andrei, thanks for the answer.

> You need to tell your kernel/initrd where to find ISO and it should be
> able to fetch data from it via HTTP.

I was advised on debian-live, "if ISO contains httpfs, you can boot by pointing 
the live initramfs to the iso location on your web server"; essentially the 
same thing you stated.

That's done by params in the "linux" line then? Something like this?
  loopback loop0 ($root)$path$isofile
  linux (loop0)/casper/vmlinuz.efi boot=casper fromiso=$isofile httpfs=$loop0
  initrd (loop0)/casper/initrd.lz  }

This is not working though, so:
* Should "fromiso=" be full path "($root)$path$isofile"?
* For "httpfs=", can loop0 be used or should I revert to "($root)$path$isofile"?
* Any other suggestions in above syntax appreciated.

Thanks and Regards.

-- 
FreeBSD_amd64_11-Current_RadeonKMS



reply via email to

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