libera/#devuan-arm/ Wednesday, 2021-08-04

tuxd3vc0rnelius, agneli , they seems to be the product of a debootstrap :)00:02
tuxd3vno kernel, etc00:02
c0rneliusthey are, but to make them you useful you need to run the unminimize during ur build.00:09
c0rneliuswhich essentially re-installs all base packages or else its useless to use as a real OS. It was made for the cloud after all.00:10
tuxd3vyeah, it could be :)01:19
adhocafternoon all04:46
* adhoc is looking for something like TimeMachine that uses rsnapshot for Linux boxes?04:46
tuxd3vadhoc, on armhf I only found:11:31
tuxd3vtimemachine - JACK audio recorder for spontaneous and conservatory use11:31
tuxd3v:D11:31
tuxd3vrsync could be a good way to do that :)11:32
LatrinaHello everyone. I tried to PXE boot devuan aarch64 on a RPI 4b, however the boot process hangs right after initiating init. Any idea?14:13
Latrinahttps://pastebin.com/pCY6RLbp14:13
c0rneliusOn the Pi4 it looks like the eeprom needs to be setup a specific way - https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/net_tutorial.md14:26
c0rneliusI've never personally tried this.14:28
Latrinac0rnelius, you mean to enable PXE boot functionality?14:30
Latrinaif so, PXE boot works on my rpi 4b given that my raspian cluster all boots from PXE and NFS14:30
Latrinahowever that is the only distro I managed to successfully PXE boot14:31
Latrinatried gentoo, alpine, arch, and they all hang upon initialising the init system14:32
Latrinaso I am not that surprised I am hitting the same problem on devuan.14:32
Latrinathe question rather is, why ...14:33
c0rneliusWell I use the same kernel and eeprom the foundation does. But looking at the docs it would appear something with the eeprom needs to be setup to do so.14:33
LatrinaI see14:33
Latrinayes eeprom needs to be updated on the 4 in order to enable PXE14:34
c0rneliusWell same is in sources anyway.14:34
Latrinaraspian 32bit is the only distro I managed to pxe boot14:34
LatrinaI wonder if somebody could help me troubleshoot this thing as I have no clue at this point14:35
Latrinaand I would really like to be able to PXE boot devuan14:36
c0rneliusWell first thing I would do is update eeprom `deb-eeprom -u` && `deb-eeprom -U`14:39
Latrinaokay, I will do that then14:39
Latrinathank you :)14:40
c0rneliusfrom there I would reboot. Next eeprom has 4 options default, stable, critical and beta.14:41
c0rneliusWe would need to find out which one is used for PXE boot and then install it.14:41
c0rneliusI see a mention in the notes about PXE boot and beta - https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/release-notes.md14:43
c0rneliusYou can check the latest beta bin by - `ls /lib/firmware/raspberrypi/bootloader/beta`14:45
c0rneliusOnce you find the version you want - sudo nano /etc/default/rpi-eeprom-update and change "I'm guessing default?" to beta.14:47
c0rneliusafter that - sudo rpi-eeprom-update -d -f /lib/firmware/raspberrypi/bootloader/stable/${PI_EEPROM}.bin14:48
c0rneliuschange the PI_EEPROM var to the version you wanna install14:48
c0rneliuswell and the location so sudo rpi-eeprom-update -d -f /lib/firmware/raspberrypi/bootloader/beta/${PI_EEPROM}.bin14:48
c0rneliusonce its installed reboot14:49
c0rneliusMore about changing boot orders is here - https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md14:50
c0rneliusThe boot order number you want is this `0xf21` and you can check it with this `vcgencmd bootloader_config`14:51
c0rneliusOf course I have never tried any of this and my Pi4 isn't booted so I'm just going by Docs here :)14:52
Latrinayeah that is all good15:05
Latrinajust I am running on a rather old bootloader version15:05
Latrinabut as I said, PXE is enabled and working15:05
Latrinakernel boots as you can see15:05
c0rneliusWell beyond what I can read I'm really not sure? I know for stuff like USB Gadget mode I needed to create a special init to get that to work, among other things. Not that the two are related, but just using that as an example that sometimes things need to be manually man-handed to force these things to work. As far as I know there could be a systemd service that gets triggered?15:11
tuxd3vlatrina, you are using a public network..17:18
tuxd3vthe private network is: 172.16.0.0/1217:18
tuxd3v172.[16-31].0.0/1217:19
tuxd3vin your log I see: ipaddr=172.12.1.9117:21
tuxd3vthat is a public ip17:21

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!