#[URGENT] Kernel doesn't boot

74 messages ยท Page 1 of 1 (latest)

naive stone
#

doesn't boot

#

hmm

#

sounds like a skill issue

#

just kidding

#

can you provide more information

#

I think that's the problem

#

you need to use normal kernel to it

#

shitty codes won't boot my boi

#

okay

#

why are you customizing stuff ?

#

guy already wrote that shit

#

for you

#

I don't understand why people fucking with stuff that is already working

#

what did you change it tho ?

#

by the way you better help my problem

#

I am helping yours

#

oh okay

#

did you get any

#

error codes or

#

it's just a black screen ?

#

I do think you add the codes into wrong spot

#

that's why kernel having panic attack

#

initrd should be on / directory ???

#

I think we find the problem here

#

my initrd is in / direcotry

#

yours have some weird shit going on

#

initrd file can you try after putting into / directroy

#

like my other 100 distros

#

have

#

initrd handling root and the whole shit ?????

#

It's time to put your initrd into / bro

#

I use black arch normally but

#

I can't fucking install anything due to my system freeze

#

๐Ÿ˜ฆ

#

I don't care about that lol

#

yes I always use root

#

lol

#

If hacker have your user account

#

it's already game over

#

because you put your user acount into sudo group

#

or some program you use as a user probably will have root access

#

again it's worthless lol

#

I did pentesting for years

#

those OS are not for daily use lol

#

I use this for learning stuff

#

as you can see I have windows 11 in primary

#

unfortunatly

#

I need to get rid of it becuase last bluescreen

#

I could not save any file

#

I am having problem with hole linux community

weak compass
#

What compression format are you using with initrd, and is it supported by the kernel?

naive stone
#

lol

#

kali linux
arch linux
ubuntu
fedora
endavour OS
pop OS
UwUntu
blackarch linux
Debian original
garuda OS

#

all of the above sir

#

but let's say arch

#

fr ???

weak compass
#

Okay, so, that's not the problem... What alterations did you make in total?

naive stone
#

I use hyprland on my arch too

#

just letting you know looks like shit

#

just kiddin

#

just kiddin

#

๐Ÿ˜‚

weak compass
#

That's a good number of alterations. Did you test at an earlier stage prior to implementing all of them?

#

So you've tested all alterations and have had a functional version?

naive stone
#

I would definettly add some stuff in rust but not c++

weak compass
#

Using patches to the zen kernel?

#

Interesting. Well, great that you got a working version. You might look at the changes between 6.6.8 and 6.6.5 to look for incompatibilities.

#

Oh, okay. So the version you're attempting to implement is slightly different than the version that worked with 6.6.5?

#

You might consider testing the configuration that worked with 6.6.5 on other kernel versions, prior to 6.6.8, to see if you can figure out when it breaks.

#

So, these are the changelogs. What you'll do is replace the end of the URL with 6.6.7 and then 6.6.8 to see what was altered.

#

The link is for 6.6.6, the version after your functional version.

#

6.6.6 brings fewer changes than 6.6.7, so you might consider getting your hands on that (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tag/?h=v6.6.6) and trying your alterations on it. The difference is so small that they should work. Then you could try 6.6.7 (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tag/?h=v6.6.7), which, if I had to guess, will break it. Then you could go through the 6.6.7 changes to see what alterations you made have to do with those alterations and then bugfix accordingly. @grave vapor