The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Grub2 EFI + wimboot can boot WinPE ?
2015-11-03, 15:46
Post: #1
Grub2 EFI + wimboot can boot WinPE ?
At first I run Grub2 MBR (boot in legacy mode) and wimboot to start MSDART 8.0:
[undefined=undefined]menuentry "MSDART-8.0.iso" {
loopback loop /MSDART-8.0.iso
linux16 /wimboot
initrd16 \
newc:bcd:(loop)/Boot/BCD \
newc:boot.sdi:(loop)/Boot/boot.sdi \
newc:boot.wim:(loop)/sources/boot.wim
}

menuentry "MSDART-8.0 files" {
linux16 ($root)/wimboot
initrd16 \
newc:bcd:($root)/MSDART-8.0/BCD \
newc:boot.sdi:($root)/MSDART-8.0/boot.sdi \
newc:boot.wim:($root)/MSDART-8.0/boot.wim
}[/undefined]

Both versions have started fine. After that I tried to boot MSDART under Grub2 EFI. When pushing the menu flash disk was blinking like at Grub2 MBR booting, but in the end it wrote one line and going to reboot. This line disappears so quickly that I can not make out what it says. Adding "pause" parameter stops booting at black screen. The testing was held under Dell Optiplex 3020 with latest firmware - A09, wimboot - 2.5.1 signed.

So Grub2 EFI with wimboot can boot WinPE ?
Or there is a problem in something else ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Grub2 EFI + wimboot can boot WinPE ? - At1ant - 2015-11-03 15:46



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