Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WinPE Bad Magic, right names
2014-05-02, 17:42
Post: #9
RE: WinPE Bad Magic, right names
(2014-04-30 22:24)BirtyBassett Wrote:  
Code:
:dart
set base-url dart
kernel wimboot
initrd ${base-url}/bootmgr             bootmgr
initrd ${base-url}/boot/bcd
initrd ${base-url}/boot/boot.sdi       boot.sdi
initrd ${base-url}/sources/boot.wim    boot.wim

Spot the difference between the four initrd lines!

The second is missing the "bcd" argument, and should be:

Code:
initrd ${base-url}/bcd                 bcd

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
WinPE Bad Magic, right names - Luvan - 2013-11-12, 10:06
RE: WinPE Bad Magic, right names - mcb30 - 2014-05-02 17:42



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