Go Back   PS3Hax - Sony Fears Us > OtherOS Resources > Yellow Dog Linux
Yellow Dog Linux Other OS for Sony Playstation

Reply
 
LinkBack Thread Tools

Problems With Installing YDL?
  #1 (permalink)  
Old 01-15-2007, 09:48 PM
nesalang is offline
I'm Moving On Up ...
 
Join Date: Dec 2006
Posts: 3
Default Problems With Installing YDL?

I want to try and install YDL onto my PS3, but I'm worried that something will go wrong, and screw up my PS3...

Lets say I do what is said in the installation guide. and at the point where I set the main OS to use to the "Other OS" I try to but up YDL and install it.. but lets say that doesn't work... for some reason

Is there any other way to go back to the PS3 OS without having to type in the command into YDL?

Or would I just be SOL?

Thanks,
~Chupsterrrr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Problems With Installing YDL?
  #2 (permalink)  
Old 01-15-2007, 10:00 PM
Zoned's Avatar
Zoned is offline
PS3Hax Senior Hacker
 
Join Date: Dec 2006
Posts: 47
Default Re: Problems With Installing YDL?

hey chup, you are fine if you botch your install. First of all, all you have to do is re-install to fix the bad install, which shouldn't happen anyways unless you have an oddball TV or your keyboard and mouse are not recognized properly by LInux install procedure.

NOW, if you want to get back to Game OS, with or without a working Linux installation, all you have to do is power on the PS3 and then hold down the power on button for 5 seconds, and the Game OS will boot no matter what the default OS is set as in XMB Game OS.

Of course you can re partition the drive to clean out a bad install as well from within Game OS so $ony has done a nice job of protecting the Game OS no matter what we do with the Linux.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Problems With Installing YDL?
  #3 (permalink)  
Old 01-15-2007, 10:08 PM
nesalang is offline
I'm Moving On Up ...
 
Join Date: Dec 2006
Posts: 3
Default Re: Problems With Installing YDL?

Thanks for the quick reply Zoned. That makes me feel a lot better about trying this.

Thought I guess I could have looked into the manual to find what you just told me out, but that never crossed my mind to find out.

Again thanks for the quick reply and help!
~Chupsterrrr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Problems With Installing YDL?
  #4 (permalink)  
Old 01-15-2007, 10:10 PM
Zoned's Avatar
Zoned is offline
PS3Hax Senior Hacker
 
Join Date: Dec 2006
Posts: 47
Default Re: Problems With Installing YDL?

no probs, any questions don't hesitate to ask in the Installing Yellow Dog Linux board. Make sure you download the Guide to Installing YDL 5.0 in the Downloads section and then follow the How To in the board. good luck
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Problems With Installing YDL?
  #5 (permalink)  
Old 01-15-2007, 11:22 PM
haxen's Avatar
haxen is offline
I shredded my PS3
PS3Hax Leader
 
Join Date: Dec 2006
Posts: 239
Default Re: Problems With Installing YDL?


Quote:
? Sent to: haxen on: January 15, 2007, 10:37:42 PM ?

Hey haxen, I've run into a small problem upon trying to load up ydl, I get to the part where I see the 2 penquins. etc, then it begins saying things like leasefail, then it says cleanup and some thing about no vrs or vsr or something similar, upon which it then tosses me to a black screen full of nothing... If you could instruct me on how to fix this itd be real helpful...
Leasefail refers to the negotiation with the DHCP server, however I suspect that you did not get a fully burned DVD correctly.

Remember, this is not a copy, this is an image burn, ie. the entire single iso file has to be burned to the DVD, read my instructions on how to burn this below, do it again on a clean DVD at 1.0x speed, take your time, its worth it, the burn has to be perfect.

[Please register to see this link. ]

Also, make sure you got a good copy of the iso file. Again, check the sources in the Forum, they were updated at the bottom of this post:

[Please register to see this link. ]

We had another member nmc75 failing the install because his source iso file was not perfect and I ended up shipping him my DVD and he installed perfectly after that.

Let me know how it goes.

__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Problems With Installing YDL?
  #6 (permalink)  
Old 01-15-2007, 11:31 PM
nesalang is offline
I'm Moving On Up ...
 
Join Date: Dec 2006
Posts: 3
Default Re: Problems With Installing YDL?

Thanks for the info Haxen... Will do

~Chupsterrrr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Problems With Installing YDL?
  #7 (permalink)  
Old 01-15-2007, 11:35 PM
playb3yond is offline
I'm Moving On Up ...
 
Join Date: Jan 2007
Posts: 3
Default Re: Problems With Installing YDL?

Well I typed in installtext and I am currently installing it through the text setup, I dont know if I put in the partion information correctly or not but hopefully I did..., I will tell you how it goes after I get back from my shower
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Problems With Installing YDL?
  #8 (permalink)  
Old 01-16-2007, 12:47 AM
playb3yond is offline
I'm Moving On Up ...
 
Join Date: Jan 2007
Posts: 3
Default Re: Problems With Installing YDL?

Ok, new problem, I am doing the text install trick to get the gui I to work, If I were to put the Xautoupdate file on my usb flash drive, what would I type in the command line to mount it

I have it in the very bottom usb slot....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Problems With Installing YDL?
  #9 (permalink)  
Old 01-16-2007, 01:09 AM
ubisoft is offline
PS3Hax Active Hacker
 
Join Date: Dec 2006
Posts: 14
Default Re: Problems With Installing YDL?

Take OUT the USB drive and type dmesg and hit enter.

Read the last line of the screen output and remeber it.

Plug in the USB and type dmesg and hit enter. It should read something like

sdf: sdf1
sd 4:0:0:0: Attached scsi removable disk sdf

The USB drive is sdf and has one partition, sdf1. So now you can make a directory to mount it to,

mkdir -v /mnt/usb-drive and Enter

Then mount the USB to the directory

mount -v /dev/sdf1 /mnt/usb-drive

If you type ls -l /mnt/usb-drive this should give you a listing of files on the USB. (The USB should formatted as FAT32 not NFTS.)

To install the rpm type, rpm -ivh /mnt/usb-drive/Xautoconfig-0.23-2.ydl.2.ppc.rpm. That should install that rpm. Now type Xautoconfig to setup the xorg.conf file so you can access the graphical system. Type, startx to start it up.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Problems With Installing YDL?
  #10 (permalink)  
Old 01-16-2007, 01:23 AM
playb3yond is offline
I'm Moving On Up ...
 
Join Date: Jan 2007
Posts: 3
Default Re: Problems With Installing YDL?

Thanks alot man, that work perfectly.. great detail man.. I owe you one
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing YDL on 1.6 result 866 Yellow Dog Linux 6 Today 12:51 AM
Problems installing YDL in PS3 - display res or refresh rate jp76 Yellow Dog Linux 0 12-24-2007 12:29 PM
Installing Bittorrent On YDL 5.0.1 spencer785 General Messages 1 06-20-2007 05:10 PM
Problems Installing AMSN 1Zeus9 Yellow Dog Linux 7 04-29-2007 12:48 PM
MOVED: Problems With Installing YDL? haxen General Messages 0 01-19-2007 11:16 PM



All times are GMT -5. The time now is 11:39 AM.

vB skin by: eXtremepixels
Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
 SEO by 3.0.0
© PS3Hax.com 2007 & 2008