<ilt>
sad_plan: why not intel(the new B ones) or amd?
<kakker>
Hey, I'm trying to test out Kiss in qemu. And maybe this is just a VM thing, but for some reason I can't get it to find boot. I got the UUID with blkid to make fstab, I think qemu should be bios (although my machine is UEFI).
<kakker>
Because this is just a simple test, I just have one partition. I think kernel found the amd-ucode properly. Installed baseinit, and I understand that should be enough for simple boot. Wondering what could be the problem.
<kakker>
Grub targets bios naturally as I'm assuming qemu uses it.
<kakker>
I understood that I don't need initramfs, because I'm not doing anything fancy, but I'm probably missing something huge that should compensate for that.
zlg has joined #kisslinux
<ilt>
you'll probably need to use PARTUUID rather than UUID
<midfavila>
america cant stop taking Ls over the past few weeks
<midfavila>
"linux is malware"
<midfavila>
you WILL use windows
<midfavila>
you WILL own an android or iphone
<midfavila>
you WILL work a gig job
<midfavila>
you WILL pay 4000$ for a bandaid and an ibuprofen
<midfavila>
you WILL NOT own anything, you WILL NOT receive benefits you paid into, you WILL NOT retire, you WILL NOT be able to afford education
zlg has quit [Ping timeout: 244 seconds]
<kakker>
I managed to get to grub by doing grub-install outside of chroot, but it goes "no display" (paraphrase) when I hit enter. Testing all the possible permutations of UUID/PARTUUID tinyramfs/noramfs, but no luck.
<kakker>
Messing around with VMs is low risk and all but the uncertainty about the firmware is a darned thing.
<kakker>
I suppose I'll try again later. Or I have to practice more on gentoo.
<midfavila>
tbh i just use device node names
<midfavila>
nine times out of ten it works fine
<midfavila>
you can bundle firmware into the kernel too. unless it's weird hardware most stuff just runs without external files.
<midfavila>
gpu is the big one.
<kakker>
You just insert a live image to jigger the device names when it doesn't work?
<midfavila>
on my workstation i actually have a rescue image in the highly unusual event i have that issue
<midfavila>
only time it's been a thing on x86 for me is when i use a dedicated disk controller. sometimes disks will spin up in different orders so ye then i use either filesystem labels or uuids
<kakker>
Thanks for the suggestions anyway, have to head off.
kakker has quit [Quit: leaving]
<kris_>
i pretty much only use uuids, i dont see much value in using other things