Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
failure of starting image after downloading it from https link
2019-06-21, 15:39
Post: #5
RE: failure of starting image after downloading it from https link
(2019-06-21 14:51)NiKiZe Wrote:  post your script,

try imgstat before boot to make sure nothing is loaded that shouldn't be and also double check filesize.
make sure you don't have any bootx64.efi loaded (it should be extracted from wim)

You might also want to use the BCD from https://github.com/NiKiZe/wimboot-bcd which simplifies (nullifies) the need for patching BCD by wimboot

I will try what u suggested and come back to you with the result and in the meanwhile here is my script
#!ipxe

cpuid --ext 29 && set arch amd64 || set arch x86

kernel wimboot
initrd ${arch}/Boot/BCD BCD
initrd ${arch}/Boot/boot.sdi boot.sdi
initrd ${arch}/sources/boot.wim boot.wim
imgtrust --allow
boot
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: failure of starting image after downloading it from https link - labba7 - 2019-06-21 15:39



User(s) browsing this thread: 1 Guest(s)