mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
New Posts
This commit is contained in:
parent
21d2ce3ff6
commit
a1eb572cd4
6 changed files with 85 additions and 0 deletions
17
content/blog/netbootxyz.md
Normal file
17
content/blog/netbootxyz.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: "Netboot.xyz Bootloader"
|
||||
date: 2021-06-18T15:43:29-04:00
|
||||
draft: false
|
||||
tags: []
|
||||
---
|
||||
|
||||
Instead of manually loading ISOs onto a USB stick for [Ventoy](/blog/ventoy) to display, we can use Netboot.xyz to present us a list of options and download them during boot. This requires an internet connection in order to work.
|
||||
|
||||
Netboot.xyz is commonly used for PXE booting, but in this post I'll describe using it as an ISO.
|
||||
|
||||
Download the [Netboot ISO](https://boot.netboot.xyz/ipxe/netboot.xyz.iso) and [load it onto a flash drive](/blog/ddforiso/). Then boot a computer from the flash drive and you should see something similar to this animation from their website:
|
||||
|
||||

|
||||
|
||||
Another benefit of this approach over Ventoy is that we don't have to manually update the flash drive. It always comes fresh with the ISOs available on their website.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue