On Thu, May 18, 2017 at 07:08:36PM +0100, Steve wrote:
> Thanks for the quick reply.
> I am booting from the ISO file itself which is on a multiboot USB drive.
> In previous versions, you could boot to the shell, mount the ISO as /mnt
> and then start the install by running unconfigured.sh.
> 
> So basically, if I boot to the shell, how can I start the install from the
> contents of the CD/ISO.
> 

you need to mount the contained squashfs files in the right order on the
right places, make an overlayfs and then bind mount the iso into that.
then you can chroot and run the unconfigured.sh script. basically do all
the steps that the initrd contained on the iso does ;)

_______________________________________________
pve-user mailing list
pve-user@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to