Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
same config for uefi and legacy
2019-05-03, 22:58
Post: #4
RE: same config for uefi and legacy
(2019-05-03 08:50)bluedark Wrote:  thanks for your help.

So I modify my config (i don't boot on http but on tftp) :
Again, this is an iPXE script, not a config,
And http was an example.

(2019-05-03 08:50)bluedark Wrote:  kernel wimboot
initrd -n BCD /tftpboot/bcd BCD
initrd -n boot.sdi /tftpboot/boot.sdi boot.sdi
initrd -n boot.wim /tftpboot/boot.wim boot.wim
boot
So if you have the same names you can just skip the extra names all together.

(2019-05-03 08:50)bluedark Wrote:  It works well in legacy but not in uefi. I still have to have 2 configurations.

For uefi:

kernel wimboot
initrd /tftpboot/BCD
initrd /tftpboot/boot.sdi
initrd /tftpboot/boot.wim
boot

This doesn't make sense.
What is the actual error you are seeing? Not just "It works well in legacy but not in uefi"

Both of these should work fine for both platforms, given that the files are the same and are known to work on both.

The only thing that I can think of is that you have something else going on or being loaded, you might want to try imgfree before this, or imgstat to show what is loaded.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: same config for uefi and legacy - NiKiZe - 2019-05-03 22:58



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