Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
775 stars 188 forks source link

GRUB PXE HTTP #801

Closed VolksDude closed 5 months ago

VolksDude commented 5 months ago

Hi,

I was able to PXE boot using GRUB, however it boots using tftp and performance is slow. I was then able to make grub download the files by editing grub.cfg and adding (http,10.10.10.10) to both files. All this works with fastboot disable. I was trying to enable fastboot. When I did, it boots, but when grub finished downloading the files, it reverts to tftp for the image.

I don’t know what I’m missing. Can someone help?

VolksDude commented 5 months ago

The way I’ve done it works every time and perfectly. Closing