PS3 Gentoo vill inte fungera

Avdelningen för programmering, nätverk samt alternativa OS.
Post Reply
User avatar
enix
Posts: 3511
Joined: 2002-04-16 17:41:11
Location: Stockholm

PS3 Gentoo vill inte fungera

Post by enix »

http://overlays.gentoo.org/proj/cell/wi ... entooOnPS3

Har följt denna guide till punkt och pricka, allt verkade gå tills jag kom till kboot confen och /etc/fstab config.

Kboot.conf

Code: Select all

#  The following is an example kboot configuration file.  Edit it
#  to suit your needs before attempting to reboot your system or
#  you may be unable to boot the new install.

#  default: the default kernel label to boot should the user not make
#  a selection. Uncomment the following line and set a default kernel label.
default=gentoo

#  timeout: number of seconds to wait for user input before the default
#  kernel label is booted. Uncomment the following line and set timeout.
#  timeout=20

#  The format from this point on is within a kernel label.  At a minimum,
#  you must pass the kernel and root device.  The syntax is as follows:
#
label='device:<path_to_kernel> initrd=device:<path_to_initrd> kernel_options'
#
#  You should also pass the video options as well. An example of video 
#  options are as follows:
#
#  480i = ps3fb:mode:1
#  576i = ps3fb:mode:6
#  720p = ps3fb:mode:3
#  1080i = ps3fb:mode:4
#  1080p = ps3fb:mode:5
#
#  You can review all possible video modes using the ps3videomode application
#  provided by the ps3pfutils package.  i.e. ps3videomode -v will display 
#  possibilities.

#  The following is an example kernel label.  Uncomment and edit as needed. 
gentoo='ps3da1:/boot/kernel-genkernel-ppc64-2.6.16-ps3 initrd=ps3da1:/boot/initramfs-genkernel-ppc64-2.6.16-ps3 root=/dev/ram0 real_root=/dev/ps3da1 init=/linuxrc video=ps3fb:mode:8 rhgb'
/etc/fstab:

Code: Select all

/etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't 
# needed; notail increases performance of ReiserFS (at the expense of storage 
# efficiency).  It's safe to drop the noatime options if you want and to 
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/BOOT               /boot         ext2            noatime    
/dev/ps3da1             /               ext3            noatime         0 1
/dev/ps3da2             none            swap            sw              0 0
/dev/sr0                /mnt/cdrom      iso9660         noauto,ro       0 0
#/dev/fd0               /mnt/floppy     auto            noauto          0 0

# NOTE: The next line is critical for boot!
proc                    /proc           proc            defaults        0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for 
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm                     /dev/shm        tmpfs           nodev,nosuid,noexec     0 0
none    /spu    spufs   default    0 0
Vad har jag gjort fel?
Nu när kboot kommer upp vid varje ps3 boot och jag ska trycka enter så kommer följande meddelande upp:

Code: Select all

Mounting ps3da1:/boot on /mnt/tmp/2b383490a8181ec86d9ee8148fd03d1a failed: no such device
Är helt vilse :-[ [/code]
Workstation: Core i5 750 2.66GHz, 4GB DDR3, 3TB HDD, HD4890 1GB, Windows7 Pro x64
Laptop: AMD Athlon64 X2 QL-60 1.90GHz, 3GB DDR2, 250GB HDD, HD3450 256MB, Windows Vista Home Premium x86
iPhone 3G 8GB | PS3 40GB | XB360 20GB | Wii 8GB | PSP 2GB | PS2
Post Reply