[SOLVED] PXELinux + Wimboot + MS-RIS -> BUG?
|
2014-04-01, 11:54
Post: #2
|
|||
|
|||
RE: PXELinux + Wimboot + MS-RIS -> BUG?
(2014-04-01 08:44)KingBonecrusher Wrote: I think there is a "BUG" in wimboot. Iam using the same files of pxelinux on a windows based server and on an linux based server. On the linux system wimboot loads everything without any problem, on the windows system it fails with missing bootmgr.exe. After a lot of troubleshooting it could only be the slash and blackslash problem. The "bug" is in syslinux's com32/modules/linux.c, in the code Code: /* Forget the source path */ As can be seen, this code is attempting to find the filename by finding the last '/' character in the path. In the case of a path using backslashes, this will end up with "filenames" such as "pxelinux.cfg\images\winpe\boot.wim" rather than "boot.wim". Use normal (forward) slashes instead. The use of backslash as a path delimiter is an abomination. If your Windows server refuses to understand normal slashes as a path delimiter (which is unlikely; the Windows kernel will accept either normal slashes or backslashes), then you can use the "@filename" extension to "initrdfile" to explicitly specify a location. For example (untested): Code: LABEL wimbootpe Michael |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[SOLVED] PXELinux + Wimboot + MS-RIS -> BUG? - KingBonecrusher - 2014-04-01, 08:44
RE: PXELinux + Wimboot + MS-RIS -> BUG? - mcb30 - 2014-04-01 11:54
RE: PXELinux + Wimboot + MS-RIS -> BUG? - KingBonecrusher - 2014-04-01, 12:00
RE: PXELinux + Wimboot + MS-RIS -> BUG? - mcb30 - 2014-04-01, 12:02
RE: PXELinux + Wimboot + MS-RIS -> BUG? - KingBonecrusher - 2014-04-01, 12:52
RE: [SOLVED] PXELinux + Wimboot + MS-RIS -> BUG? - KingBonecrusher - 2014-04-01, 19:30
|
User(s) browsing this thread: 3 Guest(s)