need help with ps2-linux

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
shadowsun
Posts: 5
Joined: Sun Jan 11, 2009 4:23 pm

need help with ps2-linux

Post by shadowsun »

hi i need help. i got all the files needed to start ps2-linux but every time i try to do the installation it will do fine until the part where it says "kernel panic trying to kill initrd". am i missing anything?
Mega Man
Posts: 260
Joined: Sat Jun 18, 2005 3:14 am
Contact:

Re: need help with ps2-linux

Post by Mega Man »

shadowsun wrote:hi i need help. i got all the files needed to start ps2-linux but every time i try to do the installation it will do fine until the part where it says "kernel panic trying to kill initrd". am i missing anything?
Maybe you didn't select the initrd in kernelloader or you specified a wrong "root=..." parameter.
shadowsun
Posts: 5
Joined: Sun Jan 11, 2009 4:23 pm

Post by shadowsun »

i think you are right about the "root=" parameter so what root parameter should i use?
whig
Posts: 34
Joined: Sun Jan 04, 2009 5:52 am

Post by whig »

With an initrd? root=/dev/ram0
shadowsun
Posts: 5
Joined: Sun Jan 11, 2009 4:23 pm

Post by shadowsun »

i have a few questions. 1. what is the recomended kernel paremeter 2. what modules need to be enabled.
whig
Posts: 34
Joined: Sun Jan 04, 2009 5:52 am

Post by whig »

Code: Select all

ramdisk_size=16384 root=/dev/ram0
... I think, the size may be redundant. Modules to enable would depend on whether you have a fat or slim ps2. If you have the slim I'll post the kl config that works for me.
shadowsun
Posts: 5
Joined: Sun Jan 11, 2009 4:23 pm

Post by shadowsun »

i have a fat ps2 and i dont know a whole lot about programing
Post Reply