The Ultimate PXE Boot Server in Action!

  Рет қаралды 11,870

Distro Domain

Distro Domain

Күн бұрын

In this video I show you how to install and configure a netboot.xyz PXE server with online and offiline/local assets for all your deployment needs!
######### Commands used #########
######### Installing Docker #########
yum install -y yum-utils
yum-config-manager --add-repo download.docker.com/linux/cen...
yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
systemctl enable docker
systemctl start docker
######### Install vim #########
dnf install vim
######### Docker Compose #########
---
services:
netbootxyz:
image: lscr.io/linuxserver/netbootxyz:0.7.0-ls139
container_name: netbootxyz
environment:
- PUID=1000
- PGID=1000
- TZ=America/Toronto
- MENU_VERSION=2.0.75
- PORT_RANGE=30000:30010
- SUBFOLDER=/
volumes:
- ./config:/config
- ./assets:/assets
ports:
- 3000:3000
- 69:69/udp
- 8080:80
restart: unless-stopped
######### Start the container #########
docker compose up -d
0:00 - installing docker
1:08 - netbootxyz docker compose
3:50 - netbootxyz web interface
4:39 - DHCP configuration
6:56 - booting from pxe server
8:29 - pxe booting to rocky linux
11:07 - pxe booting to debain
11:40 - booting locally
13:26 - pxe booting debian 12 live cd
14:24 - pxe booting gparted utility
#netbootxyz #docker #pxe #rockylinux #linux #opensource

Пікірлер: 26
@YofuMedia
@YofuMedia 6 ай бұрын
Thanks you for sharing, I was totally into it !!! you deserve more followers!!!
@distrodomain
@distrodomain 6 ай бұрын
Thank you for watching! :)
@mspencerl87
@mspencerl87 5 ай бұрын
Bro, we got the same damn tattoos 😂 Mine's a little different but I have three black bands around my forearm
@distrodomain
@distrodomain 5 ай бұрын
Right on!, thank you for watching! :)
@kdessinger
@kdessinger 5 ай бұрын
That's great and all but I have a single ISO file that I want to boot from the network. It's Hiren's Boot Disk PE V1.0.1. I understand how to upload it to the Assets folder but how do I get it to show up in my boot menu? It get super confusing when you try and do it this way.
@distrodomain
@distrodomain 5 ай бұрын
For passing a simple iso to boot from, take a look at the project iventoy, it's also simple to setup and you can pass any iso to boot from the network, let me now if you would like to see a video about it, thanks for watching! :)
@adkhamsec553
@adkhamsec553 3 ай бұрын
Tank you for sharing this great video. I have e few questions related to this, is it possible to install Custom iso files and won't be any problems with small RAM space (ex. 4GB)? And the last question is is it possible to automate the installation of the iso file(configuring the network, setting up the user and password and so on...)?
@adkhamsec553
@adkhamsec553 3 ай бұрын
For extra info I am trying to install Ubuntu live server through the Cloud-Init method but it returns the no space left on the disk(RAM), it allows only less then half of the space of the RAM, my RAM is 4GBs and the iso file weights almost 2 GBs, to be honest I am stuck in this several months😮‍💨😮‍💨😮‍💨
@distrodomain
@distrodomain 3 ай бұрын
Just for loading ISO files through pxe I recommend iVentoy it's a more simple solution, netboot.xyz if more customizable but it has a steeper learning curve. thank you for watching! :)
@Jonathan-vx2qj
@Jonathan-vx2qj 3 ай бұрын
Couldn’t you also have the dhcp server in a docker container as well? I don’t have a windows license or the desire to go to all the trouble of configuring Active Directory services for my homelab.
@distrodomain
@distrodomain 3 ай бұрын
Yes, this can be achieved on the same vm with docker, the windows example was only for those who want to use this in a domain enviroment, I did the example of also using unifi firewall to achive this, if your current dhcp server supports (home router or firewall), that would be the simpliest way to configure it. thank you for watching.
@Jonathan-vx2qj
@Jonathan-vx2qj 3 ай бұрын
@@distrodomain I made a pfSence machine in proxmox. it's weird though I mean I can get a VM to pxe boot to the xyz menu but that's it. no mater what i select I cannot get the files. even if I put them locally and change the ipxe file like you did it doesn't work using local/offline assets. My physical "DHCP server" router supports literally nothing, I cannot change any settings except the range. So I turned off the DHCP. I get my address from pfsense on the proxmox box.
@distrodomain
@distrodomain 3 ай бұрын
hmm pfsense is a good solution, if you are on the menu the pxe/dhcp part is working, are you able to browse the web server of netbootxyz?
@user-tg6jn7ej6r
@user-tg6jn7ej6r 4 ай бұрын
Thank you for the information. I need to Install Windows server 2019 from PXE how can we do that?
@distrodomain
@distrodomain 3 ай бұрын
I will create a future guide on this, for the moment this is a good read and start netboot.xyz/docs/kb/pxe/windows/ let me know if it helps, thank you for watching! :)
@e99g
@e99g 5 ай бұрын
Please make a follow up upon Windows 11/10/7 Boot. Thanks
@distrodomain
@distrodomain 5 ай бұрын
I'll add it to the list, thanks for watching! :)
@SuperHousemusic19
@SuperHousemusic19 7 күн бұрын
Try Windows pxe boot, and how to add a iso that is not listed on defaults
@distrodomain
@distrodomain 4 күн бұрын
I'm prepearing a followup video with more advanced features, stay tuned!
@yuqiao2397
@yuqiao2397 Ай бұрын
What if my router doesn't have an option to setup DHCP network boot?
@distrodomain
@distrodomain Ай бұрын
In that case you will have to setup a dhcp server, here is some documentation about it netboot.xyz/docs/booting/tftp thank you for wtching!
@nickprober8055
@nickprober8055 5 ай бұрын
why would you need to do this on mac. macs are nowhere in the professional workplace, huge thumbs down on this one.
@distrodomain
@distrodomain 5 ай бұрын
The setup was done on a linux server virtual machine, I'm connecting to the virtual machine via ssh with my mac, you can do this if you are on windows by connecting to the linux machine using power shell too, here is a video on how to setup the linux virtual machine, kzbin.info/www/bejne/bV7QZGyIYtxrlcU thank you for the feedback.
@tomspettigue8791
@tomspettigue8791 4 ай бұрын
Lol yeah they are
@BinkersGaming
@BinkersGaming 4 ай бұрын
your just upset that he has a mac and you do not.
@jacqualinebrown3168
@jacqualinebrown3168 Ай бұрын
Booz Allen Hamilton uses macs
Take back control of your data with nextcloud!
26:06
Distro Domain
Рет қаралды 1,5 М.
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 81 МЛН
Beautiful gymnastics 😍☺️
00:15
Lexa_Merin
Рет қаралды 15 МЛН
Install Windows like a PRO! Windows Deployment Services Tutorial
23:48
Craft Computing
Рет қаралды 351 М.
Meet netboot.xyz - Network Boot Any Operating System
25:00
Techno Tim
Рет қаралды 735 М.
Ditching USB Boot for iPXE Boot with NetBoot.XYZ
18:28
Novaspirit Tech
Рет қаралды 18 М.
Download These Handy Tools NOW! Essential USB Tools
11:04
Linus Tech Tips
Рет қаралды 2,4 МЛН
35 LINUX DISTROS ON ONE USB (netboot.xyz)
8:46
Jiga Tech
Рет қаралды 11 М.
Don’t run Proxmox without these settings!
25:45
Christian Lempa
Рет қаралды 149 М.
PXE Server With TFTP
10:23
Tall Paul Tech
Рет қаралды 97 М.
host ALL your AI locally
24:20
NetworkChuck
Рет қаралды 893 М.
Proxmox 8 cluster setup with ceph and HA
14:13
Distro Domain
Рет қаралды 21 М.
Running Windows in a Docker Container!
10:07
Wolfgang's Channel
Рет қаралды 289 М.
تجربة أغرب توصيلة شحن ضد القطع تماما
0:56
صدام العزي
Рет қаралды 59 МЛН
S24 Ultra and IPhone 14 Pro Max telephoto shooting comparison #shorts
0:15
Photographer Army
Рет қаралды 9 МЛН
ВАЖНО! Не проверяйте на своем iPhone после установки на экран!
0:19
ГЛАЗУРЬ СТЕКЛО для iPhone и аксессуары OTU
Рет қаралды 6 МЛН
Самые крутые школьные гаджеты
0:49