#kisslinux

Unofficial KISS Linux community channel | https://kisscommunity.bvnf.space | post logs or else | song of the day https://yewtu.be/watch?v=SW9RrOLoYE0
Earlier messages
<yeloxp>idk the kernel throws the errors i mentioned earlier and boot me into a shell from which i cant do much
<riteo>I think that's the initramfs failing but take it with a grain of salt
<yeloxp>without the initramfs i had the same error
<riteo>can't lookup blockdev makes me think that it's trying to load by /dev/sd* and does not find it because enumeration failed
<yeloxp>the error is why i made the initramfs in the first place
<riteo>or the order changed
<riteo>yeloxp: unless you're using some funky filesystem or disk encryption I don't think that an initramfs would be a good solution
<yeloxp>i use ext4 and no disk encryption
<yeloxp>also iirc i need the initramfs for the nvidia driver but i might be wrong
<riteo>uhhhhhh I don't think you need it
<riteo>also notice that the proprietary driver requires glibc, so "stock" kiss linux won't work
<yeloxp>ah on crux the driver didnt want to compile bc of it
<yeloxp>i am using gkiss btw
<riteo>oh all right
<yeloxp>ik that it wont work on mul\sl
<yeloxp>oh and i had the same issue with the kernel without the initramfs
<yeloxp>so i dont think it causes it
<riteo>did it say anything else?
<yeloxp>before it was sayng "unable to mount root fs on unknown-block(0,0)"
<riteo>oooooooooooh wait I think I got it
<riteo>how's your efi entry setup
<riteo>I think it's talking about the `root=` kernel parameter
<riteo>that might be why it's failing to load anything at all, it's not even starting up
<yeloxp>wdym efi entry
<riteo>uh how do you boot the thing
<riteo>grub, efistub, something else
<yeloxp>grub
<riteo>mh I see
<yeloxp>with efi on an nvme drive
<riteo>and what parameters are passed to the kernel
<riteo>like if you do the "edit with E" or something (sorry I don't use GRUB often)
<yeloxp>i can send my whole grub.cfg if u want
<riteo>yeah that's fine
<riteo>(I have no idea about your experience so just in case please do not paste it here)
<riteo>(sorry if you already knew that)
<yeloxp>yeah im pasting it onto pastebin
<yeloxp>i dont think a linux/irc noob would be even trying to use kiss linux lmao
<riteo>yeah right fair
<yeloxp>https://pastebin.com/Y3QLZcP7
<yeloxp>here u go mate
<riteo>all right it says this "root=UUID=b56f2ff2-3d99-46f5-b40d-5109c0dd840d"
<riteo>now, did you reformat the disk any time before reconfiguring grub?
<yeloxp>i formatted it only before installing kiss
<riteo>mhhh are you rn on a live disk or something on that machine?
<riteo>you could query the uuid and see if it matches
<riteo>there's the `blkid` command
<yeloxp>yeah it matches the output of blkid
<yeloxp>and im on systemrescuecd rn on this machine
<riteo>mh
<riteo>I'm quite sure that it's related to that parameter, as the error should come from early kernel booting IIRC
Later messages