Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Upgrading hard drive and ram in pangolin value?

  1. #1
    Join Date
    Dec 2007
    Location
    Pittsbugh PA
    Beans
    57
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Upgrading hard drive and ram in pangolin value?

    I have a Pangolin value(purchased in march 2008 ). I have 320gb SATA hard drive on order. What do I have to do to change out the hard drive? Will I void the warranty?

    I also want to clone my current hard drive over to the new 320gb HD. I have an enclosure for the hard drive. Also is it possible to expand my root partition and not destroy other data?

    How do you go about removing ram and adding larger capacity sticks? Will that also void the warranty?
    Desktop:ECS nForce4M -A, AMD x2 +4800, 2gb DDR2 800, BFG 8500gt, WD 320gb, M-audio Audiophile 192 Ubuntu 7.10
    Laptop:System 76 Pangolin Value Intel T5250 1.5ghz 1gb DDR2 667, 60gb HD, 8600gt 256mb Ubuntu 8.04

  2. #2
    Join Date
    Jun 2006
    Beans
    7,419
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Upgrading hard drive and ram in pangolin value?

    Check with System76 about the warranty (but at the very least you should be able to add certified/approved memory without voiding it)

    You could use Gparted or clozezilla. But dd is simpler (takes longer though cuz it copies even unused space)

    Cloning an entire hard disk:

    dd if=/dev/sda of=/dev/sdb conv=notrunc,noerror

    In this example, sda is the source. sdb is the target. Do not reverse the intended source and target. Surprisingly many people do. notrunc means to not truncate. noerror means to keep going if there is an error. Normally dd stops at any error. if you have a question about a hard drive on whether or not it works, you can try to use it as the source drive for the dd command. You should get an error if it is not working. target drives need to be really messed up to give an error in dd.
    (you'll have to boot from a live cd to run it since the partitions cannot be mounted)
    Also is it possible to expand my root partition and not destroy other data?
    yes, with gparted
    Last edited by logos34; June 27th, 2008 at 04:12 AM.

  3. #3
    Join Date
    Sep 2006
    Location
    Denver, Colorado
    Beans
    5,638
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Upgrading hard drive and ram in pangolin value?

    It will not void your warranty to upgrade your RAM and HD, as long as they are within the specifications of your computer.
    To err is human, to forgive is very ... dog-like.

    Thomas Aaron
    FetchMasters, LLC

  4. #4
    Join Date
    Dec 2007
    Location
    Pittsbugh PA
    Beans
    57
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Upgrading hard drive and ram in pangolin value?

    I am just about done dd'ing all my sda1 and sda3 to the new disc. I made sure to make a 2.5gb swap file.

    Will I have to fix my grub? I have my root and swap drives on an extended partition. The root drive is sdb 6 and swap is sbd5. home drive is sdb 2.
    Desktop:ECS nForce4M -A, AMD x2 +4800, 2gb DDR2 800, BFG 8500gt, WD 320gb, M-audio Audiophile 192 Ubuntu 7.10
    Laptop:System 76 Pangolin Value Intel T5250 1.5ghz 1gb DDR2 667, 60gb HD, 8600gt 256mb Ubuntu 8.04

  5. #5
    Join Date
    Jun 2006
    Beans
    7,419
    Distro
    Ubuntu 8.04 Hardy Heron

  6. #6
    Join Date
    Dec 2007
    Location
    Pittsbugh PA
    Beans
    57
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Upgrading hard drive and ram in pangolin value?

    Well something got messed on the drive when I dd'ed it. I cannot mount it. It gives me the error sign with no message.

    This is becoming a pain for me. I am just going to install HH on the drive and then figure out how to install the system 76 driver.
    Desktop:ECS nForce4M -A, AMD x2 +4800, 2gb DDR2 800, BFG 8500gt, WD 320gb, M-audio Audiophile 192 Ubuntu 7.10
    Laptop:System 76 Pangolin Value Intel T5250 1.5ghz 1gb DDR2 667, 60gb HD, 8600gt 256mb Ubuntu 8.04

  7. #7
    Join Date
    Jun 2006
    Beans
    7,419
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Upgrading hard drive and ram in pangolin value?

    Runa filesystem check on it from the live cd:

    sudo fsck /dev/sdb6

    or whatever new root is

  8. #8
    Join Date
    Dec 2007
    Location
    Pittsbugh PA
    Beans
    57
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Upgrading hard drive and ram in pangolin value?

    Well it took me less time to drop out my old hd, stick in the new one, install ubuntu, and then take all my important files from the old hd.

    So, everything is solved with the HD.

    Now what brands of ram fall in the specifcations? I know I need ddr2 667mhz notebook sticks.
    Desktop:ECS nForce4M -A, AMD x2 +4800, 2gb DDR2 800, BFG 8500gt, WD 320gb, M-audio Audiophile 192 Ubuntu 7.10
    Laptop:System 76 Pangolin Value Intel T5250 1.5ghz 1gb DDR2 667, 60gb HD, 8600gt 256mb Ubuntu 8.04

  9. #9
    Join Date
    Jul 2005
    Beans
    670

    Re: Upgrading hard drive and ram in pangolin value?

    Now what brands of ram fall in the specifcations? I know I need ddr2 667mhz notebook sticks.
    Any brand is fine... As long as you use DDR2 667 Mhz you'll be OK. Up to 4GB is supported (although you can only use up to 4 GB with 64-bit Ubuntu.)
    Carl Richell | System76 | http://www.System76.com

    System76 Staff

  10. #10
    Join Date
    Jul 2007
    Location
    CT
    Beans
    79
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Upgrading hard drive and ram in pangolin value?

    Quote Originally Posted by crichell View Post
    Any brand is fine... As long as you use DDR2 667 Mhz you'll be OK. Up to 4GB is supported (although you can only use up to 4 GB with 64-bit Ubuntu.)
    Ubuntu can only support up 4 GB of RAM?

    Doesn't that defeat a large part of the purpose of a 64bit OS? I know 32 can only handle 3.25, it seems odd that 64 bit nets you only 0.75 more ram capacity.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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