|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
Ok , after I entered mount | grep ps3dd1
It printed:
/dev/ps3dd1 on /mnt/ubuntu type ext3 (rw,relatime,errors=continue,data=writeback)
What means command grep ??????

Ok I changed to nosplash in both lines---result is the same....
Actually if I press S or M ---it does not respond.
Maybe here is something interesting:
https://help.ubuntu.com/community/PlayStation_3#video
Maybe lets do the following:
I copy original Kernel and initrd to /boot folder --we rewrite kboot.conf with different words---and check if it can boot?

Launch Ubuntu and press M when the message appears.
Then execute fdisk -l.
I pressed M and S but it does not respond at all.... Just shows this screen and thats it... When I press Caps Lock and others locks on keyboard----no green lights---so probably keybord is not geting enough electricity?

I think that the kernel shouldn't be copied properly using the USB stick. We will to unpack the kernel directly on the Ubuntu filesystem.
Please, download the packages xz-utils_4.999.8beta-0ubuntu2_powerpc.deb, the package liblzma0_4.999.8beta-0ubuntu2_powerpc.deb and copy them on your USB stick. Also, copy the linux-3.6.4-build.tar.xz on the USB stick.
Plug the USB stick on the PS3 and execute using Petitboot:
The dpkg command installs the xz-utils package. We need this package to uncompress the kernel.Code:mkdir /mnt/ubuntu mount /dev/ps3dd1 /mnt/ubuntu/ cp /tmp/petitboot/mnt/sda1/linux-3.6.4-build.tar.xz /mnt/ubuntu/ cp /tmp/petitboot/mnt/sda1/xz-utils_4.999.8beta-0ubuntu2_powerpc.deb /mnt/ubuntu/ cp /tmp/petitboot/mnt/sda1/liblzma0_4.999.8beta-0ubuntu2_powerpc.deb /mnt/ubuntu/ chroot /mnt/ubuntu dpkg -i *.deb tar -xJf linux-3.6.4-build.tar.xz cp linux-3.6.4-build/boot/vmlinux-3.6.4 /boot/ cp linux-3.6.4-build/boot/System.map-3.6.4 /boot/ cp -r linux-3.6.4-build/lib/modules/3.6.4 /lib/modules/ depmod -a 3.6.4 rm -Rf linux-3.6.4-build rm *.deb rm linux-3.6.4-build.tar.xz exit umount /mnt/ubuntu
Last edited by r04drunner; 11-23-2012 at 02:59 PM.
Ok I I coppied those two files to mnt/ubuntu changed chroot to mnt/ubuntu.
Lookes like xz-utils are installed but without dependency.
Then i am trying untar Kernel and it says no such file..... Funny...

Strange enough. looks like liblzma helped.
But still If I write tar-----it can not see file.....

| « Previous Thread | Next Thread » |