The reason I use ventoy at home is only about half my machines support netboot. On the other hand I set up a pxelinux server at work years ago after I got tired of constantly burning CD's or rewriting USB drives. Went from proof of concept to a pretty slick setup that ended up saving time and money. Definitely one of those things I'm happy I got to implement.
@@TechnoTim I agree that's pretty neat but it doesn't really save me anything over using ventoy, always good to have options like this for use at home or really anywhere though.
@@nadtz For sure! I hear you! Use what works best for you, not trying to convince you otherwise! 😄 I love Ventoy, don't get my wrong (have a video on it) but now I never need to worry about missing or old ISOs on my USB disk, it's always up to date using netboot xyz since it's fetched over the internet.
I gotta try this ...I mostly use Ventoy myself but I like distro hopping and with this having utilities on board it should make things simple and offer super quick access to the things I use. 🎉
Used it at my old job to manage all of the different versions of the custom ISOs that were delivered by the OS team. It worked great! They still use it today as it allows them to quickly debug new versions while keeping the current production version untouched.
I watched this because I love adding cool new features to my homelab. After watching you, it turns out I know NOTHING about computers... haha a lot of things out there to learn about! Good video Tim, thank you very much!
I just discovered your video accidentally and man... I can't express in anyway how could your ever helped me more!!! Since Windows 11 did not support WDS anymore, in my work we were kind of having issues to deploy Windows 11 images and now you just presented me a simple and elegant docker container solution that will actually save my life at work... Thanks a LOT!!! Awesome video!
This is so cool and easy to do. Thanks for the great tutorial! I just set up the server VM on my Promox host, configured pfSense and it works perfectly. One very minor thing I had happen though was 4GB of ram for my "netbooter" VM resulted in the error "Unable to find a live filesystem on the network" when trying to boot. I increased the ram to 8GB and it works as expected.
I wonder why it requires more than 4Gb allocated to the VM. That seems like an awful lot of RAM. What OS were you using? The only one I can think of that would require so much is MS Windows 10/Server 2019/2022.
I just want to give you my thanks for making me aware of this, I’ve always used PXE boot in a work environment but hadn’t considered it for home, I am really happy to have this now setup with help of this video!
I have tried many times to get standard PXE boot to work on my homelab and usually fail at the point it remounts root as rw. I've only gotten it usable twice, and both times took me absolutely *inordinate* amounts of time (even as far as Linux projects go, aka time sinks). And that's from having over 20 years experience in Linux. These days it's even harder with net + UEFI. So glad the netboot crew gave us this gem!
I just used this to rapid fix a vm on proxmox that was running through truenas and wouldn't boot from normal methods because of some persimmons issue that I didn't have time to fix. I was up and running within 10 minutes. Thanks Tim, this was a night saver!
I would put a proxy server in front of your local instance of NetBoot instead of a network cache behind it. The proxy could try your local cache for images and fail back to the hosted one. This would allow you to install any supported OS and gain a speed benefit for those your copied to your local instance. An added benefit is checking the access log of your proxy server to see exactly what images you should cache locally.
Succinct video as always. Easy to follow. This was the video that finally got me exploring PXE booting of VM images on my Proxmox host. Well done and greatly appreciated.
Thanks for the video, netboot is exactly what I was looking for as a replacement for my crusty pxelinux setup. One comment on the studio setup: Dynamic content in the background is very distracting. You want the viewers to pay attention to you, not staring at the videos in the background. I've been guilty of making the same mistake (these were color-changing lights in my case), until a friend working on professional productions pointed it out to me.
I was very skeptical about netboot at first, but as you mentioned there's a self-hosted option which doesn't require internet to work I got hooked immediately. Great video, will definitely try it out soon! Also, thanks a lot for including the subtitles❤
@@TechnoTim I'm not saying all of TH-cam is this way, but you put way more effort than probably 85% of the videos I watch on a daily basis. Very important for me as someone who is moderately hearing impaired. Big thanks from me, too. 👍
Thank you soooo much for covering this. I did learn how to operate this but it took way too long to understand and use it (took 3 months to figure out). Now I have this bookmarked for future reference
Weird thing when I was getting this setup and tested. The VM that I setup on ProxMox using 4GB of RAM just like you wouldn't install Pop_OS. Did some digging and found the solution was that the Live CD was too big to use 4GB of RAM. Upped to 8 and it worked after that. Not sure if you cut that step out of your tutorial here or the Pop_OS Live CD got bigger since then, but thought I would put that out there for anyone else having issues with it.
Glad I‘m reading this comment! I was not successful with Pop OS or Ubuntu Live CD due to error "curl: (23) failure writing output to destination". Now I have an indication how to fix it. I hope it will work.
Dude, thank you for this. I have wanted to setup pixie boot for my homelab for a while now but put it off because I thought it would be a pain in the a$$. Now if only there was a hybrid mode, download from internet if not cached instead of choosing…
Right...kind of like a "steamcache" server...have it download the image of your choosing once...and proxy it locally automatically One download, hundreds of "netboot uploads" but have it all cached and retained automatically w/o needing to select and download pre-config style
Awesome demo and explanation Tim. You just got a new subscriber. Cheers. I now have a project for the upcoming Christmas break. Looking forward to watching the video on the Windows install. Cheers.
Thank you for the video as always. I've been always wanting to do some sort of PXE boot option within my network but WDS is such a bare. Its always a pleasure noticing that you're into the same sort of ideas as me. Thank you again for your channel. I feel now not alone.
I love Ventoy. I have a stick set up with many OS's, as well as a bunch of drivers, common programs, and troubleshooting tools. Has come in handy many times now. Also keep all my OS ISOs backed up on my ProxMox server in case the stick fails.
I just bought an iodd St400 for this purpose. One USB drive with a GUI that allows you to install hundreds of distros onto it. It is not easy to use, but there are free solutions that you can do this with a thumb drive as well. That option is open source, and then you determine what OS you want installed via a text file.
Nice tut, but any iso does not work in my case. I even tried in proxmox VM. "Cannot mount /dev/loop0" or other error "netboot mounting tmpfs on /cdrom failed invalid argument" - have you meet this issue in our testing phase?
It's been an issue for almost 2 years now looking at the Github support section. Author seems to not care about correcting it and pass the issue off on others or doesn't respond. It would be a great solution if it actually worked properly. I've tried almost all of the LiveCD installs and they boot just fine, but they all fail the same way when you try to run the install.
Excellent. No wasted time, loads of information. An old time hacker salutes you. Will check the blog. I found the sideways cutting a distraction but that seems to be a thing now.
Hey there! I had an issue switching over to local assets trying to boot the live image. I would get a squashfs error saying it cant mount and gets stuck on BusyBox for PopOS for example.
Great stuff as always! I really appreciate that you have both the video and blog post linked on your videos, and this one was particularly timely for a project I'm doing
Ghost - that takes me back. I remember using the product before Symantec acquired it. It was awesome for setting up a fresh copy of the machines in our training labs for each weeks classes.
@@andrewr7820 was awesome wasn’t it I moved to Acronis. I used to be responsible for sorting a lot of the builds out for major travel agents and government departments in the UK so the ability to build loads of machines as quickly as possible was a must. KVMs. Space and power was our only real limitations
I started out thinking this isn't an improvement over Ventoy but custom installs and self hosting kinda do make the argument. It's not for me but it's certainly interesting.
Can you demo the version of this that is self hosted? I am not going to set up a network boot that boots from the internet....or any server not in my control
I don’t know how technology read my mind today. I was thinking of this but not searched a single thing. And here we are, a video full related to my thoughts.
It doesn't look like my existing consumer router has an option to specify TFTP/network boot. Will this only work with a pro-sumer / enterprise router? EDIT: Got it up and running by using my PiHole container as my DHCP server and adding dnsmasq entries as outlined in the docs :)
It is working perfectly while using the git hub live_endpoint. but while using caching with local server after booting and dowloading image it stuck with the error cannot mount /dev/loop0 in and redirected to initmfs console screen. how to solve this?
Got this working real quick thanks to your video, I'm running it on docker on my Synology NAS. Have OPNSense setup to use the pixie server. Typing this comment in Live Kali booted on my gaming rig without install. Nice!
Thanks Tim! Assuming you have heard this before... You look like (young) Johnny Depp. Your content is amazing Timward Dockerhands! Keep it up!! Cheers :)
Thanks for this! I wish someone would make a video on how to do Windows as well... I know it's on your blog post but some of us need a comprehensive walkthrough.
Wow !!!!! This is Tera Super Mega Awesome !! I will definitely start playing with this and implementing it in my home lab. Thank you Tim for another video with great and very useful content as always. Best regards !
@@hizzy1g392 just because something's running natively doesn't mean the entire machine must be exclusively for that purpose... docker people are convinced that running one service on a system immediately renders the system inoperable for any other purpose, that's silly...
Thank you for the feedback! Yes, I had some issues that weren't discovered until after I recorded. I know now what not to do for next time. It's a delicate balance between the background noise in my studio revamped and closing the gate.
@@TechnoTim You don't know the half of it mate, up until 6 months ago i was a builder, then i pulled an old server out of a skip and built a jellyfin server. I got hungry for more knowledge and quickly out grown the z600 i found and now ive created a monster :) I now have 3 Dell Servers r730 r620 r230 and host just about anything that tweaks my interest, the majority with the help of your videos.
Think of all the possibilities! At work we use a lot of 14 blade / 28 node chassis for k8s enviroments (rke / rke2 and rancher). We've made a playbook that utilizes an unattended install of centos (now migrating that to rocky). A couple scripts to address all the nodes to the DHCP (pxe) segment of the network, then we use ipmitools to set pxe at next boot and reboot the nodes, then the unattended install, then post install clean up and final addressing. Love me some good pxe tools, and this is pretty neat! Idk about for prod use (only since we're established in our ways) but I'll prob use this for home use. Thanks!
I use a device named the "iodd". Basically it's a usb device with a keyboard and screen. Once plugged into a computer, it spoofs itself as a DVD drive containing the ISO you selected.
I read the instructions on how to set it up for Windows and I think that it would be worthwhile to go through each of those steps in detail because I KNOW that people will use this as a “live” tutorial. (i.e. where do you install the Windows ADK to??? I read that in your instructions, but I am unclear as to where I am installing that to.) Clarifying each step in terms of what we are doing and why or what it will be used for would be super helpful. Thank you.
Awesome! In case you were looking for feedback though, my vote would be against using the webcam for the second angle :/ partially because of the monitor on the bottom half of the shot, and partially because then you are talking to the camera during those shots (which feels a bit awkward. Love your vids though! Keep it up
Great video. I rarely subscribe to channels anymore, but I did to yours. Well explained, went into depth in the parts others gloss by, and used clear terminology. Thanks to your video I also learned that my router does not support PXE booting and that that's why I haven't managed before! 👍
Any chance of being able to do this with a simple modem/router combo purchased at Best Buy? I have an arris sb 8300 and got stuck on the dhcp setup. I dont see any boot options in the menus 😔
Can you add a custom Windows 11 iso image? I run my own w10 and w11 images that are debloated already and would love to be able to spin up new machines with this tool
İ have a couple of questions about this 1)is it like an os 2)do you still need to erase data by switching os from the netbootxyz 3) is it reliable to put important data
Hey great video however missed my use case and that is i have heaps of ISO's however none covered in the livecd approach. Would have loved to see how you define booting to a given ISO
The reason I use ventoy at home is only about half my machines support netboot. On the other hand I set up a pxelinux server at work years ago after I got tired of constantly burning CD's or rewriting USB drives. Went from proof of concept to a pretty slick setup that ended up saving time and money. Definitely one of those things I'm happy I got to implement.
This even supports USB Booting to networkboot xyz so the best of both worlds!
@@TechnoTim I agree that's pretty neat but it doesn't really save me anything over using ventoy, always good to have options like this for use at home or really anywhere though.
@@nadtz For sure! I hear you! Use what works best for you, not trying to convince you otherwise! 😄 I love Ventoy, don't get my wrong (have a video on it) but now I never need to worry about missing or old ISOs on my USB disk, it's always up to date using netboot xyz since it's fetched over the internet.
If you know ventoy, why don´t you use iventoy for pxe?!?
I gotta try this ...I mostly use Ventoy myself but I like distro hopping and with this having utilities on board it should make things simple and offer super quick access to the things I use. 🎉
MASSIVE SHOUTOUT for the properly done closed captions! Thank you!
Thank you!!!
Used it at my old job to manage all of the different versions of the custom ISOs that were delivered by the OS team. It worked great! They still use it today as it allows them to quickly debug new versions while keeping the current production version untouched.
not take off. dead in the water on "Downloading NBP file..." and timeout. "tftp: client does not accept options" on server side
I've been trying to get PXE Boot to work for years. This is perfect. Thanks for the video.
I watched this because I love adding cool new features to my homelab. After watching you, it turns out I know NOTHING about computers... haha a lot of things out there to learn about! Good video Tim, thank you very much!
I just discovered your video accidentally and man... I can't express in anyway how could your ever helped me more!!! Since Windows 11 did not support WDS anymore, in my work we were kind of having issues to deploy Windows 11 images and now you just presented me a simple and elegant docker container solution that will actually save my life at work... Thanks a LOT!!! Awesome video!
hi Windows 11 dose support WDS I have it running on my WDS
Are you able to install windows with this...if yes plz share
This is so cool and easy to do. Thanks for the great tutorial! I just set up the server VM on my Promox host, configured pfSense and it works perfectly. One very minor thing I had happen though was 4GB of ram for my "netbooter" VM resulted in the error "Unable to find a live filesystem on the network" when trying to boot. I increased the ram to 8GB and it works as expected.
Thank you!! I had the same issue, increasing RAM to 8GB did fix it.
I wonder why it requires more than 4Gb allocated to the VM. That seems like an awful lot of RAM. What OS were you using? The only one I can think of that would require so much is MS Windows 10/Server 2019/2022.
I just want to give you my thanks for making me aware of this, I’ve always used PXE boot in a work environment but hadn’t considered it for home, I am really happy to have this now setup with help of this video!
i don't think i need this in my homelab but i want to try it. i guess this will be my next homelab project - thanks tim!
I have tried many times to get standard PXE boot to work on my homelab and usually fail at the point it remounts root as rw. I've only gotten it usable twice, and both times took me absolutely *inordinate* amounts of time (even as far as Linux projects go, aka time sinks). And that's from having over 20 years experience in Linux. These days it's even harder with net + UEFI. So glad the netboot crew gave us this gem!
I just used this to rapid fix a vm on proxmox that was running through truenas and wouldn't boot from normal methods because of some persimmons issue that I didn't have time to fix. I was up and running within 10 minutes. Thanks Tim, this was a night saver!
I would put a proxy server in front of your local instance of NetBoot instead of a network cache behind it. The proxy could try your local cache for images and fail back to the hosted one. This would allow you to install any supported OS and gain a speed benefit for those your copied to your local instance. An added benefit is checking the access log of your proxy server to see exactly what images you should cache locally.
Succinct video as always. Easy to follow. This was the video that finally got me exploring PXE booting of VM images on my Proxmox host. Well done and greatly appreciated.
Thanks for the video, netboot is exactly what I was looking for as a replacement for my crusty pxelinux setup.
One comment on the studio setup: Dynamic content in the background is very distracting. You want the viewers to pay attention to you, not staring at the videos in the background. I've been guilty of making the same mistake (these were color-changing lights in my case), until a friend working on professional productions pointed it out to me.
Thank you and thank you for the tip!
Lol. If the content is worthy, then background distractions don't really matter.
@@atlantic_love Dude, many millenials struggle to stay focused and it's only getting worse for younger generations.
@@FolklorCaduco Not a dude, lol.
@@atlantic_love K, dudette?
I was very skeptical about netboot at first, but as you mentioned there's a self-hosted option which doesn't require internet to work I got hooked immediately. Great video, will definitely try it out soon! Also, thanks a lot for including the subtitles❤
Thanks for sharing! Also, I always try to get the subtitles right but I am sure there are some typos!
@@TechnoTim I'm not saying all of TH-cam is this way, but you put way more effort than probably 85% of the videos I watch on a daily basis. Very important for me as someone who is moderately hearing impaired. Big thanks from me, too. 👍
self-hosted option ?!
@@ao4514it’s called using Docker, follow the steps in this video.
Thank you soooo much for covering this. I did learn how to operate this but it took way too long to understand and use it (took 3 months to figure out). Now I have this bookmarked for future reference
Instruction Unclear; Threw Out My Computer
23 years ago I made a boot floppy with boot meny to select NIC and pulled win 2000 install thru the network. installed win on over 300 workstations
Weird thing when I was getting this setup and tested. The VM that I setup on ProxMox using 4GB of RAM just like you wouldn't install Pop_OS. Did some digging and found the solution was that the Live CD was too big to use 4GB of RAM. Upped to 8 and it worked after that. Not sure if you cut that step out of your tutorial here or the Pop_OS Live CD got bigger since then, but thought I would put that out there for anyone else having issues with it.
Glad I‘m reading this comment! I was not successful with Pop OS or Ubuntu Live CD due to error "curl: (23) failure writing output to destination". Now I have an indication how to fix it. I hope it will work.
Dude, thank you for this. I have wanted to setup pixie boot for my homelab for a while now but put it off because I thought it would be a pain in the a$$. Now if only there was a hybrid mode, download from internet if not cached instead of choosing…
100% agreed! I thought that's how it worked but I will have something soon!
Right...kind of like a "steamcache" server...have it download the image of your choosing once...and proxy it locally automatically
One download, hundreds of "netboot uploads" but have it all cached and retained automatically w/o needing to select and download pre-config style
@@haydenc2742 Squid?
Awesome demo and explanation Tim. You just got a new subscriber. Cheers. I now have a project for the upcoming Christmas break. Looking forward to watching the video on the Windows install. Cheers.
I discovered this thing 2 months ago, but I didn't test my local repository yet. So, this video came as gold for me.
Thank you for the video as always. I've been always wanting to do some sort of PXE boot option within my network but WDS is such a bare. Its always a pleasure noticing that you're into the same sort of ideas as me. Thank you again for your channel. I feel now not alone.
Holy cow, what a timing! I was just to start building a Ventoy drive
I love Ventoy. I have a stick set up with many OS's, as well as a bunch of drivers, common programs, and troubleshooting tools. Has come in handy many times now. Also keep all my OS ISOs backed up on my ProxMox server in case the stick fails.
I just bought an iodd St400 for this purpose. One USB drive with a GUI that allows you to install hundreds of distros onto it. It is not easy to use, but there are free solutions that you can do this with a thumb drive as well. That option is open source, and then you determine what OS you want installed via a text file.
so much for linking to the docker setup
Nice tut, but any iso does not work in my case. I even tried in proxmox VM. "Cannot mount /dev/loop0" or other error "netboot mounting tmpfs on /cdrom failed invalid argument" - have you meet this issue in our testing phase?
It's been an issue for almost 2 years now looking at the Github support section. Author seems to not care about correcting it and pass the issue off on others or doesn't respond. It would be a great solution if it actually worked properly. I've tried almost all of the LiveCD installs and they boot just fine, but they all fail the same way when you try to run the install.
Excellent. No wasted time, loads of information. An old time hacker salutes you. Will check the blog.
I found the sideways cutting a distraction but that seems to be a thing now.
Hey there!
I had an issue switching over to local assets trying to boot the live image. I would get a squashfs error saying it cant mount and gets stuck on BusyBox for PopOS for example.
I can also see you have the same error but then you cut away at 21:35 . How did you fix this?
@@vibrantit-c5x having the exact same error and we need to know how to fix it!
also having this issue! @@TristanGrimaux
@technotim
same, ubuntu, debian, - only tails works, but I had to download iso by me own and upload to specific dir in container.
Great stuff as always! I really appreciate that you have both the video and blog post linked on your videos, and this one was particularly timely for a project I'm doing
This is amazing, miss the days of using PXE from the Norton Ghost and Acronis days certainly running this up this afternoon.
Ghost - that takes me back. I remember using the product before Symantec acquired it. It was awesome for setting up a fresh copy of the machines in our training labs for each weeks classes.
@@andrewr7820 was awesome wasn’t it I moved to Acronis. I used to be responsible for sorting a lot of the builds out for major travel agents and government departments in the UK so the ability to build loads of machines as quickly as possible was a must. KVMs. Space and power was our only real limitations
Easy peasy... Great walkthrough on getting everything up and running quickly. Thanks!
I have no idea what this video is. But I watched the entire thing. Thank you.
This is great! I would love to see a follow-up that configures lancache (or something else) instead of going the local route.
One thing you didn't cover: Custom ISOs. Can they be added?
I started out thinking this isn't an improvement over Ventoy but custom installs and self hosting kinda do make the argument. It's not for me but it's certainly interesting.
your voice is perfect
please do networking +
security + vids - CompTIA etc
😔🙏
Daaang, Tim! Great video... nice little project to work on a lazy Saturday ;)
Can you demo the version of this that is self hosted? I am not going to set up a network boot that boots from the internet....or any server not in my control
Bump... Also having a bit of trouble, not fully working for me.
Nice find, deployed on docker swarm! Thumbs up!
with this setup my distro hopping nightmare is never going to end lol
Finally. I can't believe it took this long. I used to program embedded thin clients.
Super cool, I've needed something like this for a long time, instead of usb
Awesome Tim Thank you for your insight. I really enjoy your videos. Have an awesome day my friend!
I don’t know how technology read my mind today. I was thinking of this but not searched a single thing. And here we are, a video full related to my thoughts.
It doesn't look like my existing consumer router has an option to specify TFTP/network boot. Will this only work with a pro-sumer / enterprise router?
EDIT: Got it up and running by using my PiHole container as my DHCP server and adding dnsmasq entries as outlined in the docs :)
Very useful information 🎉 thanks tim for sharing this video 🙏
Can I use it without router networkboot option?
Great stuff as always. Only issue left for now is to make it work in my multi-VLAN setup. DHCP Relaying is not enough, so it seems...
What's with the side frame that keeps looking like crap and you looking in a different direction... ? :|
Thank you kindly! Was in the process of lifting a Windows deployment server and services.
But this will do nicely!
It is working perfectly while using the git hub live_endpoint. but while using caching with local server after booting and dowloading image it stuck with the error cannot mount /dev/loop0 in and redirected to initmfs console screen. how to solve this?
also having this issue!
Man , this is great. I understood about 1% of this video, but, at least it proves my point that i am dumber than a box of rocks. Thanks for that.
This is do much better than Maas, which you showed before and which required them to provide us with images. Thanks for the info
the windows boot/install video for this docker would have been very helpful.
under Live CD, was there a Windows option?
Yup, I talked about it in here and it's documented on my blog (in the description)
Yet another awesome vid from technotim - thx bro!!
How have I not been subbed to you when I follow you on Twitter? Well, I changed that today.
Got this working real quick thanks to your video, I'm running it on docker on my Synology NAS. Have OPNSense setup to use the pixie server. Typing this comment in Live Kali booted on my gaming rig without install. Nice!
nice work!
Tip: the command "tree" shows the file structure recursively. Perfect for showing in tutorials
Thanks Tim! Assuming you have heard this before... You look like (young) Johnny Depp. Your content is amazing Timward Dockerhands! Keep it up!! Cheers :)
Thank you for your blogs and video ❤
Thanks for the demo and info, have a great day. This is awesome
Thanks for this! I wish someone would make a video on how to do Windows as well... I know it's on your blog post but some of us need a comprehensive walkthrough.
Thank you for this in-depth tour of this great tools.
What a great idea! I will do this in a container on my Synology NAS.
Appreciate the subtitles, as a near deaf guy.. :)
Good video Tim! Thank you for sharing it with us!💖👍😎JP
Thank you very much for this. Definitely subbed.
Awesome, thank you!
The command you were looking for was "shutdown -r now".
Hi there, excellent video, one question running this on synology using docker however not loading dashboard - what have I missed?
Wow !!!!! This is Tera Super Mega Awesome !! I will definitely start playing with this and implementing it in my home lab. Thank you Tim for another video with great and very useful content as always. Best regards !
1:32 - "I have a guide on Docker and I'll link to that in description below" - there are no any links to Docker guide in video description.
It's the 2nd link 😅
@@TechnoTim hm... but oh... I thought it was youtube link. Well, ok, thank you :)
As soon as I heard docker my mind said no no…. A setup like this doesn’t need that extra layer of complexity
"first you need a docker container." no, no you don't.
ok mom
To be fair, in the introduction he said „we’re going to use docker“. It’s a valid step to be able to use docker
Well, than use a complete server for just using netboot 😂
@@hizzy1g392 just because something's running natively doesn't mean the entire machine must be exclusively for that purpose... docker people are convinced that running one service on a system immediately renders the system inoperable for any other purpose, that's silly...
Why do people always use docker containers for every single thing you could use a computer for
Not sure if it's just me, but your audio seems a bit off. Either the compressor or the noise gate seems too harsh.
Not just you. Definitely seems like a real tight gate
Thank you for the feedback! Yes, I had some issues that weren't discovered until after I recorded. I know now what not to do for next time. It's a delicate balance between the background noise in my studio revamped and closing the gate.
@@TechnoTim great video otherwise! I've been toying around at a network boot setup for home use. I think I might go for it now.
Spot on! worked 1st time no messing about. Thanks
Glad it helped
@@TechnoTim You don't know the half of it mate, up until 6 months ago i was a builder, then i pulled an old server out of a skip and built a jellyfin server. I got hungry for more knowledge and quickly out grown the z600 i found and now ive created a monster :) I now have 3 Dell Servers r730 r620 r230 and host just about anything that tweaks my interest, the majority with the help of your videos.
Builder by day mega geek by night haha
Hi Tim, May I know what vscode extension you're using for the YAML indenting colors?
Seems to be tal7aouy.indent-colorizer
Great video! Awesome tool! Thanks a lot for the in depth instructions and demo.
Right time! Many thanks Sir! You're saver! Because Microsoft is changing MDT and WDS😤. So really thanks!
Think of all the possibilities! At work we use a lot of 14 blade / 28 node chassis for k8s enviroments (rke / rke2 and rancher). We've made a playbook that utilizes an unattended install of centos (now migrating that to rocky). A couple scripts to address all the nodes to the DHCP (pxe) segment of the network, then we use ipmitools to set pxe at next boot and reboot the nodes, then the unattended install, then post install clean up and final addressing. Love me some good pxe tools, and this is pretty neat! Idk about for prod use (only since we're established in our ways) but I'll prob use this for home use. Thanks!
Great ideas!
- This is super bright (c)
Me, watching the video and 3.30 am:
- YES IT IS
4 minutes into your video confirmed I should just keep using my USB boot method :(
I use a device named the "iodd".
Basically it's a usb device with a keyboard and screen.
Once plugged into a computer, it spoofs itself as a DVD drive containing the ISO you selected.
Did you go the docker route because the self hosted didn't quite work as expected or...? I am trying the self hosted and am running into some issues
Once you are in the PXE environment, can you use it to install an OS from say a hyperlink ? That would ROCK...
I read the instructions on how to set it up for Windows and I think that it would be worthwhile to go through each of those steps in detail because I KNOW that people will use this as a “live” tutorial.
(i.e. where do you install the Windows ADK to??? I read that in your instructions, but I am unclear as to where I am installing that to.)
Clarifying each step in terms of what we are doing and why or what it will be used for would be super helpful.
Thank you.
That's awesome Tim.
Thanks very much.
I am astonished, just found out about this and your channel. Loving what you do and how you explain the whole thing.
Amazing job, man! Thank you very much.
Glad you liked it!
Definitely useful tool. I'm going to try out asap. 😅
Awesome! In case you were looking for feedback though, my vote would be against using the webcam for the second angle :/ partially because of the monitor on the bottom half of the shot, and partially because then you are talking to the camera during those shots (which feels a bit awkward. Love your vids though! Keep it up
Great video. I rarely subscribe to channels anymore, but I did to yours. Well explained, went into depth in the parts others gloss by, and used clear terminology. Thanks to your video I also learned that my router does not support PXE booting and that that's why I haven't managed before! 👍
Any chance of being able to do this with a simple modem/router combo purchased at Best Buy? I have an arris sb 8300 and got stuck on the dhcp setup. I dont see any boot options in the menus 😔
Syslinux just being there: -_-
Can you add a custom Windows 11 iso image? I run my own w10 and w11 images that are debloated already and would love to be able to spin up new machines with this tool
300K+ people are this technical and deal with this much hassle for computer boots? wow I am surprised.
Hello, did you manage to get it working when VLANs are involved (netboot server is on different subnet than clients)?
İ have a couple of questions about this
1)is it like an os
2)do you still need to erase data by switching os from the netbootxyz
3) is it reliable to put important data
Hey great video however missed my use case and that is i have heaps of ISO's however none covered in the livecd approach. Would have loved to see how you define booting to a given ISO