IRC chat logs for #ltsp on irc.libera.chat (webchat)


Channel log from 10 November 2020   (all times are UTC)

05:09vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving)
06:23RaphGro has joined IRC (RaphGro!~raphgro@fedora/raphgro)
07:20woernie has joined IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de)
08:52Aison has joined IRC (Aison!~Asion0@2a02:168:200f:110:1dfa:baf4:9142:6399)
08:59Aison has left IRC (Aison!~Asion0@2a02:168:200f:110:1dfa:baf4:9142:6399, Ping timeout: 272 seconds)
09:11Aison has joined IRC (Aison!~Asion0@2a02:168:200f:110:69c6:120a:877c:5a19)
11:06Aison has left IRC (Aison!~Asion0@2a02:168:200f:110:69c6:120a:877c:5a19, Ping timeout: 260 seconds)
12:31lucascastro has left IRC (lucascastro!~lucascast@177-185-133-227.dynamic.isotelco.net.br, Remote host closed the connection)
12:32lucascastro has joined IRC (lucascastro!~lucascast@177-185-133-227.dynamic.isotelco.net.br)
12:53Aison has joined IRC (Aison!~Asion0@2a02:168:200f:110:69c6:120a:877c:5a19)
14:10Wowy has joined IRC (Wowy!6144805a@097-068-128-090.biz.spectrum.com)
14:10
<Wowy>
Hello guys! hope everyone is doing alright.
14:11
Would someone be able to shed some light on a specific issue in regards to PXE booting errors when attempting to boot to the LTSP server?
14:20
I have a WinServer2012R2 that is acting as NAT/DC/DNS/DHCP for a test environment. I would like to setup a LTSP server to serve images to thin clients. I have this up currently in VirtualBox. I've configured DHCP to point to the LTSP server, and also the created CHROOT image from the "ltsp image /" command. I've set the path to the .img file as the
14:20
Boot image. When it comes time for the thin clients to boot I get 2 specific pxe boot errors. Heres the screenshot: https://imgur.com/LwxC6nh
14:21
I've tried accessing those links it suggested in the pxe.org site but they dont seem to exist any longer. Would someone be able to help me?
14:47
<alkisg>
Wowy, after transferring the image you also need `ltsp kernel` and `ltsp ipxe`
15:08
<Wowy>
Hello alkisg after the / image was create I ran ```ltsp ipxe``` so I'll try ```ltsp kernel```
15:08
<alkisg>
ah sorry misread the image
15:09
this just means an old ipxe version
15:09
is the client vbox?
15:09
<Wowy>
yes VirtualBox6.1.10 On Ubuntu 20.04
15:11
Here is my WindowsServer DHCP options: https://imgur.com/webEunl
15:12
<alkisg>
Wowy: vbox's internal ipxe is broken, use ipxe.iso instead
15:12
<Wowy>
I wanted to make sure that this format is also proper. I initially thought this was the issue.
15:12
<alkisg>
it advertizes things that it doesn't have
15:12
either use the intel emulation of vbox (the extensions),
15:12
or ipxe.iso, ipxe.dsk, something from boot.ipxe.org
15:13
ignore completely what I said about ltsp kernel and ltsp ipxe above, I misread the screenshot due to hurry
15:26
<Wowy>
no problem, one other question, is the BootFile parameter set properly inside of the DHCP?
15:27
Or can I point it like so `/srv/ltsp/images/x86_64.img`?
15:53
<alkisg>
Wowy: bootfile is a long story, it needs to be different for bios/uefi/ipxe
15:54
https://ltsp.org/advanced/isc-dhcp-server/
15:54
It's usually easier to use proxydhcp, than real dhcp; but the page above ^ has a proper example configuration anyway
16:12
<Wowy>
I checked out the isc-dhcp documentation. I can edit the network parameters to fit the vbox network. So should I simply leave the BootFile option blank?
16:17
<alkisg>
If you mean in your main dhcp, and then to use the ltsp server's proxydhcp, then sure
16:18Wowy has left IRC (Wowy!6144805a@097-068-128-090.biz.spectrum.com, Remote host closed the connection)
16:21Wowy has joined IRC (Wowy!6144805a@097-068-128-090.biz.spectrum.com)
16:24
<Wowy>
Ok, I will try it that way. I'll see if that configuration works for the network requirements. Thank you alkisg
16:35vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
16:36
<alkisg>
np
16:37Wowy has left IRC (Wowy!6144805a@097-068-128-090.biz.spectrum.com, Remote host closed the connection)
18:11Wowy has joined IRC (Wowy!6144805a@097-068-128-090.biz.spectrum.com)
18:23
<Wowy>
Hey there alkisg sorry to bother once more. I solved the PXEbooting into the LTSP image selection menu. https://imgur.com/a/KJ32YWn As you had said for me to use proxydhcp. which now works. However when I select the image for it to boot here is what happens. https://imgur.com/hucOo5O The image fails to boot, it looks like PXE is looking for
18:23
`/ltsp/ltsp.img` which is not the name of the image name. Here is where the chroot image was placed. https://imgur.com/nEnzFMd I did not change any ltsp settings? Is there perhaps a setting I forgot to set?
19:00
<alkisg>
Wowy: you need to run `ltsp initrd` at least once
19:00
!install
19:00
<ltspbot`>
install: To install LTSP: https://ltsp.org/docs/installation/
19:23Wowy has left IRC (Wowy!6144805a@097-068-128-090.biz.spectrum.com, Quit: Ping timeout (120 seconds))
20:13woernie has left IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de, Ping timeout: 272 seconds)
20:17Wowy has joined IRC (Wowy!6144805a@097-068-128-090.biz.spectrum.com)
20:17woernie has joined IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de)
20:18
<Wowy>
Thank you alkisg! I've read the rest of the documentation. Thank you for showing that to me I was using a third party site lol.
20:21
I got to work perfectly, However one last thing. I did not find a section on silent boot. Is there a way for me to turn off the menu and kernel boot messages and have the login screen come up. The reason is because I cannot have none of the options in the beginning to show up since I'm having this for a bunch little kids in a day care.
20:37Wowy has left IRC (Wowy!6144805a@097-068-128-090.biz.spectrum.com, Ping timeout: 245 seconds)
20:38dragon788___ is now known as dragon788
21:11fafler has joined IRC (fafler!bcb70c27@188-183-12-39-dynamic.dk.customer.tdc.net)
21:15
<fafler>
I want to give a great thanks to the LTSP project. I have setup a LTSP setup at the youth club where I work, and it runs great on out quite outdated hardware, and I have to say I'm really impressed with how easy it was to setup.
21:31fafler has left IRC (fafler!bcb70c27@188-183-12-39-dynamic.dk.customer.tdc.net, Remote host closed the connection)
22:03adrianorg has left IRC (adrianorg!~adrianorg@179.187.24.92.dynamic.adsl.gvt.net.br, Ping timeout: 258 seconds)
22:24Aison has left IRC (Aison!~Asion0@2a02:168:200f:110:69c6:120a:877c:5a19, Ping timeout: 272 seconds)
22:26Wowy has joined IRC (Wowy!49398003@c-73-57-128-3.hsd1.fl.comcast.net)
22:31adrianorg has joined IRC (adrianorg!~adrianorg@186.213.154.193)
22:36Aison has joined IRC (Aison!~Asion0@2a02:168:200f:110:1dfa:baf4:9142:6399)
22:38woernie has left IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de, Remote host closed the connection)
23:00Aison has left IRC (Aison!~Asion0@2a02:168:200f:110:1dfa:baf4:9142:6399, Ping timeout: 272 seconds)
23:47Wowy has left IRC (Wowy!49398003@c-73-57-128-3.hsd1.fl.comcast.net, Remote host closed the connection)