Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wimboot not showing windows 8 logo
2014-09-19, 08:53 (This post was last modified: 2014-09-19 09:13 by cckp.)
Post: #1
Information wimboot not showing windows 8 logo
when booting windows 8 PE with latest wimboot 2.2.4, I found that wimboot does not show windows 8 logo.
it shoes something like booting windows 7 instead.

then I tried many versions from git.ipxe.org/releases/wimboot
just found that some verion wimboot won't show windows 8 booting logo, the blue big window,
but some version does.

1.0.0 cpio error
1.0.1 cpio error
1.0.2 cpio error
1.0.3 ok
1.0.4 ok
1.0.5 error
1.0.6 error
2.1.0 error
2.2.0 error
2.2.1 error
2.2.2 error
2.2.3 error
2.2.4 error

with same 4 files : bootmgr bcd boot.sdi boot.wim

kernel wimboot
initrd /boot/bootmgr bootmgr
initrd /boot/bcd bcd
initrd /boot/boot.sdi boot.sdi
initrd /sources/boot.wim boot.wim

wimboot of version after 1.0.3 all can boot windows 8 PE.
but only version 1.0.3 and 1.0.4 can show windows 8 LOGO.
but latest wimboot support UEFI. and it shows windows 8 LOGO under UEFI.



so to boot windows 8 PE with win8 LOGO, must use wimboot 1.0.4/3 with normal BIOS,
and use wimboot latest 2.2.4 for UEFI

interesting. don't know why.



iseq ${platform} efi && goto efi ||

:bios
kernel ${base}/boot/tool/wimboot104
initrd ${base}/pxe/bootmgr.exe bootmgr.exe
initrd ${base}/boot/bcd bcd
initrd ${base}/boot/boot.sdi boot.sdi
initrd ${base}/sources/win81pe.wim boot.wim
goto next

:efi
kernel ${base}/boot/tool/wimboot224 pause
initrd --name bootx64.efi ${base}/bootx64.efi
initrd --name bcd ${base}/boot/bcd
initrd --name boot.sdi ${base}/boot/boot.sdi
initrd --name boot.wim ${base}/sources/win81pe.wim
goto next

:next

imgstat

prompt --key 0x02 --timeout 10000 Press Ctrl-B for the iPXE command line... ||


boot
Find all posts by this user
Quote this message in a reply
2014-09-19, 13:10
Post: #2
RE: wimboot not showing windows 8 logo
(2014-09-19 08:53)cckp Wrote:  when booting windows 8 PE with latest wimboot 2.2.4, I found that wimboot does not show windows 8 logo.
it shoes something like booting windows 7 instead.

That's not an error. It's a side effect of the workaround that wimboot applies for the bug in Windows 8 (and Windows Server 2012) to ensure that error messages can be displayed without having to guess the correct set of font files.

You can disable this workaround (which will result in your seeing the normal Windows 8 logo) by adding the "gui" parameter to the wimboot command line; see http://ipxe.org/wimboot#displaying_graph...t_messages.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
2014-09-19, 15:52
Post: #3
RE: wimboot not showing windows 8 logo
oh I remember I have seen this parameter and used it for some times. then I found "pause" parameter more useful and forgot the "gui" parameter. and I don't know exactly the real behavior of the "gui" parameter. now I see. thank you.
Find all posts by this user
Quote this message in a reply
2016-09-23, 09:40
Post: #4
RE: wimboot not showing windows 8 logo
I am having problem in my pc


"bootmgr is missing" this error show
Find all posts by this user
Quote this message in a reply
2016-09-27, 09:17
Post: #5
RE: wimboot not showing windows 8 logo
It take me 3 days to fix this issue
And I was finally found the Fix.
here is the link
if anybody wanna look

http://www.deskdecode.com/how-to-fix-boo...or-laptop/
Find all posts by this user
Quote this message in a reply
Post Reply 




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