[GH-ISSUE #517] Add Thinstation as a utility if possible #171

Closed
opened 2026-02-27 14:50:41 +03:00 by kerem · 4 comments
Owner

Originally created by @thelamer on GitHub (Jan 13, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/517

Originally assigned to: @thelamer on GitHub.

ThinStation ( https://thinstation.github.io/thinstation/ ) has a live CD:
https://downloads.sourceforge.net/project/thinstation/LiveCD/TS-Multiclient-Desktop-LiveCD-Demo.iso

It boots to a simple desktop with all the major access tools (citrix rdesktop etc etc), very useful tool to have in the menu.

My initial testing is that their are options in the init for defining a squash URL and pxeboot (LM=3). They seem to be non functional .
Boot snippet:

kernel ${url}vmlinuz FASTBOOT_URL=http://192.168.10.13:8080/ LM=3
initrd ${url}initrd
Originally created by @thelamer on GitHub (Jan 13, 2020). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/517 Originally assigned to: @thelamer on GitHub. ThinStation ( https://thinstation.github.io/thinstation/ ) has a live CD: https://downloads.sourceforge.net/project/thinstation/LiveCD/TS-Multiclient-Desktop-LiveCD-Demo.iso It boots to a simple desktop with all the major access tools (citrix rdesktop etc etc), very useful tool to have in the menu. My initial testing is that their are options in the init for defining a squash URL and pxeboot (LM=3). They seem to be non functional . Boot snippet: ``` kernel ${url}vmlinuz FASTBOOT_URL=http://192.168.10.13:8080/ LM=3 initrd ${url}initrd ```
kerem closed this issue 2026-02-27 14:50:41 +03:00
Author
Owner

@thelamer commented on GitHub (Apr 6, 2020):

Ping for myself to follow up with this. When I tested last beyond the creation of this issue we would need to fully build the OS from scratch using their config file build process and disable the fastboot options that I was referring to above as they are out of maintenance.
Will reach out upstream and see if it something they could possible host.

<!-- gh-comment-id:609946768 --> @thelamer commented on GitHub (Apr 6, 2020): Ping for myself to follow up with this. When I tested last beyond the creation of this issue we would need to fully build the OS from scratch using their config file build process and disable the fastboot options that I was referring to above as they are out of maintenance. Will reach out upstream and see if it something they could possible host.
Author
Owner

@lars18th commented on GitHub (Apr 29, 2020):

Hi,

The ThinkClient project https://github.com/selivan/thinclient seems a similar project. Perhaps it will more easy to include it in netboot.xyz.

Regards.

<!-- gh-comment-id:621123725 --> @lars18th commented on GitHub (Apr 29, 2020): Hi, The ThinkClient project https://github.com/selivan/thinclient seems a similar project. Perhaps it will more easy to include it in netboot.xyz. Regards.
Author
Owner

@thelamer commented on GitHub (Apr 29, 2020):

@lars18th
Just tried to build it and consume it, not very intuitive.
The project does not publish assets, and it looks like it is specifically made to pass kernel command args to spinup a bare minimum thin client while thinstation livecd includes a bunch of apps in a desktop GUI as a demo CD.
Regardless I am closing this, I do not want to build and maintain an entire operating system publish.

<!-- gh-comment-id:621300753 --> @thelamer commented on GitHub (Apr 29, 2020): @lars18th Just tried to build it and consume it, not very intuitive. The project does not publish assets, and it looks like it is specifically made to pass kernel command args to spinup a bare minimum thin client while thinstation livecd includes a bunch of apps in a desktop GUI as a demo CD. Regardless I am closing this, I do not want to build and maintain an entire operating system publish.
Author
Owner

@lars18th commented on GitHub (Apr 29, 2020):

OK, no problem.

<!-- gh-comment-id:621319996 --> @lars18th commented on GitHub (Apr 29, 2020): OK, no problem.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#171
No description provided.