The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Windows Vista -> Windows 7 Upgrade Questions (reformating)

    Discussion in 'Lenovo' started by rofflez, Dec 17, 2009.

  1. rofflez

    rofflez Notebook Enthusiast

    Reputations:
    0
    Messages:
    40
    Likes Received:
    0
    Trophy Points:
    15
    1. I'd like to get rid of the recovery partitions to clear up some more space. Right now I have C:, Q:, and S:. Q and S both seem to be recovery partitions and I was wondering if I could reformat them, and how to make it so my harddrive is only one partition for Win7 again

    2. A lot of people don't use the Thinkvantage Upgrade software - why not? I use all thinkpad stuff, so after I install windows 7 should I just use the automatic upgrade to pick/choose what software I want to use (e.g. a lot of people say win7 wireless is good, so I'd try that out but of course I want the touchpad software, etc)

    thanks!!
     
  2. rofflez

    rofflez Notebook Enthusiast

    Reputations:
    0
    Messages:
    40
    Likes Received:
    0
    Trophy Points:
    15
  3. flynn337

    flynn337 Notebook Consultant

    Reputations:
    21
    Messages:
    162
    Likes Received:
    0
    Trophy Points:
    30
    Just FYI, I've removed S and Q (and C) on my system by replacing the hard drive entirely. The system boots just fine : )


    I don't plan on using using the ThinkVantage software, at least not more than once - what am I missing out on?
     
  4. hceuterpe

    hceuterpe Notebook Evangelist

    Reputations:
    111
    Messages:
    380
    Likes Received:
    0
    Trophy Points:
    30
    I've always liked to zero out the MBR and partition table with a linux boot disk:
    dd if=/dev/zero of=/dev/sda bs=512 count=1

    If you're paranoid and have any thought you might want the recovery partition restored, run this first:
    dd if=/dev/sda of=/path/drive.img bs=512 count=1
    and then you can use something like gparted to backup the partition. SysRescueCD works quite well for all of this. Then run the command to wipe out the beginning of the drive.

    This is what I would do personally as I consider it simple, yet effective. But if you're very uncomfortable with Linux, there are other options (though most likely not free).