Forum: PS2 Linux - Show your penguin pride. Discuss PS2 Linux (Official kit and Blackrhino) here!


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: How to use debootstrap ?!?!?!
  

Results 1 to 7 of 7
  1. #1 Question How to use debootstrap ?!?!?! 
    danielb's Avatar
    danielb is offline Member
    Join Date
    Apr 2011
    Location
    Portugal
    Posts
    168
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    3
    Megaman used debootstrap to create the debian5 image...
    Purpose: ######## debian-lenny-mipsel-v1.tgz is an image of an Debian 5.0 mipsel installation created with debootstrap. The source code is unchanged and available from the Debian servers.


    I tryed to do it in a x86 ubuntu or debian i cant remember, it downloaded all the files but then it gives a error can execute or something like that, because the architecture mismatch.

    Soo how to use this CORRECTLY?!!?!?
    Reply With Quote  

  2. #2  
    Dadas's Avatar
    Dadas is offline Member
    Join Date
    Apr 2010
    Posts
    88
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    i m not sure, but i think that after debootstrap finished work, it wants to chroot you into that new installation, it doesnt work because you made mipsel install.
    maybe the installation directory contains working installation that will work on your ps2
    Brutal destruction of ps one
    http://www.youtube.com/watch?v=Z_iIe2vabeE

    My ps2 is broken goodbye ps2linux
    Reply With Quote  

  3. #3  
    danielb's Avatar
    danielb is offline Member
    Join Date
    Apr 2011
    Location
    Portugal
    Posts
    168
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    3
    Quote Originally Posted by Dadas View Post
    ... after debootstrap finished work, it wants to chroot you into that new installation, it doesnt work because you made mipsel install.
    exactly, it tryies to chroot to finish the instalation.

    I workaround by instaling mipsel debian into qemu and debootstrap from there, but qemu is sooooooooooooooooooo slow!

    Anyway, i will have to wait until august 8 to test all of this...
    Reply With Quote  

  4. #4  
    Mega Man's Avatar
    Mega Man is offline Member
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    519
    Downloads
    0
    Uploads
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    5
    Likes Received
    35
    I also used qemu to create debian-lenny-mipsel-v1.tgz. With a really fast computer it is possible to get a higher speed than the PS2. You can use the archive and then install the rest with your PS2.
    Reply With Quote  

  5. #5  
    danielb's Avatar
    danielb is offline Member
    Join Date
    Apr 2011
    Location
    Portugal
    Posts
    168
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    3
    Quote Originally Posted by Mega Man View Post
    I also used qemu to create debian-lenny-mipsel-v1.tgz. With a really fast computer it is possible to get a higher speed than the PS2. You can use the archive and then install the rest with your PS2.
    With a dual core pc it should be quicker than ps2 no? In here its slower than the PS2!
    It stays minutes decompressing a 500kb package!
    CPU 60% HD without any activity
    Reply With Quote  

  6. #6  
    Mega Man's Avatar
    Mega Man is offline Member
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    519
    Downloads
    0
    Uploads
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    5
    Likes Received
    35
    The PS2 has 586.54 BogoMIPS with Linux 2.6. My qemu emulation has 1046.52 BogoMIPS. So it nearby has double speed. I was talking about a really fast system. I think a dual core is not fast enough. I must say that I have choosen my components to get the highest speed at development for PS2 Linux.

    PS2 /proc/cpuinfo:
    Code:
    system type             : Sony Playstation 2
    processor               : 0
    cpu model               : R5900 V3.1  FPU V3.0
    BogoMIPS                : 586.54
    wait instruction        : no
    microsecond timers      : yes
    tlb_entries             : 48
    extra interrupt vector  : yes
    hardware watchpoint     : no
    ASEs implemented        : dsp
    shadow register sets    : 1
    core                    : 0
    VCED exceptions         : not available
    VCEI exceptions         : not available
    Qemu mipsel malta /proc/cpuinfo on an Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz:
    Code:
    system type             : MIPS Malta
    processor               : 0
    cpu model               : MIPS 24K V0.0  FPU V0.0
    BogoMIPS                : 1046.52
    wait instruction        : yes
    microsecond timers      : yes
    tlb_entries             : 16
    extra interrupt vector  : yes
    hardware watchpoint     : yes
    ASEs implemented        :
    shadow register sets    : 1
    core                    : 0
    VCED exceptions         : not available
    VCEI exceptions         : not available
    Reply With Quote  

  7. #7  
    danielb's Avatar
    danielb is offline Member
    Join Date
    Apr 2011
    Location
    Portugal
    Posts
    168
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    3
    Quote Originally Posted by Mega Man View Post
    The PS2 has 586.54 BogoMIPS with Linux 2.6. My qemu emulation has 1046.52 BogoMIPS. So it nearby has double speed. I was talking about a really fast system. I think a dual core is not fast enough. I must say that I have choosen my components to get the highest speed at development for PS2 Linux.


    Qemu mipsel malta /proc/cpuinfo on an Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz:
    Code:
    system type             : MIPS Malta
    processor               : 0
    cpu model               : MIPS 24K V0.0  FPU V0.0
    BogoMIPS                : 1046.52
    My Bogo Mips is only 289 less than ps2 and less than your pc......
    Reply With Quote  

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