#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
<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
<riteo>you on a single disk?
<riteo>any funky partitions?
<yeloxp>yeah single nvme drive
<yeloxp>only efi root and swap
<yeloxp>but swap not configured
<riteo>mhh lemme double check the root= thing
<riteo>do you have an image at `/boot/initramfs-6.11.6.img`
<yeloxp>yeah
<riteo>that error looks generic-ish but `/dev/root` is an init thing
<riteo>so I'm indeed sure that's a boot config thing
<riteo>wait did you set the root filesystem in the tinyram configuration file?
<riteo>note that it says that for UUID it requires a blkid util installed
<yeloxp>yeah i have root_type=ext4 in tinyramfs config file
<riteo>nothing else?
<riteo>you should add a root variable that points to the partition AFAICT
<riteo>I did a DIY initramfs and I don't pass `root=` to the kernel, instead my initramfs image loads it for me
<yeloxp>i have the root partition uuid in the config also
<riteo>wait did you use the disk UUID or the PARTUUID
<yeloxp>uuid
<yeloxp>partition uuid
<yeloxp>not partuuid
<yeloxp>root="b56f2ff2-3d99-46f5-b40d-5109c0dd840d" root_type=ext4 hooks="mdev" hostonly=yes this is my tinyramfs config
<riteo>I see
<yeloxp>and i have mdev symlinked in /var/service
<riteo>shouldn't you specify root=UUID=blablah?
<riteo>also I'm taking a look at linux docs and it does not name UUIDs at all, only PARTUUID
<riteo>regarding root=
<riteo>see https://github.com/illiliti/tinyramfs/issues/45
<riteo>(sorry this is related to the root=UUID=whatever)
Later messages