How to boot Windows ISO installation using PXE (without Windows AIK or whatever)
I have a Linux PXE server.
Can boot into Linux ISO installers using PXE with no problems.
But how can I do it with Windows ISO? Just start the installation. Without creating some stuff (winpe) under Windows.
I've extracted some files from image.iso/sources/boot.wim
/2/Windows/Boot/PXE/
to tftp root
pxeboot.com
wdsnbp.com (-> wdsnbp.0)
bootmgr.exe
Pointed kernel to (in pxelinux.cfg/default):
KERNEL wdsnbp.0
That's at least something that boots and gives:
Downloaded WDSNBP...
Architecture: x64
WDSNBP started using DHCP Referral.
Contacting Server: 10.0.0.1 (Gateway: 0.0.0.0)..
No response from Windows Deployment Services server.
Launching pxeboot.com...
TFTP download failed
Could not boot image: Error 0x00000001 (http://ipxe.org/00000001)
No more network devices
FATAL: Could not read from the boot medium! System halted.
What should I do to continue booting process?
I also created a Samba share with ISO contents, but how to connect all this?
All the tutorials I've found are either outdated or (most) require to create an additional boot image under Windows using its tools. Is it really so sad sad situation?
Update
For Linux ISO I have something like this:
KERNEL u1404/casper/vmlinuz.efi
APPEND boot=casper netboot=nfs nfsroot=10.0.0.1:/var/lib/tftpboot/u1404 initrd=u1404/casper/initrd.lz ip=dhcp --
/var/lib/tftpboot/u1404
is a mount point for Ubuntu 14.04 ISO
For Windows I stopped at this (and the error above) and don't know what exactly to do next:
KERNEL wdsnbp.0
And to clarify: the question is how to do it (configure PXE for Windows ISO) in Linux environment. If I was in a hurry I'd use WDS or some other Windows tools without a question.
linux windows iso-image pxe
add a comment |
I have a Linux PXE server.
Can boot into Linux ISO installers using PXE with no problems.
But how can I do it with Windows ISO? Just start the installation. Without creating some stuff (winpe) under Windows.
I've extracted some files from image.iso/sources/boot.wim
/2/Windows/Boot/PXE/
to tftp root
pxeboot.com
wdsnbp.com (-> wdsnbp.0)
bootmgr.exe
Pointed kernel to (in pxelinux.cfg/default):
KERNEL wdsnbp.0
That's at least something that boots and gives:
Downloaded WDSNBP...
Architecture: x64
WDSNBP started using DHCP Referral.
Contacting Server: 10.0.0.1 (Gateway: 0.0.0.0)..
No response from Windows Deployment Services server.
Launching pxeboot.com...
TFTP download failed
Could not boot image: Error 0x00000001 (http://ipxe.org/00000001)
No more network devices
FATAL: Could not read from the boot medium! System halted.
What should I do to continue booting process?
I also created a Samba share with ISO contents, but how to connect all this?
All the tutorials I've found are either outdated or (most) require to create an additional boot image under Windows using its tools. Is it really so sad sad situation?
Update
For Linux ISO I have something like this:
KERNEL u1404/casper/vmlinuz.efi
APPEND boot=casper netboot=nfs nfsroot=10.0.0.1:/var/lib/tftpboot/u1404 initrd=u1404/casper/initrd.lz ip=dhcp --
/var/lib/tftpboot/u1404
is a mount point for Ubuntu 14.04 ISO
For Windows I stopped at this (and the error above) and don't know what exactly to do next:
KERNEL wdsnbp.0
And to clarify: the question is how to do it (configure PXE for Windows ISO) in Linux environment. If I was in a hurry I'd use WDS or some other Windows tools without a question.
linux windows iso-image pxe
I don't think it's that easy to install windows from a PXE server that is not WDS, but WDS can load linux stuffs quite easily with a few modifications, if you have the ressources to do so, I'd suggest you to do that, at least, that's what I'd do.
– Stakhanov
Jun 16 '14 at 12:52
1
Well, thanks, I'll leave the question opened then to hear details if this is impossible and why or how to do it
– Sergey
Jun 16 '14 at 13:36
add a comment |
I have a Linux PXE server.
Can boot into Linux ISO installers using PXE with no problems.
But how can I do it with Windows ISO? Just start the installation. Without creating some stuff (winpe) under Windows.
I've extracted some files from image.iso/sources/boot.wim
/2/Windows/Boot/PXE/
to tftp root
pxeboot.com
wdsnbp.com (-> wdsnbp.0)
bootmgr.exe
Pointed kernel to (in pxelinux.cfg/default):
KERNEL wdsnbp.0
That's at least something that boots and gives:
Downloaded WDSNBP...
Architecture: x64
WDSNBP started using DHCP Referral.
Contacting Server: 10.0.0.1 (Gateway: 0.0.0.0)..
No response from Windows Deployment Services server.
Launching pxeboot.com...
TFTP download failed
Could not boot image: Error 0x00000001 (http://ipxe.org/00000001)
No more network devices
FATAL: Could not read from the boot medium! System halted.
What should I do to continue booting process?
I also created a Samba share with ISO contents, but how to connect all this?
All the tutorials I've found are either outdated or (most) require to create an additional boot image under Windows using its tools. Is it really so sad sad situation?
Update
For Linux ISO I have something like this:
KERNEL u1404/casper/vmlinuz.efi
APPEND boot=casper netboot=nfs nfsroot=10.0.0.1:/var/lib/tftpboot/u1404 initrd=u1404/casper/initrd.lz ip=dhcp --
/var/lib/tftpboot/u1404
is a mount point for Ubuntu 14.04 ISO
For Windows I stopped at this (and the error above) and don't know what exactly to do next:
KERNEL wdsnbp.0
And to clarify: the question is how to do it (configure PXE for Windows ISO) in Linux environment. If I was in a hurry I'd use WDS or some other Windows tools without a question.
linux windows iso-image pxe
I have a Linux PXE server.
Can boot into Linux ISO installers using PXE with no problems.
But how can I do it with Windows ISO? Just start the installation. Without creating some stuff (winpe) under Windows.
I've extracted some files from image.iso/sources/boot.wim
/2/Windows/Boot/PXE/
to tftp root
pxeboot.com
wdsnbp.com (-> wdsnbp.0)
bootmgr.exe
Pointed kernel to (in pxelinux.cfg/default):
KERNEL wdsnbp.0
That's at least something that boots and gives:
Downloaded WDSNBP...
Architecture: x64
WDSNBP started using DHCP Referral.
Contacting Server: 10.0.0.1 (Gateway: 0.0.0.0)..
No response from Windows Deployment Services server.
Launching pxeboot.com...
TFTP download failed
Could not boot image: Error 0x00000001 (http://ipxe.org/00000001)
No more network devices
FATAL: Could not read from the boot medium! System halted.
What should I do to continue booting process?
I also created a Samba share with ISO contents, but how to connect all this?
All the tutorials I've found are either outdated or (most) require to create an additional boot image under Windows using its tools. Is it really so sad sad situation?
Update
For Linux ISO I have something like this:
KERNEL u1404/casper/vmlinuz.efi
APPEND boot=casper netboot=nfs nfsroot=10.0.0.1:/var/lib/tftpboot/u1404 initrd=u1404/casper/initrd.lz ip=dhcp --
/var/lib/tftpboot/u1404
is a mount point for Ubuntu 14.04 ISO
For Windows I stopped at this (and the error above) and don't know what exactly to do next:
KERNEL wdsnbp.0
And to clarify: the question is how to do it (configure PXE for Windows ISO) in Linux environment. If I was in a hurry I'd use WDS or some other Windows tools without a question.
linux windows iso-image pxe
linux windows iso-image pxe
edited Jun 25 '14 at 20:52
Sergey
asked Jun 16 '14 at 10:54
SergeySergey
3642417
3642417
I don't think it's that easy to install windows from a PXE server that is not WDS, but WDS can load linux stuffs quite easily with a few modifications, if you have the ressources to do so, I'd suggest you to do that, at least, that's what I'd do.
– Stakhanov
Jun 16 '14 at 12:52
1
Well, thanks, I'll leave the question opened then to hear details if this is impossible and why or how to do it
– Sergey
Jun 16 '14 at 13:36
add a comment |
I don't think it's that easy to install windows from a PXE server that is not WDS, but WDS can load linux stuffs quite easily with a few modifications, if you have the ressources to do so, I'd suggest you to do that, at least, that's what I'd do.
– Stakhanov
Jun 16 '14 at 12:52
1
Well, thanks, I'll leave the question opened then to hear details if this is impossible and why or how to do it
– Sergey
Jun 16 '14 at 13:36
I don't think it's that easy to install windows from a PXE server that is not WDS, but WDS can load linux stuffs quite easily with a few modifications, if you have the ressources to do so, I'd suggest you to do that, at least, that's what I'd do.
– Stakhanov
Jun 16 '14 at 12:52
I don't think it's that easy to install windows from a PXE server that is not WDS, but WDS can load linux stuffs quite easily with a few modifications, if you have the ressources to do so, I'd suggest you to do that, at least, that's what I'd do.
– Stakhanov
Jun 16 '14 at 12:52
1
1
Well, thanks, I'll leave the question opened then to hear details if this is impossible and why or how to do it
– Sergey
Jun 16 '14 at 13:36
Well, thanks, I'll leave the question opened then to hear details if this is impossible and why or how to do it
– Sergey
Jun 16 '14 at 13:36
add a comment |
5 Answers
5
active
oldest
votes
Have you tried FOG project before? It has a prebuilt PXE server compatible with many versions of Ubuntu Linux. Heres a link
From what I remember, its still open source but they are an excellent project. I have done custom boots of either Barts Duke and Nuke ISO or Ultimate Boot CD (at the moment I cannot remember which one as the last time I was employed their was two years ago.) as a boot option from their PXE menu so I know it would help solve your problem if you only need to boot from an ISO instead of install an image. If you need to install an image its perfect for that too. From what I remember its a simple file change to add a boot option. Its all documented though on the website above. FOG is very powerful, my last job was using it for their main imaging solution. Here's an example where they boot ISO files by simply specifying a path to the ISO file:
https://wiki.fogproject.org/wiki/index.php/Edit_PXE_menu_to_create_sub_menus
It boots any ISO we gave it so far. Easy. It has an installer too.
add a comment |
Please follow this link https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-6957
add menu
default menu.c32
prompt 0
timeout 30
MENU TITLE Centos7Min PXE Menu
.....
MENU TITLE windows10 PXE Menu
LABEL windows10
MENU LABEL windows10
KERNEL /networkboot/memdisk
APPEND initrd=/iso/windows.iso
I hope this help
add a comment |
There are third party -Automated PXE Server Solution Accelerators- able to do exactly what you want but run in Windows.
Basically you extract the ISO content in a directory, you create a network share and the Automated PXE Server does the rest injecting the corresponding code within Boot.wim and automatically creating the corresponding boot menu entry for the booting PXE clients.
"the Automated PXE Server does the rest" that is no answer
– nass
Nov 12 '17 at 9:49
@nass the OP asks requiringWithout creating some stuff (winpe) under Windows
then my answer DEFINITELY is a valid answer. It seems you are pretty new here, probably you should read more before down-voting things that you do not really understand.
– Pat
Nov 12 '17 at 22:59
add a comment |
you can't diretly boot wim files, or iso files, even in Linux you not booting directrly from iso's, but via memdisk's/ramdisk's
Please read the information about Windows boot process :
http://technet.microsoft.com/en-us/library/cc771845(v=ws.10).aspx
install windows via Linux pxe servers it's very easy, no need WDS !
Actually I needed only to mount an ISO and point to some files in a config (for Linux ISO). For Windows.. please see update and if you know what to do - please write it.
– Sergey
Jun 25 '14 at 20:56
add a comment |
First you have create BootBCD (boot configuration data) file with bcdedit , which will boot wim file.
Second - you have to boot from pxeboot.n12 (renamed to pxeboot.0)
Third - my suggestion for you, would be to use Microsoft Deployment Toolkit (MDT) to automate windows install.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f769375%2fhow-to-boot-windows-iso-installation-using-pxe-without-windows-aik-or-whatever%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you tried FOG project before? It has a prebuilt PXE server compatible with many versions of Ubuntu Linux. Heres a link
From what I remember, its still open source but they are an excellent project. I have done custom boots of either Barts Duke and Nuke ISO or Ultimate Boot CD (at the moment I cannot remember which one as the last time I was employed their was two years ago.) as a boot option from their PXE menu so I know it would help solve your problem if you only need to boot from an ISO instead of install an image. If you need to install an image its perfect for that too. From what I remember its a simple file change to add a boot option. Its all documented though on the website above. FOG is very powerful, my last job was using it for their main imaging solution. Here's an example where they boot ISO files by simply specifying a path to the ISO file:
https://wiki.fogproject.org/wiki/index.php/Edit_PXE_menu_to_create_sub_menus
It boots any ISO we gave it so far. Easy. It has an installer too.
add a comment |
Have you tried FOG project before? It has a prebuilt PXE server compatible with many versions of Ubuntu Linux. Heres a link
From what I remember, its still open source but they are an excellent project. I have done custom boots of either Barts Duke and Nuke ISO or Ultimate Boot CD (at the moment I cannot remember which one as the last time I was employed their was two years ago.) as a boot option from their PXE menu so I know it would help solve your problem if you only need to boot from an ISO instead of install an image. If you need to install an image its perfect for that too. From what I remember its a simple file change to add a boot option. Its all documented though on the website above. FOG is very powerful, my last job was using it for their main imaging solution. Here's an example where they boot ISO files by simply specifying a path to the ISO file:
https://wiki.fogproject.org/wiki/index.php/Edit_PXE_menu_to_create_sub_menus
It boots any ISO we gave it so far. Easy. It has an installer too.
add a comment |
Have you tried FOG project before? It has a prebuilt PXE server compatible with many versions of Ubuntu Linux. Heres a link
From what I remember, its still open source but they are an excellent project. I have done custom boots of either Barts Duke and Nuke ISO or Ultimate Boot CD (at the moment I cannot remember which one as the last time I was employed their was two years ago.) as a boot option from their PXE menu so I know it would help solve your problem if you only need to boot from an ISO instead of install an image. If you need to install an image its perfect for that too. From what I remember its a simple file change to add a boot option. Its all documented though on the website above. FOG is very powerful, my last job was using it for their main imaging solution. Here's an example where they boot ISO files by simply specifying a path to the ISO file:
https://wiki.fogproject.org/wiki/index.php/Edit_PXE_menu_to_create_sub_menus
It boots any ISO we gave it so far. Easy. It has an installer too.
Have you tried FOG project before? It has a prebuilt PXE server compatible with many versions of Ubuntu Linux. Heres a link
From what I remember, its still open source but they are an excellent project. I have done custom boots of either Barts Duke and Nuke ISO or Ultimate Boot CD (at the moment I cannot remember which one as the last time I was employed their was two years ago.) as a boot option from their PXE menu so I know it would help solve your problem if you only need to boot from an ISO instead of install an image. If you need to install an image its perfect for that too. From what I remember its a simple file change to add a boot option. Its all documented though on the website above. FOG is very powerful, my last job was using it for their main imaging solution. Here's an example where they boot ISO files by simply specifying a path to the ISO file:
https://wiki.fogproject.org/wiki/index.php/Edit_PXE_menu_to_create_sub_menus
It boots any ISO we gave it so far. Easy. It has an installer too.
answered Jun 4 '15 at 22:37
jefferyjeffery
366
366
add a comment |
add a comment |
Please follow this link https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-6957
add menu
default menu.c32
prompt 0
timeout 30
MENU TITLE Centos7Min PXE Menu
.....
MENU TITLE windows10 PXE Menu
LABEL windows10
MENU LABEL windows10
KERNEL /networkboot/memdisk
APPEND initrd=/iso/windows.iso
I hope this help
add a comment |
Please follow this link https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-6957
add menu
default menu.c32
prompt 0
timeout 30
MENU TITLE Centos7Min PXE Menu
.....
MENU TITLE windows10 PXE Menu
LABEL windows10
MENU LABEL windows10
KERNEL /networkboot/memdisk
APPEND initrd=/iso/windows.iso
I hope this help
add a comment |
Please follow this link https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-6957
add menu
default menu.c32
prompt 0
timeout 30
MENU TITLE Centos7Min PXE Menu
.....
MENU TITLE windows10 PXE Menu
LABEL windows10
MENU LABEL windows10
KERNEL /networkboot/memdisk
APPEND initrd=/iso/windows.iso
I hope this help
Please follow this link https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-6957
add menu
default menu.c32
prompt 0
timeout 30
MENU TITLE Centos7Min PXE Menu
.....
MENU TITLE windows10 PXE Menu
LABEL windows10
MENU LABEL windows10
KERNEL /networkboot/memdisk
APPEND initrd=/iso/windows.iso
I hope this help
edited Dec 29 '18 at 17:27
answered Dec 29 '18 at 12:57
PathicPathic
1014
1014
add a comment |
add a comment |
There are third party -Automated PXE Server Solution Accelerators- able to do exactly what you want but run in Windows.
Basically you extract the ISO content in a directory, you create a network share and the Automated PXE Server does the rest injecting the corresponding code within Boot.wim and automatically creating the corresponding boot menu entry for the booting PXE clients.
"the Automated PXE Server does the rest" that is no answer
– nass
Nov 12 '17 at 9:49
@nass the OP asks requiringWithout creating some stuff (winpe) under Windows
then my answer DEFINITELY is a valid answer. It seems you are pretty new here, probably you should read more before down-voting things that you do not really understand.
– Pat
Nov 12 '17 at 22:59
add a comment |
There are third party -Automated PXE Server Solution Accelerators- able to do exactly what you want but run in Windows.
Basically you extract the ISO content in a directory, you create a network share and the Automated PXE Server does the rest injecting the corresponding code within Boot.wim and automatically creating the corresponding boot menu entry for the booting PXE clients.
"the Automated PXE Server does the rest" that is no answer
– nass
Nov 12 '17 at 9:49
@nass the OP asks requiringWithout creating some stuff (winpe) under Windows
then my answer DEFINITELY is a valid answer. It seems you are pretty new here, probably you should read more before down-voting things that you do not really understand.
– Pat
Nov 12 '17 at 22:59
add a comment |
There are third party -Automated PXE Server Solution Accelerators- able to do exactly what you want but run in Windows.
Basically you extract the ISO content in a directory, you create a network share and the Automated PXE Server does the rest injecting the corresponding code within Boot.wim and automatically creating the corresponding boot menu entry for the booting PXE clients.
There are third party -Automated PXE Server Solution Accelerators- able to do exactly what you want but run in Windows.
Basically you extract the ISO content in a directory, you create a network share and the Automated PXE Server does the rest injecting the corresponding code within Boot.wim and automatically creating the corresponding boot menu entry for the booting PXE clients.
answered Jun 17 '14 at 15:39
PatPat
2,5041021
2,5041021
"the Automated PXE Server does the rest" that is no answer
– nass
Nov 12 '17 at 9:49
@nass the OP asks requiringWithout creating some stuff (winpe) under Windows
then my answer DEFINITELY is a valid answer. It seems you are pretty new here, probably you should read more before down-voting things that you do not really understand.
– Pat
Nov 12 '17 at 22:59
add a comment |
"the Automated PXE Server does the rest" that is no answer
– nass
Nov 12 '17 at 9:49
@nass the OP asks requiringWithout creating some stuff (winpe) under Windows
then my answer DEFINITELY is a valid answer. It seems you are pretty new here, probably you should read more before down-voting things that you do not really understand.
– Pat
Nov 12 '17 at 22:59
"the Automated PXE Server does the rest" that is no answer
– nass
Nov 12 '17 at 9:49
"the Automated PXE Server does the rest" that is no answer
– nass
Nov 12 '17 at 9:49
@nass the OP asks requiring
Without creating some stuff (winpe) under Windows
then my answer DEFINITELY is a valid answer. It seems you are pretty new here, probably you should read more before down-voting things that you do not really understand.– Pat
Nov 12 '17 at 22:59
@nass the OP asks requiring
Without creating some stuff (winpe) under Windows
then my answer DEFINITELY is a valid answer. It seems you are pretty new here, probably you should read more before down-voting things that you do not really understand.– Pat
Nov 12 '17 at 22:59
add a comment |
you can't diretly boot wim files, or iso files, even in Linux you not booting directrly from iso's, but via memdisk's/ramdisk's
Please read the information about Windows boot process :
http://technet.microsoft.com/en-us/library/cc771845(v=ws.10).aspx
install windows via Linux pxe servers it's very easy, no need WDS !
Actually I needed only to mount an ISO and point to some files in a config (for Linux ISO). For Windows.. please see update and if you know what to do - please write it.
– Sergey
Jun 25 '14 at 20:56
add a comment |
you can't diretly boot wim files, or iso files, even in Linux you not booting directrly from iso's, but via memdisk's/ramdisk's
Please read the information about Windows boot process :
http://technet.microsoft.com/en-us/library/cc771845(v=ws.10).aspx
install windows via Linux pxe servers it's very easy, no need WDS !
Actually I needed only to mount an ISO and point to some files in a config (for Linux ISO). For Windows.. please see update and if you know what to do - please write it.
– Sergey
Jun 25 '14 at 20:56
add a comment |
you can't diretly boot wim files, or iso files, even in Linux you not booting directrly from iso's, but via memdisk's/ramdisk's
Please read the information about Windows boot process :
http://technet.microsoft.com/en-us/library/cc771845(v=ws.10).aspx
install windows via Linux pxe servers it's very easy, no need WDS !
you can't diretly boot wim files, or iso files, even in Linux you not booting directrly from iso's, but via memdisk's/ramdisk's
Please read the information about Windows boot process :
http://technet.microsoft.com/en-us/library/cc771845(v=ws.10).aspx
install windows via Linux pxe servers it's very easy, no need WDS !
edited Jun 25 '14 at 20:35
answered Jun 25 '14 at 20:26
poipoi
11
11
Actually I needed only to mount an ISO and point to some files in a config (for Linux ISO). For Windows.. please see update and if you know what to do - please write it.
– Sergey
Jun 25 '14 at 20:56
add a comment |
Actually I needed only to mount an ISO and point to some files in a config (for Linux ISO). For Windows.. please see update and if you know what to do - please write it.
– Sergey
Jun 25 '14 at 20:56
Actually I needed only to mount an ISO and point to some files in a config (for Linux ISO). For Windows.. please see update and if you know what to do - please write it.
– Sergey
Jun 25 '14 at 20:56
Actually I needed only to mount an ISO and point to some files in a config (for Linux ISO). For Windows.. please see update and if you know what to do - please write it.
– Sergey
Jun 25 '14 at 20:56
add a comment |
First you have create BootBCD (boot configuration data) file with bcdedit , which will boot wim file.
Second - you have to boot from pxeboot.n12 (renamed to pxeboot.0)
Third - my suggestion for you, would be to use Microsoft Deployment Toolkit (MDT) to automate windows install.
add a comment |
First you have create BootBCD (boot configuration data) file with bcdedit , which will boot wim file.
Second - you have to boot from pxeboot.n12 (renamed to pxeboot.0)
Third - my suggestion for you, would be to use Microsoft Deployment Toolkit (MDT) to automate windows install.
add a comment |
First you have create BootBCD (boot configuration data) file with bcdedit , which will boot wim file.
Second - you have to boot from pxeboot.n12 (renamed to pxeboot.0)
Third - my suggestion for you, would be to use Microsoft Deployment Toolkit (MDT) to automate windows install.
First you have create BootBCD (boot configuration data) file with bcdedit , which will boot wim file.
Second - you have to boot from pxeboot.n12 (renamed to pxeboot.0)
Third - my suggestion for you, would be to use Microsoft Deployment Toolkit (MDT) to automate windows install.
answered Jun 24 '14 at 20:04
poipoi
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f769375%2fhow-to-boot-windows-iso-installation-using-pxe-without-windows-aik-or-whatever%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don't think it's that easy to install windows from a PXE server that is not WDS, but WDS can load linux stuffs quite easily with a few modifications, if you have the ressources to do so, I'd suggest you to do that, at least, that's what I'd do.
– Stakhanov
Jun 16 '14 at 12:52
1
Well, thanks, I'll leave the question opened then to hear details if this is impossible and why or how to do it
– Sergey
Jun 16 '14 at 13:36