Wow the partitioning was a pain. Since I wasn't starting fresh and Windows 7 was claiming ownership of the entire hard drive, I used Disk Partition that comes with Windows. Highly discourage using any other partitioning tool because of how windows files are configured. At least in windows, the shrink volume function stopped me from destroying the immovable files. You can try defragmenting, but it won't move the immovable clusters.
The solution:
1. Make a backup in case of data corruption, boot failure
2. Disable System Restore, delete past restore points
3. Disable Paging from Advanced System settings
4. Disable hibernation
5. Defragment your hard drive (this time it should move everything to the beginning)
Doing the above allowed me to shrink the volume.
Personally, this linux environment will be for development and nothing else so I gave it 20gb, 4gb for swap and the rest for /, /home. I'm sacrificing hibernation here since I have 16gb ram, I would have to give up ~18gb just for that feature. Not a worthy trade off in my case.
I kept most of the settings to default for my basic needs. I chose to install both GNOME and xfce to see which one I like more. I am favoring GNOME at this time.
Everything worked straight away except wireless and trackpoint scroll button.
Enabling Wireless
I decided to install the wireless firmware manually as axur-delmeria instructed. I did have to edit the sources.list:
Code: Select all
deb http://ftp.[your country mirror].debian.org/debian/ jessie main contrib non-free
By default, the above code won't have
contrib and
non-free. So all you have to do is just append it at the end of that line.
After that, follow axur-delmeria's guide on installing firmware-iwlwifi package.
Wireless should work without a problem
Enabling TrackPoint Middle Scroll Button
http://www.thinkwiki.org/wiki/How_to_co ... TrackPoint
I used the evdev driver and it worked perfectly.
Some recommended packages:
thinkfan - this monitors your sensors and adjusts the fan speed (installation is quite complicated but if anyone is interested, I can write a guide.)
laptop-mode-tools - power saving tools for when operating in battery
Special Thanks:
axur-delmeria,
You were a life saver in this installation. I'm updating this post via Debian! Thank you!