<thikkl>
sad_plan: I got it working! (ish, I can see console output, but its a bit janky and it's having a problem mounting root). Turns out I hadn't enabled FRAMEBUFFER_CONSOLE. Thanks for all the help though!
<sad_plan>
sweet!
<thikkl>
Is there a way to prevent the EFI boot entry from being deleted when I remove my drive? (Yes, I installed KISS on a removable drive lol. Didn't want to mess around with dual boot)
<thikkl>
Ok, I found that there's a --removable option for GRUB... but I didn't find anything for EFI Stub
wannabekissuser has joined #kisslinux
<wannabekissuser>
Hello everyone. I have been trying to install KISS Linux (GKISS in particular) on my machine, but have encountered several problems. I followed the instruction from KISS website, GKISS repo and kiss-xorg repo as well. I managed to finish the installation process quite successfully (that's what I thought at that moment, I didn't encounter any
<wannabekissuser>
serious problem), I installed xorg and nvidia, but after trying to reboot to actual system I got stuck on motherboard logo, just without the cheatsheet like hotkeys for entering the boot menu and stuff, they're typically below it. I figured I didn't install nvidia correctly, I tried to repeat all the process again but without using kiss-xorg
<wannabekissuser>
repository, which is a strange decision. That's the exact point where I am stuck now. Nvidia package doesn't build because of multiple errors, if I recall correctly they were connected with egl.h not being found. So instead of trying things blindly I figured I would try asking on reddit, then I was redirected here. So the question is, does anyone
<wannabekissuser>
have advice on how to install this kind of configuration, meaning xorg + nvidia (with gkiss of course). In what order the repos should be placed? A person on reddit suggested that I also provide nvidia building log and kernel config, but I no longer have that exact "installation" on my machine (started anew), though I can replicate this error of
<wannabekissuser>
course but I hoped I could avoid the hassle. Also my kernel config is mostly default, I remember checking (and enabling if disabled) settings for NVMe, ext4 and EFI support, I think that's all. If it is still necessary to provide it I would, just tell me where to upload it, not really sure.
<ehawkvu>
wannabekissuser: sewn: I'm pretty sure that you need a custom nvidia package (sewn used to maintain it in kiss-xorg, but dropped it after leaving)
<ehawkvu>
There are a few issues on kiss-xorg detailing how to have a nvidia setup (which maybe we ought to document on the wiki....)
thikkl has quit [Quit: Client closed]
thikkl has joined #kisslinux
thikkl has quit [Client Quit]
thikkl has joined #kisslinux
<thikkl>
is /etc/fstab necessary for kiss to boot properly?
<thikkl>
The install guide doesn't mention anything about it, but both times I've had kiss successfully boot I had created one
<thikkl>
(just out of curiosity)
op_4 has quit [Remote host closed the connection]
op_4 has joined #kisslinux
wannabekissuser has quit [Quit: Client closed]
wannabekissuser has joined #kisslinux
<sewn>
thikkl: no
<thikkl>
interesting
<thikkl>
I assumed it was necessary since the linux from scratch book lists it as one of the steps in "making the system bootable"
thikkl has quit [Ping timeout: 250 seconds]
<sad_plan>
wym no sewn? having a correctly set up fstab is neccessary to properly boot the system. otherwise it wont find all partitions, unless specified in init perhaps..
<sewn>
sad_plan: you already set root in kernel params
<sewn>
fstab is just there for remounting root ataik
<sad_plan>
yes, but that wont mount /home, or /boot (if you want)
<sad_plan>
no, init scripts remounts /root as ro, then rw, if setup this way ofcourse
<sad_plan>
kiss does this atleast. mine didnt, but now it does, because im running fsck on boot each time
<sad_plan>
fstab will also set permissions. kernel doesnt neccessarly do this the way you want.
<sad_plan>
but by all means, yes you can set root= in kernel params, and manually mount everything yourself when booting. its in no way shape or form convinient though
sjalv has joined #kisslinux
<phoebos>
wannabekissuser: it sounds like you haven't even got your bootloader running, what are you using, grub? efistub?
traidare has joined #kisslinux
thikkl has joined #kisslinux
thikkl has quit [Quit: Ping timeout (120 seconds)]
thikkl has joined #kisslinux
thikkl has quit [Ping timeout: 250 seconds]
thikkl has joined #kisslinux
<wannabekissuser>
phoebos: I am using efistub, but that should probably not be the case, I used it with crux previously, and had almost the same experience, think I couldn't mess it up. It's more probable that I built nvidia, but somehow didn't enable module, so the driver wasn't even loaded