Giter VIP home page Giter VIP logo

netboot.xyz-docs's People

Contributors

a7t avatar antonym avatar b-reich avatar bahamat avatar beelux avatar danboid avatar daniel15 avatar drizuid avatar faserf avatar firminator avatar guettli avatar hcl avatar kennylevinsen avatar louishot avatar major avatar majorwolf avatar mh166 avatar nimbius avatar o-be-one avatar progval avatar ravens avatar renovate-bot avatar renovate[bot] avatar rod7760 avatar salvaft avatar samip5 avatar subfission avatar vdm avatar version0chiro avatar winny- avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

netboot.xyz-docs's Issues

Update Docker Instructions Doc

Please add instructions for the TFTPD_OPTS environment variable.

When creating a container on a Synology NAS in Container Manager this environment variable came up as required.
image

Also please add instructions and or reasoning for making the container network HOST and not BRIDGE so the network ports can be accessed on the LAN network.

netboot.xyz logo rework, branding

Look into creating a new logo that better represents the project. Would probably avoid the typical shoe logo that many projects use for Netboot.

Need multiple image updates for the main netboot.xyz page as well. The iPXE logo is sufficient but would be nice to update the other images to make them unique.

Need dark mode and light mode SVGs for site as well.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/deploy.yml
  • actions/checkout v4
  • actions/setup-node v4
  • aws-actions/configure-aws-credentials v4
npm
package.json
  • @docusaurus/core 3.4.0
  • @docusaurus/preset-classic 3.4.0
  • @docusaurus/theme-search-algolia 3.4.0
  • @mdx-js/react 3.0.1
  • clsx 2.1.1
  • prism-react-renderer 2.3.1
  • react 18.3.1
  • react-dom 18.3.1
  • node >=18.0

  • Check this box to trigger a request for Renovate to run again on this repository

Add docs - Hyper-V

Put together docs on using netboot.xyz in a Hyper-V Server or Windows machine.

Improve docs - VMware

Currently docs only reference VMware Fusion instructions... should expand these out to provide better instructions for ESX, Fusion, Workstation, and other use cases.

Add instructions for use together with Ventoy to the documentation

Is your feature request related to a problem? Please describe.

Describe the solution you'd like
It would be usefull if the documentation mentioned Ventoy and how to use netboot.xyz together with a USB setup with Ventoy.

Describe alternatives you've considered

Additional context

Provide instructions on how to install Windows?

I've used netboot.xyz to install or run linux distros on the past but now I'm struggling to install Windows 10. I'm not sure what I'm doing wrong as I cannot find any useful information on the internet. Here is what I tried:

  1. Download Windows 10 iso from here, extract and serve files through http
  2. Launch netboot.xyz (using tftp)
  3. Select windows on the menu. It pulls the files successfully
  4. The installer starts, but as soon as I click on "Install now" to begin the installation I get this error:
    image

I also tried mounting the files on a samba share and accessing them within the installer, but I had no success (I'm not even sure if it isn't finding some file or what's causing the error to pop)

Thanks in advance

Documentation: "kernel_params" option

Is your feature request related to a problem? Please describe.

In netbootxyz/netboot.xyz@be90bb7 there is an additional option "kernel_params" that was added, but I don't see any documentation for it.

We have a need in some circumstances to override the console location and configuration on some systems, it looks plausible that the "kernel_params" option might provide that capability but I'm unclear as to how it's intended to be used.

Describe the solution you'd like

Brief documentation on how to use the "kernel_params" option to override kernel defaults, and some worked out use cases where that makes sense.

Describe alternatives you've considered

The other thing that had come up in discussion was a request specifically to parameterize the TTY console options, but if there's a more general way to do it that already works we can follow that path.

Additional context

Document the option to detect RPI4 platform in dhcp conf exemple

The idea would be to document how to detect RPi4 platform in DHCP. If at all possible.
I guess it would be already documented if it was, but otherwise would be good to understand why it's not possible.

It would sit in this section
https://netboot.xyz/docs/docker#examples

option arch code 93 = unsigned integer 16;

subnet 192.168.0.0 netmask 255.255.255.0 {
  range 192.168.0.34 192.168.0.254;       # Change this range as appropriate for your network
  next-server 192.168.0.33;               # Change this to the address of your DHCP server
  option subnet-mask 255.255.255.0;
  option routers 192.168.0.1;             # Change this to the address of your router
  option broadcast-address 192.168.0.255;
  option domain-name "mynetwork.lan";     # This is optional
  option domain-name-servers 1.1.1.1;
  if exists user-class and ( option user-class = "iPXE" ) {
    filename "http://boot.netboot.xyz/menu.ipxe";
  } elsif option arch = encode-int ( 16, 16 ) {
    filename "http://boot.netboot.xyz/ipxe/netboot.xyz.efi";
    option vendor-class-identifier "HTTPClient";
  } elsif option arch = 00:07 {
    filename "netboot.xyz.efi";
  } else {
    filename "netboot.xyz.kpxe";
  }
}

this should include an option to assign netboot.xyz-rpi4-snp.efi if some detection is possible.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.