Forum: PS3 Linux Discussion - The PS3 Linux Discussion forum contains all the information you are looking for on using Linux on the PS3.


The above video goes away if you are a member and logged in, so log in now!




 
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!

 


User Tag List

Thread: new AsbestOS problem
  

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 21
  1. #11  
    srl's Avatar
    srl
    srl is offline Enlightened One
    Join Date
    Sep 2010
    Location
    9.5 feet underneath your house in one of the vast tunnels that make up my secret lab
    Posts
    30
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    2
    Instead of this, what should we put in the kboot file in order to boot the ubuntu virtual filesystem that makes up linux00.img ... linux09.img

    Not that theres anything wrong with debian but as the ubuntu images are turnkey I'd like to see it in action.
    Reply With Quote  

  2. #12  
    dizzle is offline Registered User
    Join Date
    Feb 2011
    Posts
    13
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    still stuck at the base system thing now it stops at 75% everytime and the menu pops up i even added the preseed.cfg file onto the usb drive and it didnt work
    Last edited by dizzle; 02-25-2011 at 11:01 AM.
    Reply With Quote  

  3. #13  
    srl's Avatar
    srl
    srl is offline Enlightened One
    Join Date
    Sep 2010
    Location
    9.5 feet underneath your house in one of the vast tunnels that make up my secret lab
    Posts
    30
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    2
    Quote Originally Posted by dizzle View Post
    still stuck at the base system thing now it stops at 75% everytime and the menu pops up i even added the preseed.cfg file onto the usb drive and it didnt work
    That's not surprising, if you visit the url its requesting the files from you'll see that his account is suspended so theres nothing to get.
    Reply With Quote  

  4. #14  
    dizzle is offline Registered User
    Join Date
    Feb 2011
    Posts
    13
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by srl View Post
    That's not surprising, if you visit the url its requesting the files from you'll see that his account is suspended so theres nothing to get.
    no i got a different one from a diff site and other people said it work but unfortunetly not for me
    Reply With Quote  

  5. #15  
    dizzle is offline Registered User
    Join Date
    Feb 2011
    Posts
    13
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    am i the olny person that has this problom?
    Reply With Quote  

  6. #16  
    snipes420 is offline Registered User
    Join Date
    Sep 2010
    Posts
    10
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Try the new BootOS release version 2.01 from here -> ps3.khore.org

    It has that missing file fixed.


    PS: Wow Ads! seriously!
    Reply With Quote  

  7. #17  
    NeoKnight2k5 is offline Member
    Join Date
    Jul 2008
    Posts
    59
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by dizzle View Post
    am i the olny person that has this problom?
    Where are you installing everything? If you're going to use the new installer you could try installing to a flash drive.

    Make sure you have enough space on the drive to install everything! It might be stopping at 75% because the installer ran out of room to place files.

    After you have everything installed, just delete the kboot.conf that's stored on the internal hdd. If you want to change your resolution you're going to have to find a way to edit the default settings for where ever the default kboot.conf file is, assuming it isn't generated at boot. It seems to run a little slow though, I don't know if the ps3's vram is being used or not.

    Edit:
    Okay, I found out how to get everything running a bit faster and how to edit the kboot.conf that is stored on the drive after installation.

    Go here: http://www.pshomebrew.net/wiki/Installing_Ubuntu_on_PS3

    Scroll down to the bottom and follow the instructions for installing lxde. If you want to edit the kboot.conf just type sudeo gedit /kboot.conf and make your changes then save. I'm going to try different video modes to see if I can get full screen resolution.
    Last edited by NeoKnight2k5; 02-25-2011 at 09:43 PM. Reason: new quick info
    Reply With Quote  

  8. #18  
    srl's Avatar
    srl
    srl is offline Enlightened One
    Join Date
    Sep 2010
    Location
    9.5 feet underneath your house in one of the vast tunnels that make up my secret lab
    Posts
    30
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    2
    Code:
    /*
     286   xputs("Creating 10G file...");
     287   f = fopen("/dev_hdd0/linux.img", "w");
     288   data = malloc(1 << 20);
     289   for(i = 0; i < 10240; i++)
     290     fwrite(data, 1 << 20, 1, f);
     291   fclose(f);
     292   free(data);
     293   */
    Thats why the linux image doesn't work, the new one removes the joining code. I can join the damn files locally and upload the 10gig file over ftp but would someone please post their kboot file from 1.5 so we can start using ubuntu with 2.0 again. Thx
    Reply With Quote  

  9. #19  
    dizzle is offline Registered User
    Join Date
    Feb 2011
    Posts
    13
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    yea it now keeps telling me something about an unclean install ive been doing this for days i think it just might be time to give up lol ive been doing this for days watching loading bars all day for like almost a week now lol
    Reply With Quote  

  10. #20  
    NeoKnight2k5 is offline Member
    Join Date
    Jul 2008
    Posts
    59
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by dizzle View Post
    yea it now keeps telling me something about an unclean install ive been doing this for days i think it just might be time to give up lol ive been doing this for days watching loading bars all day for like almost a week now lol
    If you think that's bad, how about accidentally screwing up the kboot.conf after having everything working fine.
    Reply With Quote  

Page 2 of 3 FirstFirst 1 2 3 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •