beta-tester / RPi-PXE-Server

setup a Raspberry Pi as an PXE-Server
307 stars 63 forks source link

trying to use own iso's please can some one help #34

Closed adambro12 closed 3 years ago

adambro12 commented 3 years ago

hi can someone please help me as im trying to get my own iso's in the boot i cant get them in to folder and hange boot menu please can someone help or do step to step please and happy holadays

beta-tester commented 3 years ago

you created your own linux/windows ISO or you took an existing linux distro, that is not in my script included?

what did you tried already?

adambro12 commented 3 years ago

Not one I made its existing OS is like Windows install 7 and 10 and hired boot and active boot I've been thinking about making a pxe server for years and you script was just so nice and easy but I was trying to work out if I could put other iso or img in it Thank you for getting back to me Kind regards Adam

On Mon, 21 Dec 2020, 19:25 beta-tester, notifications@github.com wrote:

you created your own linux/windows ISO or you took an existing linux distro, that is not in my script included?

  • if it is an existinf distro, please give me a link to the webpage, maybe i can add it to my script
  • if it is your own custom ISO, what OS ist it (linux or windows), how big is the ISO does it support PXE boot, ...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beta-tester/RPi-PXE-Server/issues/34#issuecomment-749154259, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASHFJKNXV7YKINNPYMDAMFDSV6OMHANCNFSM4VEGTPWQ .

beta-tester commented 3 years ago

with the Windows ISO media there are two problems.

the way you can install windows over the network is to create a WinPE ISO (~400MB) that fully fits into the RAM. once the client has pxe booted the windows PE system, it can activate its network. and mount the share where your the windows 10 installation files are stored. something like:

wpeutil InitializeNetwork
net use N: \\pxe-server\srv guest /USER:guest
N:
cd windows10_install_files
setup.exe

for more information: Download and install the Windows ADK to create you own Windows PE iso. you nead at least the "Windows PE add-on for the ADK" to biuld your WinPE iso. Windows PE (WinPE)

in the script i have already a template for win-pe-x86 that will create a pxe menu entry as soon there is a ISO called win-pe-x86.iso available

PS.: you only can run the setupof a x64, if your Win-PE is also x64. so you have to create a x64 (amd64) ISO in case you want to install a windows 64bit version.

beta-tester commented 3 years ago

i added a tiny wiki that shows the steps to create a WinPE ISO https://github.com/beta-tester/RPi-PXE-Server/wiki/Create-a-WinPE-ISO and a video https://github.com/beta-tester/test/blob/master/Create_WinPE.mp4?raw=true

adambro12 commented 3 years ago

Tha k you I will have a look when I get home happy holidays

On Tue, 22 Dec 2020, 18:36 beta-tester, notifications@github.com wrote:

i added a tiny wiki that shows the steps to create a WinPE ISO https://github.com/beta-tester/RPi-PXE-Server/wiki/Create-a-WinPE-ISO and a video https://github.com/beta-tester/test/blob/master/Create_WinPE.mp4?raw=true

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beta-tester/RPi-PXE-Server/issues/34#issuecomment-749710031, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASHFJKLKXX7IGTQYROB2FNDSWDRJTANCNFSM4VEGTPWQ .

adambro12 commented 3 years ago

wow thank you got winpe working learnt something new and can use tftp for in stall now would this work https://www.aioboot.com/en/hirens-bootcd-pe/

On Tue, 22 Dec 2020 at 18:50, Adam Fairbrother adambro12@gmail.com wrote:

Tha k you I will have a look when I get home happy holidays

On Tue, 22 Dec 2020, 18:36 beta-tester, notifications@github.com wrote:

i added a tiny wiki that shows the steps to create a WinPE ISO https://github.com/beta-tester/RPi-PXE-Server/wiki/Create-a-WinPE-ISO and a video https://github.com/beta-tester/test/blob/master/Create_WinPE.mp4?raw=true

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beta-tester/RPi-PXE-Server/issues/34#issuecomment-749710031, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASHFJKLKXX7IGTQYROB2FNDSWDRJTANCNFSM4VEGTPWQ .

adambro12 commented 3 years ago

https://www.hirensbootcd.org/old-versions/

On Tue, 22 Dec 2020 at 20:18, Adam Fairbrother adambro12@gmail.com wrote:

wow thank you got winpe working learnt something new and can use tftp for in stall now would this work https://www.aioboot.com/en/hirens-bootcd-pe/

On Tue, 22 Dec 2020 at 18:50, Adam Fairbrother adambro12@gmail.com wrote:

Tha k you I will have a look when I get home happy holidays

On Tue, 22 Dec 2020, 18:36 beta-tester, notifications@github.com wrote:

i added a tiny wiki that shows the steps to create a WinPE ISO https://github.com/beta-tester/RPi-PXE-Server/wiki/Create-a-WinPE-ISO and a video https://github.com/beta-tester/test/blob/master/Create_WinPE.mp4?raw=true

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beta-tester/RPi-PXE-Server/issues/34#issuecomment-749710031, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASHFJKLKXX7IGTQYROB2FNDSWDRJTANCNFSM4VEGTPWQ .