ChanServ changed the topic of #asahi-alt to: Asahi Linux: porting Linux to Apple Silicon macs | User-contributed/unofficial distribution ports | Logs: https://alx.sh/l/asahi-alt
jamespmorgan has joined #asahi-alt
jamespmo_ has quit [Ping timeout: 480 seconds]
possiblemeatball has joined #asahi-alt
swaggie has joined #asahi-alt
seeeath has joined #asahi-alt
seeeath has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
seeeath has joined #asahi-alt
seeeath has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
possiblemeatball has quit [Quit: Quit]
faruk has joined #asahi-alt
hightower3 has joined #asahi-alt
hightower2 has quit [Ping timeout: 480 seconds]
seeeath has joined #asahi-alt
jacksonchen666_ has joined #asahi-alt
jacksonchen666 has quit [Ping timeout: 480 seconds]
jacksonchen666_ is now known as jacksonchen666
faruk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jamespmo_ has joined #asahi-alt
jamespmorgan has quit [Ping timeout: 480 seconds]
faruk has joined #asahi-alt
faruk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jamespmorgan has joined #asahi-alt
jamespmo_ has quit [Ping timeout: 480 seconds]
hertz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
seeeath has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
janrinze has quit [Ping timeout: 480 seconds]
hertz has joined #asahi-alt
janrinze has joined #asahi-alt
swaggie has quit [Remote host closed the connection]
hertz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
swaggie has joined #asahi-alt
jacksonchen666 has quit [Remote host closed the connection]
<Glanzmann> ashi: That is because I build it on the brand new 7950X, I'll fix that before pushing it to the repository. And also test it on the m1 air to see if my previous regressions are gone. Thank you for testing and reporting back.
chadmed_ has joined #asahi-alt
hertz has joined #asahi-alt
chadmed_ has quit [Remote host closed the connection]
chadmed_ has joined #asahi-alt
swaggie has quit [Remote host closed the connection]
swaggie has joined #asahi-alt
swaggie has quit [Ping timeout: 480 seconds]
lawrence has joined #asahi-alt
cylm has quit [Ping timeout: 480 seconds]
<arnd> Glanzmann: relaying a current discussion from #debian-arm here in case someone else runs into the same issue. I tried to run 'debvm' to create a bootable qemu instance of a 32-bit arm debian, this failed for two reasons:
<arnd> a) qemu-user-{static,binfmt} on arm64 does not register /usr/bin/qemu-arm for running 32-bit binaries because it assumes the kernel can already do it
<arnd> b) debian bookworm on armel/armhf seems to contain a broken toolchain with a linker that again requires 4KB page alignment for shared objects. Older library packages and Debian Buster/Bullseye work fine with 16KB and 64KB page arm64 kernels
swaggie has joined #asahi-alt
swaggie has quit [Ping timeout: 480 seconds]
swaggie has joined #asahi-alt
chadmed_ has quit [Remote host closed the connection]
chadmed_ has joined #asahi-alt
chadmed_ has quit [Remote host closed the connection]
swaggie has quit [Ping timeout: 480 seconds]
chadmed_ has joined #asahi-alt
<arnd> opened https://sourceware.org/bugzilla/show_bug.cgi?id=30033 for the binutils regression
swaggie has joined #asahi-alt
<cy8aer> > ARM: Fix ld bloat introduced between binutils-2.38 and 2.39
<cy8aer> > reminds me of @marcan's post from yesterday. Ignorant ignorance of maintainers.
<cy8aer> Oups ignorance of maintainers is enough
swaggie has quit [Ping timeout: 480 seconds]
<chadmed_> its not just in open source where maintainer pigheadedness causes this sort of thing
<chadmed_> at work i replaced a massive tangle of nested for loops and if statements that looked for a particular key in an array with just indexing to that key
<chadmed_> (checking if it exists ofc)
<chadmed_> and the guy who wrote it got shitty with me because "thats not how id do it"
<chadmed_> well yeah your way was shit :)
swaggie has joined #asahi-alt
swaggie has quit [Ping timeout: 480 seconds]
hightower3 has quit [Ping timeout: 480 seconds]
swaggie has joined #asahi-alt
hightower2 has joined #asahi-alt
swaggie has quit [Ping timeout: 480 seconds]
<Glanzmann> arnd: Thank you for the heads up.
ids1024 has quit [Ping timeout: 480 seconds]
hightower2 has quit [Read error: Connection reset by peer]
ids1024 has joined #asahi-alt
chadmed_ has quit [Ping timeout: 480 seconds]
faruk has joined #asahi-alt
swaggie has joined #asahi-alt
faruk has quit []
seeeath has joined #asahi-alt
swaggie has quit [Ping timeout: 480 seconds]
seeeath has quit [Ping timeout: 480 seconds]
possiblemeatball has joined #asahi-alt
faruk has joined #asahi-alt
seeeath has joined #asahi-alt
ktz has joined #asahi-alt
<ktz> Hello, I'm trying to install alpine on a clean system with the m1n1+u-boot+esp option but it refuses to boot. I got the following message both of the times https://ibb.co/NTLkBs4
<ktz> can anyone help with any info please?
<ChaosPrincess> ktz: run lsblk
<ktz> its not available on initrd
swaggie has joined #asahi-alt
<ktz> I'm getting throwin into initrd right after I try to boot from usb
<ChaosPrincess> ls /dev/nvme0n1p* - then blkid on all of those
<ktz> and then? if I find the correct uuid can I init into it?
<ChaosPrincess> yes
<ktz> how? I tried init passing arguments to init but couldn't
<ktz> where is this info located?
<ChaosPrincess> i am assuming in grub
<ktz> ok thanks a lot, I'll look into it
<ktz> =)
<ktz> so this has to be the uuid of the EFI partition? I have no rootfs yet
<ChaosPrincess> well, thats your problem
swaggie has quit [Ping timeout: 480 seconds]
<ktz> ok then I will try to create one myself and boot into it
<tpw_rules> arnd: this only applies for 32 bit userspaces? it still aligns properly for 64 bit
<tpw_rules> ?
swaggie has joined #asahi-alt
<arnd> yes, I was trying to use mmdebstrap to create an armhf debian image, which will run 32-bit processes in qemu
<tpw_rules> qemu cannot allocate 4k pages i guess on the 16k host?
<arnd> right, doesn't matter if it's qemu or running on the CPU
<tpw_rules> ok, i was confused because the cpu cannot run armhf code anyway
seeeath has quit [Read error: Connection reset by peer]
seeeath_ has joined #asahi-alt
ChaosPrincess has quit [Quit: WeeChat 3.7.1]
ChaosPrincess has joined #asahi-alt
swaggie has quit [Ping timeout: 480 seconds]
ktz has quit [Quit: WeeChat 3.8]
swaggie has joined #asahi-alt
swaggie has quit [Ping timeout: 480 seconds]
jacksonchen666 has joined #asahi-alt
possiblemeatball has quit [Quit: Quit]
possiblemeatball has joined #asahi-alt
faruk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cafebabe has joined #asahi-alt
ktz has joined #asahi-alt
<ktz> uefi boot doesn't work for me anymore. the same usb that used to work doesn't boot up anymore, it can't find the rootfs partition no matter what I try
<ktz> has anything changed with the installer?
<mps> maybe new m1n1+dtbs+u-boot is needed on boot image
<ktz> ok, thanks, I will try upgrading it
<mps> I will test boot image later this night
<mps> if it doesn't work will try to build new one
ktz has quit [Quit: WeeChat 3.8]
ktz has joined #asahi-alt
<ktz> yes, I use this image. you were right I managed to boot after upgrading the usb installation but I couldn't reboot into it a second time
<ktz> if you manage to upgrade it today let me know :mps
ktz has quit [Quit: WeeChat 3.8]
faruk has joined #asahi-alt
ktz has joined #asahi-alt
ktz_ has joined #asahi-alt
ktz has quit [Read error: Connection reset by peer]
<mps> ktz_: sure
felixphew_ has joined #asahi-alt
balrog has quit [Quit: Bye]
<mps> ktz_: ok, tested old image and you are right, it puts me in initramfs
<mps> so need to recreate new image with m1n1 updated, I guess
balrog has joined #asahi-alt
felixphew__ has joined #asahi-alt
felixphew has quit [Ping timeout: 480 seconds]
<mps> ktz_: hm, current linux-asahi kernel on alpine is not properly named, have to first upgrade and fix it
<mps> ktz_: so couldn't create new image today, sorry
<ktz_> I see, okay
felixphew_ has quit [Ping timeout: 480 seconds]
ktz_ has quit [Quit: WeeChat 3.8]
ktz has joined #asahi-alt
<mps> ktz: ok, pushed upgraded and fixed kernel to alpine
<mps> now have to wait for it to pass builder
<ktz> great, let me know when to test it
<mps> ktz: https://dev.alpinelinux.org/~mps/m1/m1-usb-alpine-install.img.xz is new one, tested it locally and it worked
<mps> don't forget `xz -d ...` before dd
<ktz> sure, will try it, thanks
ktz has quit [Quit: WeeChat 3.8]
hightower2 has joined #asahi-alt
ktz has joined #asahi-alt
<ktz> works perfectly, thanks, finally back on my machine
ktz has quit []
possiblemeatball has quit [Quit: Quit]
swaggie has joined #asahi-alt
jamespmo_ has joined #asahi-alt
jamespmorgan has quit [Ping timeout: 480 seconds]
felixphew__ is now known as felixphew
possiblemeatball has joined #asahi-alt
possiblemeatball has quit [Quit: Quit]
seeeath_ has quit [Ping timeout: 480 seconds]
swaggie has quit [Remote host closed the connection]
swaggie has joined #asahi-alt
cylm has joined #asahi-alt
swaggie has quit [Remote host closed the connection]
swaggie has joined #asahi-alt
swaggie has quit [Ping timeout: 480 seconds]