v86 icon indicating copy to clipboard operation
v86 copied to clipboard

Suggestion: add iPXE ROM support

Open TooDumbForAName opened this issue 4 years ago • 2 comments

Adding an iPXE boot ROM might make testing operating systems easier, now or in the future. The user could point to their own files/script, or chainload netboot.xyz's script.

iPXE still supports the NE2000. There is some sort of warning message (a "read/write mishap"), but it does work...slowly.

TooDumbForAName avatar Nov 10 '21 03:11 TooDumbForAName

Interesting idea, will probably do it just for the fun of it.

That said, the websockproxy is intentionally rate-limited, so most payloads will take too long to load. You can, however, point to third-party servers using url parameters (the server needs to send CORS headers), e.g.: https://copy.sh/v86/?fda.url=//builds.kolibrios.org/eng/data/data/kolibri.img&profile=custom

copy avatar Nov 10 '21 06:11 copy

Interesting idea, will probably do it just for the fun of it.

That said, the websockproxy is intentionally rate-limited, so most payloads will take too long to load. You can, however, point to third-party servers using url parameters (the server needs to send CORS headers), e.g.: https://copy.sh/v86/?fda.url=//builds.kolibrios.org/eng/data/data/kolibri.img&profile=custom

Could you parse ipxe disk images and find the URLs, then load them and boot using a custom config?

hello-smile6 avatar Jan 07 '22 04:01 hello-smile6