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

Like Tree16Likes

Thread: Release: PS2 Linux Live DVD Version 3
  

Page 5 of 16 FirstFirst ... 3 4 5 6 7 15 ... LastLast
Results 41 to 50 of 154
  1. #41  
    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
    No, you don't have to copy anything more to the USB memory stick. The Live DVD will run from the USB memory stick with only 4 files. Installing to hard disc will be identical, i.e. as shown in the video.
    Reply With Quote  

  2. #42  
    bigdaddie's Avatar
    bigdaddie is offline Member
    Join Date
    Jan 2005
    Location
    Europe
    Posts
    663
    Downloads
    12
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    7
    Quote Originally Posted by Mega Man View Post
    There is an error on the hard disc. You need to check the disc with fsck.ext2 or format it again and copy everything again.
    Tried several things, used fsck.ext2 to check for errors, no errors where found, did the whole proces once more; same result:
    PHP Code:
    EXT2-fs error (device ide0 (dev 3,2): ext2_read_inodeunable to read inode block 
    Tried another drive, just like the first drive it was initially partitioned for HDLoader (both are 200GB drives) and it gives me an error about GPT.
    So i removed the GPT information first like this:
    PHP Code:
    "sudo parted /dev/<devicename>"
    "sudo mktable"
    :
      -> 
    Table typemsdos
      
    -> Destroy datayes
      
    -> quit 
    Then i start creating the partitions following your tutorial.
    I use the latest Ubuntu.

    Tried to run it from the PS2 but again like with the first drive it hangs with the same errors:
    PHP Code:
    EXT2-fs error (device ide0 (dev 3,2): ext2_read_inodeunable to read inode block 
    So i guess i must be doin' something wrong? i don't think the harddrive is corrupted because it happens on both drives...
    Last edited by bigdaddie; 08-12-2012 at 05:01 AM.
    Reply With Quote  

  3. #43  
    xnamkcor is offline Member
    Join Date
    Nov 2011
    Posts
    118
    Downloads
    2
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    3
    Quote Originally Posted by Mega Man View Post
    No, you don't have to copy anything more to the USB memory stick. The Live DVD will run from the USB memory stick with only 4 files. Installing to hard disc will be identical, i.e. as shown in the video.
    I think I may just use linux to format the disk. Thanks for the help.
    Reply With Quote  

  4. #44  
    bigdaddie's Avatar
    bigdaddie is offline Member
    Join Date
    Jan 2005
    Location
    Europe
    Posts
    663
    Downloads
    12
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    7
    I think my problem has to do with the partitioning of the drive, it should be simple, but i gives me headaches

    I just created 2 partitions in ubuntu and formatted the boot partition, below are the results, is this correct?

    ubuntu@ubuntu:~$ sudo mkfs.ext2 -I 128 /dev/sdd2
    mke2fs 1.42 (29-Nov-2011)
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=0 blocks, Stripe width=0 blocks
    12443648 inodes, 49753305 blocks
    2487665 blocks (5.00%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=0
    1519 block groups
    32768 blocks per group, 32768 fragments per group
    8192 inodes per group
    Superblock backups stored on blocks:
    32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
    4096000, 7962624, 11239424, 20480000, 23887872

    Allocating group tables: done
    Writing inode tables: done
    Writing superblocks and filesystem accounting information: done
    and this how the partitions show up in fdisk:
    Disk /dev/sdd: 203.9 GB, 203928109056 bytes
    255 heads, 63 sectors/track, 24792 cylinders, total 398297088 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00563228

    Device Boot Start End Blocks Id System
    /dev/sdd1 63 257039 128488+ 82 Linux swap / Solaris
    /dev/sdd2 257040 398283479 199013220 83 Linux
    Reply With Quote  

  5. #45  
    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
    Linux 2.4 can only access the first 137GB. The partition needs to end before this border. HDLoader 48 bit can access the space behind it.
    Reply With Quote  

  6. #46  
    bigdaddie's Avatar
    bigdaddie is offline Member
    Join Date
    Jan 2005
    Location
    Europe
    Posts
    663
    Downloads
    12
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    7
    Quote Originally Posted by Mega Man View Post
    Linux 2.4 can only access the first 137GB. The partition needs to end before this border. HDLoader 48 bit can access the space behind it.
    That solved the problem. It's working, finally

    2 questions:
    The screen is not nicely centered and firefox is running a bit slow, is that normal behavior or can i fix it somehow?
    Reply With Quote  

  7. #47  
    djole94hns is offline Member
    Join Date
    Aug 2012
    Posts
    20
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by Mega Man View Post
    Go to "Configuration Menu" menu and change kernel parameter.
    Select " Set to initrd" and add the parameter after pressing space:
    cdrom=/dev/sda1
    Change kernel parameter to what? Or were you implying to the next step, Select " Set to initrd" and add the parameter after pressing space:
    cdrom=/dev/sda1?
    Reply With Quote  

  8. #48  
    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 screen position and size are defined by:
    TV_MARGIN_DX
    TV_MARGIN_DY
    TV_MARGIN_DW
    TV_MARGIN_DH

    In the files:
    /usr/local/bin/win2
    /usr/local/bin/win3

    You can change the files and then you need to restart the X-Server with:
    CTRL + ALT + BACKSPACE (not DEL)
    CTRL + D (or exit)

    Quote Originally Posted by djole94hns View Post
    Change kernel parameter to what? Or were you implying to the next step, Select " Set to initrd" and add the parameter after pressing space:
    cdrom=/dev/sda1?
    Yes, the kernel parameter is changed by the action in the next sentence.
    Reply With Quote  

  9. #49  
    djole94hns is offline Member
    Join Date
    Aug 2012
    Posts
    20
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thanks a lot! By the way, it is very slow, if I defragment the files would it help?
    And also, installing to the hard disk from your video also applies to USB hard disks, or it is only for fat ps2 with hard disk? Sorry for asking so much questions, I am just amazed by this thing, and also my laptop is broken so I need a temporary PC for music and internet
    Last edited by djole94hns; 08-13-2012 at 02:10 PM.
    Reply With Quote  

  10. #50  
    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
    Ext2 has normally no problems with fragmentation. I don't think that it will be faster.

    The video shows installation on internal hard disc. USB is different. fdisk needs to be used instead of ps2fdisk. The device nodes are sda1 and sda2 instead of hda1 and hda2. Also it can 't be started directly, initrd.usb2.gz needs to be used with newroot=/dev/sda2 as kernel parameter.
    This is also slower because of USB 1.1 (12 MBit/s).
    Reply With Quote  

Page 5 of 16 FirstFirst ... 3 4 5 6 7 15 ... 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
  •