![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Gee! These Aren't Roasted!
![]() Join Date: Apr 2006
Beans: 169
Ubuntu 6.10 Edgy
|
HOWTO: Install Ubuntu on PS3 from Live CD
Installing Ubuntu Linux on the PLAYSTATION 3 - (PS3) Check out PSUbuntu.com for more related information. HowTo: Enable Java for Firefox HowTo: NES Emulator HowTo: SNES Emulator HowTo: Fullscreen on a 1080p HDTV HowTo: Share a Hard Drive Between Linux and the XMB We also have a dedicated PSUbuntu forum The installation process has been simplified now that we have a Live CD for the PS3. Please see the guide at http://psubuntu.com/installation-instructions/ before you do this the hard way. Introduction: These instructions are for installing Ubuntu (Edgy Eft 6.10) on a 60GB PS3. We will install Linux on the 10GB portion of the partitioned PS3 hard drive. You may add external USB storage later to beef up your system should you prefer. This method requires the use of a Live CD but no other previous installation is required. Your PS3 will need to be connected to the internet. Please note that the wireless connection will not work so you will need to be hard wired into your network. Please keep in mind that I am trying to write this guide in a manner that will enable a user who has never experienced Linux before to pick it up and get Ubuntu running. Code:
$ Anything that you see that looks like this is to be typed at the command line Credits/References: All of the information was originally composed by Louis Candell and was adapted by Ciego for installing Ubuntu without having installed Fedora prior to the Ubuntu installation. You can view this document in its original form at http://www.louiscandell.com/ps3/ Credit should also be given to the Gentoo developers for creating the Live CD that makes this possible Thank you to all of the Ubuntuforums.org users who helped us get where we are. Thanks to "juanzone" for correcting several code errors.The following sites were used as additional references.
01 – Collect the items that you need for the installation. *NOTE - It is possible to do everything up to step 5 using cut/paste within the Gento Live CD desktop with the exception of burning the Gentoo iso for obvious reasons. I would recommend reading this entire document as well as the following discussions before trying this unless you have some Linux experience. You will need a computer with an internet connection as well as a PS3 with a hard wired internet connection *USB Mouse 02 – Prepare your media Burn the Gentoo iso onto a CD. Note that you cannot burn the iso as a regular file. It must be burned as a disk image. I also recommend burning important disks like this at very slow speeds. (4x or 8x if possible) Here is a link to more information regarding iso burning. https://help.ubuntu.com/community/BurningIsoHowtoPlug your USB storage drive into your computer and create the directory structure USB:\PS3\OTHEROSIn other words ... create a folder called “PS3” then create a folder inside that called “OTHEROS” Save the Otheros.self file that you downloaded in the “OTHEROS” folder Extract the ADDON CD iso to the root of your thumb drive using 7zip or similar program. Make sure that you extract the iso so that the contents of the “CELL-Linux-CL_20061110-ADDON” folder are in the root of the USB drive. Here is a link to a program that will help you if you cannot extract an iso http://www.7-zip.org/(note that there are some helpful documents in the /doc folder) Copy otheros.bld from the new “kboot” folder on your USB drive into the “ OTHEROS” folder that we made earlier Create another folder in the root of your USB drive called “config” Create a file called “fstab” and copy/paste this into it. You can use notepad if you are in Windows. (If you do it in notepad, you may need to rename it to remove the file extension, You may want/need to edit your fstab file to get rid of the Windows return line characters (^M) at the end of each line ... you can do this when you are in Linux with nano after you copy it over later in the guide. Another solution is to "save as" and type "fstab" with the quotes as the filename.) Code:
# /etc/fstab: static file system information. # file system mount point type options dump pass LABEL=/ / ext3 defaults 0 0 LABEL=/boot /boot ext2 defaults 0 2 LABEL=SWAP SWAP swap sw 0 0 proc /proc proc defaults 0 0 sys /sys sysfs defaults 0 0 /dev/fd0 /mnt/floppy auto noauto,rw,sync,user,exec 0 0 /dev/cdrom /mnt/cdrom iso9660 noauto,ro,user,exec 0 0 ###### /etc/fstab done Create a file called “xorg.conf” and copy/paste this into it. You can use notepad if you are in Windows. (If you do it in notepad, you will need to rename it to change the file extension) Code:
### PS3 xorg.conf for Ubuntu / Debian Linux
### http://www.louiscandell.com/ps3/files/xorg.conf
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fbdev"
Option "ShadowFB" "false"
# Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "IgnoreEDID"
HorizSync 30-90
VertRefresh 20-150
ModeLine "720p" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync
DisplaySize 320 180
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
DefaultFbBpp 32
SubSection "Display"
Viewport 0 0
Depth 24
FbBpp 32
Modes "1024x720" "1124x644"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "576x384" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Remove the USB storage drive from your computer and plug it into your PS3. Insert the Gento Live CD into the PS3 03 - Install kboot on the PLAYSTATION 3 If you already have data saved on the PS3 hard drive, you may back it up using the PS3 backup utility and restore the data after you format and partition the hard drive. (These instructions have already changed due to PS3 firmware updates, but you should still be able to figure out what to do) * On the XMB go into Settings Menu > System Settings > Format Drive * Choose 10GB for the “other OS” * After the drive is formatted, go into Settings Menu > System Settings > Install Other OS * Click "OK" and it will install the kboot image onto your PS3. * Once finished, go back into Settings Menu > System Settings > Default System > Choose "Other OS" * Restart your PS3 and you should be on the kboot prompt Now once you are on the kboot prompt you are within a minimal Linux environment. 04 – Partition and format the “Other OS” portion of the hard drive We will partition the 10GB portion of the hard drive as follows using fdisk. LABEL PARTITION SIZE SYSTEM 1) boot /dev/sda1 256MB ext2 2)SWAP /dev/sda2 512MB swap 3) / /dev/sda3 the remaining space ext3 We need to boot into Gentoo to do this since the Kboot environment does not support the creation of swap partitions. (If you have some experience with Linux, you may want to take care of the root and boot partitions now and worry about the swap partition after you can chroot into Ubuntu. If so, you can do this from the kboot prompt rather than booting the Live CD) Use the <tab> key to select your screen resolution and press <enter>. Gentoo will boot up. This takes a while since the entire operating system is booting from the CD. You should be looking at the Gentoo desktop. (Note that you may boot into the command line by adding a space and “nox” after the resolution command.) Take it for a spin if you would like. You can install Gentoo from this disk if you like it. Open a terminal (Alternatively, you can hit Ctrl+Alt+F1 to get to the command line as root ... if you do this, you will not need the following two commands) Click Applications>Terminal Code:
$ sudo -s $ /etc/init.d/xdm stop Code:
$ cd $ fdisk /dev/sda Create partition 1This part is extremely important … reboot the PS3 at this point. I wasted about 3 hours trying to get this to work until I realized that the newly created partitions needed a reboot to be recognized.N (new) <enter>Create partition 2 Code:
$ reboot <tab> to select your resolution and press <enter> to boot the Live CD again. (Remember we can type “nox” at the end to boot straight to the command line.) Open a terminal Click Applications>Terminal Code:
$ sudo -s $ /etc/init.d/xdm stop Now we will need to create a filesystem on our partitions and then mount them. The “-L” option adds a label to the partitions. Code:
$ mkfs.ext2 -L "/boot" /dev/sda1 $ mkfs.ext3 -L "/" /dev/sda3 $ mkswap -L "SWAP" /dev/sda2 $ sync; sync; sync $ swapon /dev/sda2 $ mkdir /mnt/ubuntu $ mount /dev/sda3 /mnt/ubuntu $ mkdir /mnt/ubuntu/boot $ mount /dev/sda1 /mnt/ubuntu/boot 05 - Install Ubuntu on the PLAYSTATION 3 Code:
$ cd /tmp $ wget http://archive.ubuntulinux.org/ubuntu/pool/main/d/debootstrap/debootstrap_0.3.3.0ubuntu7_all.deb $ ar -xf debootstrap_0.3.3.0ubuntu7_all.deb $ zcat < data.tar.gz | tar xv Code:
$ cd usr/sbin $ vim debootstrap Code:
DEBOOTSTRAP_DIR=/tmp/usr/lib/debootstrap You should be back at the command line now. Run debootstrap (If you have a slow internet connection, you can use the Ubuntu CD to install by replacing the url with “file:/mnt/cdrom/ubuntu” ... note that you will need the correct CD and have it mounted at /mnt/cdrom ) Code:
$ /tmp/usr/sbin/debootstrap --arch powerpc edgy /mnt/ubuntu http://archive.ubuntulinux.org/ubuntu We still need to copy a few things from the CD onto the PS3 hard drive. Code:
$ cp /boot/* /mnt/ubuntu/boot $ cd /mnt/ubuntu/boot $ cp kernel-genkernel-ppc-2.6.16-ps3 /mnt/ubuntu/boot/vmlinux $ cp initramfs-genkernel-ppc-2.6.16-ps3 /mnt/ubuntu/boot/initrd.img $ cp -R /lib/modules/* /mnt/ubuntu/lib/modules/ Code:
$ reboot We will have to mount the partitions manually for now. Code:
$ umount /mnt/root $ mkdir /mnt/ubuntu $ mount /dev/sda3 /mnt/ubuntu $ mount /dev/sda1 /mnt/ubuntu/boot Code:
$ fdisk -l Code:
$ mkdir /mnt/usbdrive $ mount /dev/sdd1 /mnt/usbdrive $ cp /mnt/usbdrive/config/fstab /mnt/ubuntu/etc/fstab Code:
$ chroot /mnt/ubuntu /bin/bash $ source /etc/profile $ apt-get install nano You can manually mount each filesystem once you are chrooted into your Ubuntu System, or you can automatically mount them with ... Code:
$ mount -a Code:
$ ls /proc /sys Code:
$ cd / $ mount -t proc proc proc $ mount -t sysfs sysfs sys At this stage you have a choice of installing whatever desktop you like. You can either install the Ubuntu, Xubuntu or the Kubuntu desktop. You will want to issue one of the following commands depending on what desktop you want. (The Ubuntu desktop install had too many dependencies to resolve and eventually stopped after running out of system memory in my case. You may try it, but it would not work for me. Don't worry though ... we can install the Ubuntu desktop later ... go ahead and install Kubuntu for now) Code:
$ aptitude -y install '~txubuntu-desktop' $ aptitude -y install '~tubuntu-desktop' $ aptitude -y install '~tkubuntu-desktop' 08 - More Configuration and Adding Users We need to create a username and give the user the ability to use sudo. We will go ahead and add you to the audio, admin, and users groups now also Code:
$ passwd root $ adduser YOUR_USER_NAME $ addgroup --system admin $ adduser YOUR_USER_NAME admin $ adduser YOUR_USER_NAME audio $ adduser YOUR_USER_NAME users $ visudo -f /etc/sudoers Code:
# Members of the admin group may gain root privileges %admin ALL=(ALL) ALL Code:
$ dpkg-reconfigure console-setup Code:
$ nano /etc/network/interfaces Code:
auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp Code:
$ nano /etc/resolv.conf Code:
search hsd1.ma.comcast.net. nameserver 192.168.1.1 nameserver 192.168.1.2 domain YOUR_WORKGROUP Code:
$ echo playstation > /etc/hostname Code:
$ nano /etc/hosts Code:
127.0.0.1 localhost 127.0.1.1 YOUR_HOSTNAME.YOUR_WORKGROUP 09 - Configuring /etc/X11/xorg.conf and ps3videomode. We need to copy a few more files from our USB drive. We will also have to install alien to tranform our rmp packages into deb packages. Code:
$ exit $ cp /mnt/usbdrive/target/ps3pf_utils-1.0.9-2.ppc.rpm /mnt/ubuntu/tmp/ $ cp /mnt/usbdrive/target/vsync-sample-1.0.1-4.ppc.rpm /mnt/ubuntu/tmp/ $ cp /mnt/usbdrive/config/xorg.conf /mnt/ubuntu/etc/X11/xorg.conf $ chroot /mnt/ubuntu /bin/bash $ cd /tmp $ apt-get install alien $ alien ps3pf_utils-1.0.9-2.ppc.rpm $ alien vsync-sample-1.0.1-4.ppc.rpm $ dpkg -i ps3pf-utils_1.0.9-3_powerpc.deb $ dpkg -i vsync-sample_1.0.1-5_powerpc.deb $ sudo nano /etc/kboot.conf Code:
default=ubuntu timeout=10 root=/dev/sda3 ubuntu="/boot/vmlinux initrd=/boot/initrd.img video=ps3fb:mode:5" Video mode ID:Now you should be in good shape. Make sure that you are at the actual kboot prompt and not still inside the chroot at this point. Use the exit command if you are still in the chroot. Code:
$ exit Code:
$ mnt/ubuntu/boot/vmlinux initrd=mnt/ubuntu/boot/initrd.img root=/dev/sda3 Code:
$ reboot If all went well you should be at the login screen. Use the user name that you just created and login. You will then be prompted to setup your KDE configurations. 10 - Install the Ubuntu Desktop (this section is optional and should be used if you wanted the Ubuntu desktop and it wouldn't work during the normal installation) If you would like to use the Ubuntu desktop rather than the Kubuntu or Xubuntu that you installed. Open up a terminal and issue the commands ... Code:
$ sudo apt-get install ubuntu-desktop When that is finished installing everything, you should reboot. (you can do this using the graphical interface or by issuing the command in the terminal) After the system reboots, you should be looking at the Ubuntu log in screen. Go ahead and login. Open a terminal by clicking Applications>Accessories>Terminal and issue the following command to uninstall the KDE components of the desktop. (This is if you installed the KDE desktop previously) Code:
$ sudo apt-get remove adept kaddressbook kaffeine kamera kappfinder karm katapult kate kaudiocreator kcron kde-guidance kde-systemsettings kdeadmin-kfile-plugins kdebluetooth kdegraphics-kfile-plugins kdemultimedia-kappfinder-data kdemultimedia-kfile-plugins kdemultimedia-kio-plugins kdenetwork-filesharing kdenetwork-kfile-plugins kdepasswd kdepim-kio-plugins kdepim-wizards kdeprint kdm kghostview khelpcenter kicker kio-apt kio-locate klipper kmail kmenuedit kmilo kmix knetworkconf knotes konq-plugins konqueror-nsplugins konsole kontact konversation kooka kopete korganizer kpdf kpf kppp krdc krfb krita kscd kscreensaver ksmserver ksnapshot ksplash ksvg ksysguardd ksystemlog kubuntu-artwork-usplash kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-konqueror-shortcuts kwalletmanager kwin Code:
$ sudo boot-game-os Code:
$ sudo nano /sbin/find-other-os-flash Ubuntu Starter guide http://ubuntuguide.org/wiki/Ubuntu:EdgyYou May want to get some restricted formats to play (MP3s, DVDs, etc.) https://help.ubuntu.com/community/RestrictedFormatsYou may also want to add some additional repositories https://help.ubuntu.com/community/Re...EPOSITORIES%29I am sure we will be seeing you here http://www.ubuntuforums.org/index.phpShare your PS3 alias with us here http://ubuntuforums.org/showthread.php?t=319528Enjoy! 11 - Change Log 01/21/07 - formatting 01/22/07 - edited fstab for file system labeling, formatting, resolved sudo issues by changing the commands for adding a user, changed file labeling commands, edited kboot.conf, changed the order of commands to reduce the number of reboots needed, added configuration of network. 01/23/07 - added -f option to the visudo command to edit /etc/sudoers. (Thanks for the catch jaunzone) 01/24/07 - changed a few commands (Thanks for the catch NobodySpecial), added section 10 for installing the Ubuntu Desktop(A big thanks to NobodySpecial for this one) 01/25/07 - added some helpful links at the end of the document. 01/26/07 - changed code in section 6 and 9 correcting chroot issues, editd kboot file, added the video mode chart, added notes concerning switching from Kubuntu to Ubuntu (Thanks to Strydre for the corrections) 01/31/07 - Added note concerning editing files that were created in notepad (Thanks for the tip S-Anarchy). 02/05/07 - Removed an extra "/" that was in the command for mounting the USB drive. (Thanks again to NobodySpecial) 02/13/07 - Added some PSUbuntu.com links, added the exit command at the end of step 9 (Thanks to mb26), added note concerning using the Live CD up to step 5 (thanks to Geta-Ve), added tip for saving files in Windows, added code that will add you to the audio and users groups (Thanks to mb26 and 3vi1 for the tip), edited the xorg.conf by removing some lines that were suggested to be commented out (thanks to Joel1234567 for the tip ... also note that if you need to change this you will need to logout and log back in for it to take effect), removed the command in step 6 that tried to make a directory that is already made (thanks to 3vi1 for the tip), added tip for getting to root prompt (thanks to 3vi1), added a note about the "boot-game-os" command (thanks to 3vi1) 02/16/07 - Added a line of code that will copy the modules from the Gentoo Live CD in the section where we copy the kernel. (Thanks to DarthStrydre for the tip), added link to 1080p fullscreen HowTo. 02/20/07 - added a link to the guide for sharing a hard drive between Linux and the XMB TO DO: All known issues with the install resolved. I may write more guides to add repositories, run emulators, install codecs, etc. in the near future. If so, they will be linked in this guide. Please let me know if there are any errors that you find here. If you contribute, you will be added to the credits section. Last edited by Ciego; June 10th, 2007 at 05:39 PM.. Reason: See Change log |
|
|
|
|
|
#2 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2006
Location: USA
Beans: 98
|
Re: HOWTO: Install Ubuntu on PS3 from Live CD
Fantastic post - it works great! Many thanks for all your hard work, Ciego.
I couldn't get get ubuntu-desktop to install either, so I installed kubuntu-desktop. After rebooting and logging into kubuntu, I did: Code:
sudo apt-get install ubuntu-desktop Code:
sudo apt-get remove adept kaddressbook kaffeine kamera kappfinder karm katapult kate kaudiocreator kcron kde-guidance kde-systemsettings kdeadmin-kfile-plugins kdebluetooth kdegraphics-kfile-plugins kdemultimedia-kappfinder-data kdemultimedia-kfile-plugins kdemultimedia-kio-plugins kdenetwork-filesharing kdenetwork-kfile-plugins kdepasswd kdepim-kio-plugins kdepim-wizards kdeprint kdm kghostview khelpcenter kicker kio-apt kio-locate klipper kmail kmenuedit kmilo kmix knetworkconf knotes konq-plugins konqueror-nsplugins konsole kontact konversation kooka kopete korganizer kpdf kpf kppp krdc krfb krita kscd kscreensaver ksmserver ksnapshot ksplash ksvg ksysguardd ksystemlog kubuntu-artwork-usplash kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-konqueror-shortcuts kwalletmanager kwin Last edited by NobodySpecial; January 24th, 2007 at 07:43 AM.. Reason: Updated. |
|
|
|
|
|
#3 | |
|
Gee! These Aren't Roasted!
![]() Join Date: Apr 2006
Beans: 169
Ubuntu 6.10 Edgy
|
Re: HOWTO: Install Ubuntu on PS3 from Live CD
Quote:
UPDATE: It worked ... added it to the main HOWTO. Thank you for the great tip "NobodySpecial" Last edited by Ciego; January 24th, 2007 at 08:44 PM.. Reason: It worked .... added it to the main HOWTO |
|
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2007
Beans: 1
|
thanks
(stupid uk delay |
|
|
|
|
|
#5 |
|
Gee! These Aren't Roasted!
![]() Join Date: Apr 2006
Beans: 169
Ubuntu 6.10 Edgy
|
Re: HOWTO: Install Ubuntu on PS3 from Live CD
The delay is unfortunate ... but at least you will have Oblivion at launch.
|
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2007
My beans are hidden!
|
There appear to be a few problems in this procedure with regards to what exists and doesnt in the chrooted environment... I got through them, but an uninitiated may trip up.
In step 6, fstab is copied to the non-chroot /etc. Possible correction here: Code:
$ mkdir /mnt/usbdrive $ mount /dev/sdd1/ /mnt/usbdrive $ cp /mnt/usbdrive/config/fstab /mnt/ubuntu/etc/fstab Code:
$ exit $ cp /mnt/usbdrive/target/ps3pf_utils-1.0.9-2.ppc.rpm /mnt/ubuntu/tmp/ $ cp /mnt/usbdrive/target/vsync-sample-1.0.1-4.ppc.rpm /mnt/ubuntu/tmp/ $ cp /mnt/usbdrive/config/xorg.conf /mnt/ubuntu/etc/X11/xorg.conf $ chroot /mnt/ubuntu /bin/bash $ cd /tmp $ apt-get install alien $ alien ps3pf_utils-1.0.9-2.ppc.rpm $ alien vsync-sample-1.0.1-4.ppc.rpm $ dpkg -i ps3pf-utils_1.0.9-3_powerpc.deb $ dpkg -i vsync-sample_1.0.1-5_powerpc.deb $ sudo nano /etc/kboot.conf Code:
default=ubuntu timeout=10 root=/dev/sda3 ubuntu="/boot/vmlinux initrd=/boot/initrd.img video=ps3fb:mode:1" In step 10, the apt-get remove step is only needed if kubuntu was selected, not for xubuntu, which would install other packages. I might have some suggestions for the xorg.conf... but not done experimenting yet. Thanks for the cookbook - Strydre |
|
|
|
|
|
#7 |
|
Gee! These Aren't Roasted!
![]() Join Date: Apr 2006
Beans: 169
Ubuntu 6.10 Edgy
|
Re: HOWTO: Install Ubuntu on PS3 from Live CD
Thank you for the input. I changed the order of the guide around and those corrections were not caught. I will make the changes.
|
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2006
Location: Martin, TN
Beans: 12
Ubuntu 6.06
|
Re: HOWTO: Install Ubuntu on PS3 from Live CD
Great HOWTO, just having one problem with kboot seemingly not mounting ubuntu on startup. I keep getting the following error: /boot/vmlinux: not found. I was able to get into ubuntu by doing the following:
Code:
umount /mnt/root mkdir /mnt/ubuntu mkdir /mnt/ubuntu/boot mount /dev/sda3 /mnt/ubuntu mount /dev/sda1 /mnt/ubuntu/boot mnt/ubuntu/boot/vmlinux initrd=mnt/ubuntu/boot/initrd.img root=/dev/sda3 video=ps3fb:mode:3 |
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2006
Location: Martin, TN
Beans: 12
Ubuntu 6.06
|
Re: HOWTO: Install Ubuntu on PS3 from Live CD
Well I played around and figured it out. It was in fact the kboot.conf file. I changed it around and got it to boot on its own! Here's what I have in my kboot.conf:
Code:
default=ubuntu timeout=10 root=/dev/sda3 ubuntu="sda1:vmlinux initrd=sda1:initrd.img video=ps3fb:mode:3" Thanks again Ciego. |
|
|
|
|
|
#10 |
|
Gee! These Aren't Roasted!
![]() Join Date: Apr 2006
Beans: 169
Ubuntu 6.10 Edgy
|
Re: HOWTO: Install Ubuntu on PS3 from Live CD
If I had to guess, I would say that your problem was with a missing "/" somewhere in there. The way that you ended up doing it is the way that I wanted to do it in the first place buy I couldn't get it to work for some reason. Either way .... the same command is being issued overall.
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|