💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2024-01-16.txt captured on 2024-05-26 at 15:56:10.

View Raw

More Information

⬅️ Previous capture (2024-02-05)

-=-=-=-=-=-=-

[2024-01-16T01:22:00Z] <sad_plan> hi
[2024-01-16T02:50:56Z] <angle> sup. I failed to get an irc bouncer again, so it's gonna look like I died again in a sec.
[2024-01-16T02:53:08Z] <sad_plan> you can always just look at the irc log if you wanna get up to speed
[2024-01-16T03:59:36Z] <thikkl> I've been trying to install kiss but I keep getting stuck at the loading linux screen
[2024-01-16T04:00:37Z] <thikkl> I've enabled all the framebuffer drivers I could find and it hasn't done anything. Funny part is that if I boot from BIOS the kernel seems to load and do stuff.
[2024-01-16T04:02:53Z] <thikkl> I have also tried everything from these guides:  https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel/en#Kernel_configuration_and_compilation https://wiki.gentoo.org/wiki/Framework_Laptop, but so far nothing has worked.
[2024-01-16T04:02:54Z] <thikkl> Trying to boot on framework laptop with i5-1340P and 16gb ram
[2024-01-16T04:18:54Z] <sad_plan> thikkl: have you tried searching the logs? this gets asked probably once or twice a week
[2024-01-16T04:20:24Z] <thikkl> where would I find the logs?
[2024-01-16T04:20:51Z] <thikkl> also I don't know if this is relevant, but I have to re-install grub to /boot every time I fail to boot
[2024-01-16T04:21:43Z] <sad_plan> https://libera.irclog.whitequark.org/kisslinux/
[2024-01-16T04:22:43Z] <sad_plan> what you mean you have to re-install it each time? either its installed, or its not. do you mount /boot properly when you do? if you have a separate /boot that is
[2024-01-16T04:26:15Z] <thikkl> I have to run grub-install and grub-mkconfig over again
[2024-01-16T04:26:38Z] <thikkl> Otherwise my drive doesn't show up in the UEFI boot menu
[2024-01-16T04:29:26Z] <sad_plan> cant you add it manually? I do that. but I also dont use grub. I just use efistub, so the kernel acts as the bootloader instead. I find that this is much simpler and more foolproof
[2024-01-16T04:37:10Z] <sad_plan> no need for grub this way atleast, if you wanna bypass the need for grub. not the most practical solution if you dualboot though
[2024-01-16T04:37:26Z] <sad_plan> gentoo has a page about it if you wanna test that instead
[2024-01-16T04:48:24Z] <sad_plan> iirc, it basically boils down to enabling CONFIG_EFISTUB in kernel config. and then just copy the bzImage to /boot but with a .efi extension. so that your uefi can recognize it. youd have to add it manually inside your uefi settings though
[2024-01-16T04:50:04Z] <sad_plan> oh, and you also have to specify root in the kerenl command line. you can use PARTUUID, but just doing root=/dev/sda3 is also fine
[2024-01-16T04:50:13Z] <sad_plan> https://wiki.gentoo.org/wiki/EFI_stub
[2024-01-16T05:01:44Z] <sad_plan> also, when you copy the kernel to /boot as an .efi, you dont need efibootmgr either. so no grub, no efibootmgr or any of that shit
[2024-01-16T08:20:37Z] <user205> hey yall
[2024-01-16T08:20:54Z] <user205> joining from a ps vita lol
[2024-01-16T13:00:29Z] <sewn> user205: why
[2024-01-16T13:00:50Z] <sewn> why would you do that
[2024-01-16T13:40:07Z] <raph_ael> sewn: i'm old indeed :)
[2024-01-16T13:40:29Z] <sewn> so old
[2024-01-16T13:40:34Z] <sewn> practically grandpa
[2024-01-16T13:48:58Z] <thikkl> sad_plan Ok, I'll take a look at that
[2024-01-16T14:25:04Z] <raph_ael> sewn: father, but my daughter is a bit young to have child
[2024-01-16T14:29:17Z] <sewn> grandpa to me
[2024-01-16T14:51:34Z] <raph_ael> soon 51
[2024-01-16T15:30:31Z] <sewn> OH MY GOD
[2024-01-16T15:30:43Z] <sewn> sorry i was in shock
[2024-01-16T15:37:26Z] <raph_ael> :)
[2024-01-16T15:38:04Z] <sewn> hows it like being... 
[2024-01-16T15:38:10Z] <sewn> what is the word for it,
[2024-01-16T15:38:22Z] <sewn> accomplished in life maybe?
[2024-01-16T15:38:28Z] <sewn> lots of experience or something
[2024-01-16T15:38:49Z] <raph_ael> it's more "wtf have made of my life"
[2024-01-16T15:38:55Z] <raph_ael> have I
[2024-01-16T15:40:11Z] <sewn> hmm
[2024-01-16T15:40:15Z] <sewn> how are your flesh and bones
[2024-01-16T15:49:37Z] <raph_ael> could be worse, though psychologically, surely worse than younger
[2024-01-16T15:49:44Z] <raph_ael> but it depends on people
[2024-01-16T15:49:53Z] * sewn writes notes
[2024-01-16T15:50:36Z] <sewn> what did you do on the night of june 21, 1993?
[2024-01-16T15:55:01Z] <raph_ael> 21 of june is music fest in France :)
[2024-01-16T15:55:19Z] <sewn> were you there?
[2024-01-16T15:55:36Z] <raph_ael> surely
[2024-01-16T15:55:40Z] <sewn> noted
[2024-01-16T15:56:46Z] <sewn> what was the music?
[2024-01-16T15:56:50Z] <sewn> don't tell me it was hip hop
[2024-01-16T16:11:06Z] <raph_ael> there are bands all over the city of any style, don't remember
[2024-01-16T21:18:49Z] <sad_plan> hi