<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Leonidas</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Leonidas"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Leonidas"/>
	<updated>2026-05-26T22:37:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50261</id>
		<title>Installing Fedora 14 x86 64 on a X201s-Dualboot config with Windows 7 64 pre-installed</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50261"/>
		<updated>2011-01-11T21:15:36Z</updated>

		<summary type="html">&lt;p&gt;Leonidas: /* Hardware support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is about installing Fedora 14 on a x201s(5129-CTO) which already had &lt;br /&gt;
Windows 7 Professional 64 bit installed from factory. The aim is to keep Windows and &lt;br /&gt;
have Fedora on a separate partition. We are going to use the Windows boot&lt;br /&gt;
manager to select which operating system will boot.&lt;br /&gt;
&lt;br /&gt;
My model type was 5129-CTO with BIOS ver 1.23, Embedded Controller Version 1.11 and:&lt;br /&gt;
*CPU Intel Core i7 640LM&lt;br /&gt;
*8GB RAM&lt;br /&gt;
*320GB 7200RPM HDD&lt;br /&gt;
*Intel Centrino Ultimate-N 6300AGN MiniPCI &lt;br /&gt;
&lt;br /&gt;
==Preparing for the Install - BACKUP!!!==&lt;br /&gt;
Before you start working on your system, make sure that you create a recovery&lt;br /&gt;
set from the ThinkVantage Toolbox, System Health, Enhanced Backup and Restore.&lt;br /&gt;
Click on ThinkVantage Rescue and Recovery button, and then Launch Advanced Rescue and Recovery.&lt;br /&gt;
In here click Create Rescue Media.&lt;br /&gt;
I used a USB HDD to create the rescue media to.&lt;br /&gt;
It might also be a good idea to Backup your Hard disk at this point.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Continue at your own risk should you choose to skip this step. It is highly advised to have a backup media when playing around with partitions!!}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Make Space on the disk==&lt;br /&gt;
The first thing we want to do is make space on the hard drive for the Fedora install.&lt;br /&gt;
Open your Disk management. You will see that from the factory the system has three partitions with the following labels:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
We want to re-size the Windows7_OS partition.&lt;br /&gt;
Before resizing, perform a Defrag of the drive using Windows Defrag (or your favorite defrag program).&lt;br /&gt;
Once defrag completes, right click on the Windows7_OS partition and select Shrink Volume.&lt;br /&gt;
Windows computes the available space for shrink. On mine I ended up with roughly 133GB available.&lt;br /&gt;
Select the maximum available and perform the shrink.&lt;br /&gt;
After that you will have the following partitions:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Unallocated Space&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
Reboot and ignore the message about Rescue and Recovery using F11 key. Verify that all is normal and reboot once again&lt;br /&gt;
(this is required to clear the F11 for Rescue and Recovery message. I found out that every time a change was made to the&lt;br /&gt;
partitions, the message kept coming. On the second consecutive reboot the message disappears)&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Create the Bootable USB from the DVD iso image==&lt;br /&gt;
Since the x201s does not come with a DVD (unless you have the Ultrabase), we need to make a bootable USB key &lt;br /&gt;
containing the installation media.&lt;br /&gt;
To do that the process that worked for me was via another Linux system (running Fedora 13) and the use of livecd-tools package.&lt;br /&gt;
I tried using the Fedora live CD creator, unetbootin... nothing worked (USB booted but was getting &amp;quot;Missing ISO 9660 image&amp;quot; error once past the partitioning).&lt;br /&gt;
Save your time and find a Linux system to properly create the usb key.&lt;br /&gt;
I downloaded the DVD ISO from the Fedora site (I used the x86_64 image) and saved it on /media/Fedora-14-x86_64-DVD.iso&lt;br /&gt;
The usb key used was a Kingston 8GB located on /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
On your Linux system execute:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|su-}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install livecd-tools syslinux}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|livecd-iso-to-disk --format -–reset-mbr /media/Fedora-14-x86_64-DVD.iso  /dev/sdb1}}&lt;br /&gt;
&lt;br /&gt;
{{WARN|The above command will FORMAT and ERASE all the contents from the USB key!!}} &lt;br /&gt;
&lt;br /&gt;
After this command, mount your usb key (eject and re-insert)&lt;br /&gt;
and verify that the iso file is on the root of the key,&lt;br /&gt;
and in the images directory you have the install.img file.&lt;br /&gt;
&lt;br /&gt;
You are done, eject and use the key to boot and install.&lt;br /&gt;
&lt;br /&gt;
==Fedora Install==&lt;br /&gt;
Insert the key on the usb port on the left below the Tab key. Start the system and at the BIOS prompt hit F12.&lt;br /&gt;
A list with the available boot devices will be shown. Select the usb key and hit enter.&lt;br /&gt;
This should give you the Fedora install screen. Select the first option (Install a new system or upgrade an existing)&lt;br /&gt;
Note that there is also the option to Rescue an installed system. We will be using this latter on.&lt;br /&gt;
&lt;br /&gt;
Continue installation as usual, with the exception that when asked for the disk layout (after you have set the root password)&lt;br /&gt;
you should select Create Custom Layout.&lt;br /&gt;
Here we select the unallocated space that we created before, and click Create.&lt;br /&gt;
In here select Standard Partition and click Create.&lt;br /&gt;
The Add partition window will open. &lt;br /&gt;
Create the Linux ext4 partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: /&lt;br /&gt;
*File System Type: ext4&lt;br /&gt;
*Size(MB): Select all available less 3GB for the swap partition (128000 in my case)&lt;br /&gt;
*Fixed Size: Checked&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next highlight the remaining space, and create the swap partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: &amp;lt;blank&amp;gt;&lt;br /&gt;
*File System Type: swap&lt;br /&gt;
*Select Fill to maximum allowable space&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
Having completed the above steps, you should be left with the following partition layout(sizes may vary in your case):&lt;br /&gt;
&lt;br /&gt;
*sda1	1200&lt;br /&gt;
*sda2	162231&lt;br /&gt;
*sda4	131811&lt;br /&gt;
**sda5	128000&lt;br /&gt;
**sda6	3809&lt;br /&gt;
*sda3	10000&lt;br /&gt;
*Free	1&lt;br /&gt;
&lt;br /&gt;
Click Next when Ready or Back to recreate the partitions.&lt;br /&gt;
Then click Write Changes to the Disk. Changes will be written to the disk.&lt;br /&gt;
&lt;br /&gt;
{{WARN|This will modify the partition layout. Make sure that the layout is correct and that you had backed up your data as suggested above!!!}} &lt;br /&gt;
&lt;br /&gt;
The next step is critical to the health of the Windows installation and its bootability. Make absolutely sure&lt;br /&gt;
that you specify GRUB to be installed on the Linux partition and NOT ON THE MBR of the HDD!&lt;br /&gt;
*Tick Install boot loader on... and then Change Device.&lt;br /&gt;
*Select First sector of boot partition and click OK&lt;br /&gt;
*Make sure that Fedora is selected as the Default.&lt;br /&gt;
*Click Next and the installation of the packages will begin.&lt;br /&gt;
&lt;br /&gt;
Once installation is completed you may reboot and proceed with the next step. Keep the usb key plugged in.&lt;br /&gt;
&lt;br /&gt;
==GRUB correction==&lt;br /&gt;
The next step was necessary because for some reason the grub.conf created by the installer&lt;br /&gt;
incorrectly points to (hd1,4) partition. Why this happened is unclear to me, but here is how you overcome the problem.&lt;br /&gt;
&lt;br /&gt;
Upon reboot keep the usb key plugged in and again select to boot&lt;br /&gt;
from it by pressing F12 at the BIOS splash screen. This time select Rescue an installed system from the menu.&lt;br /&gt;
Mount the partition read/write and get to the shell and execute the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|chroot /mnt/sysimage}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|grub}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|find /boot/grub/grub.conf}}&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|(hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|root (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|setup (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|quit}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Replace the (hd0,4) with whatever your linux partition is located at (output of find command in grub), barring in mind that sda1 translates to (hd0,0),&lt;br /&gt;
sda2 to (hd0,1) and so forth. My partition was on sda5, therefore (hd0,4).}}&lt;br /&gt;
Exit the rescue shell and reboot the system. Remove the USB key and let windows&lt;br /&gt;
boot as normal. You may get a prompt to press F11 for Rescue and Recovery. Ignore it.&lt;br /&gt;
&lt;br /&gt;
==Adding Fedora install to Windows Boot Loader==&lt;br /&gt;
In order to modify the Windows bootloader we will use the free program called EasyBCD (google it up).&lt;br /&gt;
Download and install it. Before running, we will have to assign a drive letter to the SYSTEM_DRV partition where the bootloader is.&lt;br /&gt;
&lt;br /&gt;
*Open Windows Disk Management (right-click Computer &amp;gt; Manage &amp;gt; Disk Management).&lt;br /&gt;
*Right click on the first partition (SYSTEM_DRV) and assign a letter to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run EasyBCD and click Add/Remove Entries&lt;br /&gt;
&lt;br /&gt;
*Click the Linux tab and create a new entry with: &lt;br /&gt;
**Type:Grub(Legacy)&lt;br /&gt;
**Name:Fedora 14 &lt;br /&gt;
**Device:Partition x (Linux-xxxGB) - select the partition that we used for installing Fedora.&lt;br /&gt;
*Leave the GRUB isn't installed to bootsector/MBR check box unchecked, and click Add Entry&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before exiting EasyBCD you have to modify the timeout of the bootloader menu.&lt;br /&gt;
&lt;br /&gt;
*Click on Edit Boot menu and at the bottom modify the &amp;quot;Boot default OS after&amp;quot; setting (3 seconds should suffice).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Exit EasyBCD, and remember to remove the drive letter assigned to the SYSTEM_DRV partition.&lt;br /&gt;
Reboot the system and ignore the F11 for Recovery message. &lt;br /&gt;
&lt;br /&gt;
You should see the windows bootloader menu. Select Fedora 14 and complete the install. Do a full yum update at your earliest convenience.&lt;br /&gt;
&lt;br /&gt;
== Hardware support ==&lt;br /&gt;
The following table refers to the most updated kernel as of this writing (2.6.35.10-74.fc14.x86_64).&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Hardware !! works !! driver !! notes&lt;br /&gt;
|-&lt;br /&gt;
| Video ([[Intel_HD_Graphics|Intel HD Graphics]])&lt;br /&gt;
| {{Cyes}} || i915? || &lt;br /&gt;
|-&lt;br /&gt;
| Audio (Intel Corporation 5 Series/3400 Series Chipset High Definition Audio)&lt;br /&gt;
| {{Cyes}} || snd_hda_intel || &lt;br /&gt;
|-&lt;br /&gt;
| Network ([[Intel_Gigabit_Ethernet_(10/100/1000)_PCI-Express|Intel Corporation 82577LM Gigabit Network Connection]])&lt;br /&gt;
| {{Cyes}} || e1000e || &lt;br /&gt;
|-&lt;br /&gt;
| WiFi ([[Intel_Centrino_Ultimate-N_6300|Intel Centrino Ultimate-N 6300]])&lt;br /&gt;
| {{Cyes}} || iwlagn || Tested with a Dlink DWL-2100AP (H/W ver. A5, F/W ver. 2.50eu)&lt;br /&gt;
|-&lt;br /&gt;
| Modem&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Fingerprint Reader&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bluetooth&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| APS&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| UltraNav&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Card-Reader&lt;br /&gt;
| {{Cyes}} || || Tested with a 16GB SD, mounts as a usb disk&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Power Saving / Function Keys==&lt;br /&gt;
Sleep: Works with no problems from KDE&lt;br /&gt;
&lt;br /&gt;
Hibernate: Does not seem to work when requested from KDE Power Management App&lt;br /&gt;
&lt;br /&gt;
Fn keys working: &lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F2}} (Lock)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F4}} (Sleep)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|PgUp}} (ThinkLight)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|Home}}/{{key|End}} (Up/Down lcd brightness)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References/External Sources==&lt;br /&gt;
For dual boot instructions follow [http://www.thpc.info/dual/win7/dualboot_win7+fedora13_bcd_on_win7.html Tweak Home PC's excellent guides]&lt;br /&gt;
&lt;br /&gt;
For making a bootable Fedora USB from the DVD iso image see [http://forums.fedoraforum.org/showthread.php?t=205596 this post] on the Fedora Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://tuxmobil.org/pics/tuxmobil_sticker.png[http://tuxmobil.org/ http://tuxmobil.org/ TuxMobil - Linux on Laptops, Notebooks, PDAs and Mobile Phones]&lt;br /&gt;
&lt;br /&gt;
[[Category:X201]][[Category:X201s]][[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Leonidas</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50258</id>
		<title>Installing Fedora 14 x86 64 on a X201s-Dualboot config with Windows 7 64 pre-installed</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50258"/>
		<updated>2011-01-10T18:51:37Z</updated>

		<summary type="html">&lt;p&gt;Leonidas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is about installing Fedora 14 on a x201s(5129-CTO) which already had &lt;br /&gt;
Windows 7 Professional 64 bit installed from factory. The aim is to keep Windows and &lt;br /&gt;
have Fedora on a separate partition. We are going to use the Windows boot&lt;br /&gt;
manager to select which operating system will boot.&lt;br /&gt;
&lt;br /&gt;
My model type was 5129-CTO with BIOS ver 1.23, Embedded Controller Version 1.11 and:&lt;br /&gt;
*CPU Intel Core i7 640LM&lt;br /&gt;
*8GB RAM&lt;br /&gt;
*320GB 7200RPM HDD&lt;br /&gt;
*Intel Centrino Ultimate-N 6300AGN MiniPCI &lt;br /&gt;
&lt;br /&gt;
==Preparing for the Install - BACKUP!!!==&lt;br /&gt;
Before you start working on your system, make sure that you create a recovery&lt;br /&gt;
set from the ThinkVantage Toolbox, System Health, Enhanced Backup and Restore.&lt;br /&gt;
Click on ThinkVantage Rescue and Recovery button, and then Launch Advanced Rescue and Recovery.&lt;br /&gt;
In here click Create Rescue Media.&lt;br /&gt;
I used a USB HDD to create the rescue media to.&lt;br /&gt;
It might also be a good idea to Backup your Hard disk at this point.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Continue at your own risk should you choose to skip this step. It is highly advised to have a backup media when playing around with partitions!!}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Make Space on the disk==&lt;br /&gt;
The first thing we want to do is make space on the hard drive for the Fedora install.&lt;br /&gt;
Open your Disk management. You will see that from the factory the system has three partitions with the following labels:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
We want to re-size the Windows7_OS partition.&lt;br /&gt;
Before resizing, perform a Defrag of the drive using Windows Defrag (or your favorite defrag program).&lt;br /&gt;
Once defrag completes, right click on the Windows7_OS partition and select Shrink Volume.&lt;br /&gt;
Windows computes the available space for shrink. On mine I ended up with roughly 133GB available.&lt;br /&gt;
Select the maximum available and perform the shrink.&lt;br /&gt;
After that you will have the following partitions:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Unallocated Space&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
Reboot and ignore the message about Rescue and Recovery using F11 key. Verify that all is normal and reboot once again&lt;br /&gt;
(this is required to clear the F11 for Rescue and Recovery message. I found out that every time a change was made to the&lt;br /&gt;
partitions, the message kept coming. On the second consecutive reboot the message disappears)&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Create the Bootable USB from the DVD iso image==&lt;br /&gt;
Since the x201s does not come with a DVD (unless you have the Ultrabase), we need to make a bootable USB key &lt;br /&gt;
containing the installation media.&lt;br /&gt;
To do that the process that worked for me was via another Linux system (running Fedora 13) and the use of livecd-tools package.&lt;br /&gt;
I tried using the Fedora live CD creator, unetbootin... nothing worked (USB booted but was getting &amp;quot;Missing ISO 9660 image&amp;quot; error once past the partitioning).&lt;br /&gt;
Save your time and find a Linux system to properly create the usb key.&lt;br /&gt;
I downloaded the DVD ISO from the Fedora site (I used the x86_64 image) and saved it on /media/Fedora-14-x86_64-DVD.iso&lt;br /&gt;
The usb key used was a Kingston 8GB located on /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
On your Linux system execute:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|su-}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install livecd-tools syslinux}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|livecd-iso-to-disk --format -–reset-mbr /media/Fedora-14-x86_64-DVD.iso  /dev/sdb1}}&lt;br /&gt;
&lt;br /&gt;
{{WARN|The above command will FORMAT and ERASE all the contents from the USB key!!}} &lt;br /&gt;
&lt;br /&gt;
After this command, mount your usb key (eject and re-insert)&lt;br /&gt;
and verify that the iso file is on the root of the key,&lt;br /&gt;
and in the images directory you have the install.img file.&lt;br /&gt;
&lt;br /&gt;
You are done, eject and use the key to boot and install.&lt;br /&gt;
&lt;br /&gt;
==Fedora Install==&lt;br /&gt;
Insert the key on the usb port on the left below the Tab key. Start the system and at the BIOS prompt hit F12.&lt;br /&gt;
A list with the available boot devices will be shown. Select the usb key and hit enter.&lt;br /&gt;
This should give you the Fedora install screen. Select the first option (Install a new system or upgrade an existing)&lt;br /&gt;
Note that there is also the option to Rescue an installed system. We will be using this latter on.&lt;br /&gt;
&lt;br /&gt;
Continue installation as usual, with the exception that when asked for the disk layout (after you have set the root password)&lt;br /&gt;
you should select Create Custom Layout.&lt;br /&gt;
Here we select the unallocated space that we created before, and click Create.&lt;br /&gt;
In here select Standard Partition and click Create.&lt;br /&gt;
The Add partition window will open. &lt;br /&gt;
Create the Linux ext4 partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: /&lt;br /&gt;
*File System Type: ext4&lt;br /&gt;
*Size(MB): Select all available less 3GB for the swap partition (128000 in my case)&lt;br /&gt;
*Fixed Size: Checked&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next highlight the remaining space, and create the swap partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: &amp;lt;blank&amp;gt;&lt;br /&gt;
*File System Type: swap&lt;br /&gt;
*Select Fill to maximum allowable space&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
Having completed the above steps, you should be left with the following partition layout(sizes may vary in your case):&lt;br /&gt;
&lt;br /&gt;
*sda1	1200&lt;br /&gt;
*sda2	162231&lt;br /&gt;
*sda4	131811&lt;br /&gt;
**sda5	128000&lt;br /&gt;
**sda6	3809&lt;br /&gt;
*sda3	10000&lt;br /&gt;
*Free	1&lt;br /&gt;
&lt;br /&gt;
Click Next when Ready or Back to recreate the partitions.&lt;br /&gt;
Then click Write Changes to the Disk. Changes will be written to the disk.&lt;br /&gt;
&lt;br /&gt;
{{WARN|This will modify the partition layout. Make sure that the layout is correct and that you had backed up your data as suggested above!!!}} &lt;br /&gt;
&lt;br /&gt;
The next step is critical to the health of the Windows installation and its bootability. Make absolutely sure&lt;br /&gt;
that you specify GRUB to be installed on the Linux partition and NOT ON THE MBR of the HDD!&lt;br /&gt;
*Tick Install boot loader on... and then Change Device.&lt;br /&gt;
*Select First sector of boot partition and click OK&lt;br /&gt;
*Make sure that Fedora is selected as the Default.&lt;br /&gt;
*Click Next and the installation of the packages will begin.&lt;br /&gt;
&lt;br /&gt;
Once installation is completed you may reboot and proceed with the next step. Keep the usb key plugged in.&lt;br /&gt;
&lt;br /&gt;
==GRUB correction==&lt;br /&gt;
The next step was necessary because for some reason the grub.conf created by the installer&lt;br /&gt;
incorrectly points to (hd1,4) partition. Why this happened is unclear to me, but here is how you overcome the problem.&lt;br /&gt;
&lt;br /&gt;
Upon reboot keep the usb key plugged in and again select to boot&lt;br /&gt;
from it by pressing F12 at the BIOS splash screen. This time select Rescue an installed system from the menu.&lt;br /&gt;
Mount the partition read/write and get to the shell and execute the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|chroot /mnt/sysimage}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|grub}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|find /boot/grub/grub.conf}}&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|(hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|root (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|setup (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|quit}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Replace the (hd0,4) with whatever your linux partition is located at (output of find command in grub), barring in mind that sda1 translates to (hd0,0),&lt;br /&gt;
sda2 to (hd0,1) and so forth. My partition was on sda5, therefore (hd0,4).}}&lt;br /&gt;
Exit the rescue shell and reboot the system. Remove the USB key and let windows&lt;br /&gt;
boot as normal. You may get a prompt to press F11 for Rescue and Recovery. Ignore it.&lt;br /&gt;
&lt;br /&gt;
==Adding Fedora install to Windows Boot Loader==&lt;br /&gt;
In order to modify the Windows bootloader we will use the free program called EasyBCD (google it up).&lt;br /&gt;
Download and install it. Before running, we will have to assign a drive letter to the SYSTEM_DRV partition where the bootloader is.&lt;br /&gt;
&lt;br /&gt;
*Open Windows Disk Management (right-click Computer &amp;gt; Manage &amp;gt; Disk Management).&lt;br /&gt;
*Right click on the first partition (SYSTEM_DRV) and assign a letter to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run EasyBCD and click Add/Remove Entries&lt;br /&gt;
&lt;br /&gt;
*Click the Linux tab and create a new entry with: &lt;br /&gt;
**Type:Grub(Legacy)&lt;br /&gt;
**Name:Fedora 14 &lt;br /&gt;
**Device:Partition x (Linux-xxxGB) - select the partition that we used for installing Fedora.&lt;br /&gt;
*Leave the GRUB isn't installed to bootsector/MBR check box unchecked, and click Add Entry&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before exiting EasyBCD you have to modify the timeout of the bootloader menu.&lt;br /&gt;
&lt;br /&gt;
*Click on Edit Boot menu and at the bottom modify the &amp;quot;Boot default OS after&amp;quot; setting (3 seconds should suffice).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Exit EasyBCD, and remember to remove the drive letter assigned to the SYSTEM_DRV partition.&lt;br /&gt;
Reboot the system and ignore the F11 for Recovery message. &lt;br /&gt;
&lt;br /&gt;
You should see the windows bootloader menu. Select Fedora 14 and complete the install. Do a full yum update at your earliest convenience.&lt;br /&gt;
&lt;br /&gt;
== Hardware support ==&lt;br /&gt;
The following table refers to the most updated kernel as of this writing (2.6.35.10-74.fc14.x86_64).&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Hardware !! works !! driver !! notes&lt;br /&gt;
|-&lt;br /&gt;
| Video ([[Intel_HD_Graphics|Intel HD Graphics]])&lt;br /&gt;
| {{Cyes}} || i915? || &lt;br /&gt;
|-&lt;br /&gt;
| Audio (Intel Corporation 5 Series/3400 Series Chipset High Definition Audio)&lt;br /&gt;
| {{Cyes}} || snd_hda_intel || &lt;br /&gt;
|-&lt;br /&gt;
| Network ([[Intel_Gigabit_Ethernet_(10/100/1000)_PCI-Express|Intel Corporation 82577LM Gigabit Network Connection]])&lt;br /&gt;
| {{Cyes}} || e1000e || &lt;br /&gt;
|-&lt;br /&gt;
| WiFi ([[Intel_Centrino_Ultimate-N_6300|Intel Centrino Ultimate-N 6300]])&lt;br /&gt;
| {{Cyes}} || iwlagn || &lt;br /&gt;
|-&lt;br /&gt;
| Modem&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Fingerprint Reader&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bluetooth&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| APS&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| UltraNav&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Card-Reader&lt;br /&gt;
| {{Cyes}} || || Tested with a 16GB SD, mounts as a usb disk&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Power Saving / Function Keys==&lt;br /&gt;
Sleep: Works with no problems from KDE&lt;br /&gt;
&lt;br /&gt;
Hibernate: Does not seem to work when requested from KDE Power Management App&lt;br /&gt;
&lt;br /&gt;
Fn keys working: &lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F2}} (Lock)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F4}} (Sleep)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|PgUp}} (ThinkLight)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|Home}}/{{key|End}} (Up/Down lcd brightness)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References/External Sources==&lt;br /&gt;
For dual boot instructions follow [http://www.thpc.info/dual/win7/dualboot_win7+fedora13_bcd_on_win7.html Tweak Home PC's excellent guides]&lt;br /&gt;
&lt;br /&gt;
For making a bootable Fedora USB from the DVD iso image see [http://forums.fedoraforum.org/showthread.php?t=205596 this post] on the Fedora Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://tuxmobil.org/pics/tuxmobil_sticker.png[http://tuxmobil.org/ http://tuxmobil.org/ TuxMobil - Linux on Laptops, Notebooks, PDAs and Mobile Phones]&lt;br /&gt;
&lt;br /&gt;
[[Category:X201]][[Category:X201s]][[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Leonidas</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50256</id>
		<title>Installing Fedora 14 x86 64 on a X201s-Dualboot config with Windows 7 64 pre-installed</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50256"/>
		<updated>2011-01-09T08:37:35Z</updated>

		<summary type="html">&lt;p&gt;Leonidas: /* Hardware support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is about installing Fedora 14 on a x201s(5129-CTO) which already had &lt;br /&gt;
Windows 7 Professional 64 bit installed from factory. The aim is to keep Windows and &lt;br /&gt;
have Fedora on a separate partition. We are going to use the Windows boot&lt;br /&gt;
manager to select which operating system will boot.&lt;br /&gt;
&lt;br /&gt;
My model type was 5129-CTO with BIOS ver 1.23, Embedded Controller Version 1.11 and:&lt;br /&gt;
*CPU Intel Core i7 640LM&lt;br /&gt;
*8GB RAM&lt;br /&gt;
*320GB 7200RPM HDD&lt;br /&gt;
*Intel Centrino Ultimate-N 6300AGN MiniPCI &lt;br /&gt;
&lt;br /&gt;
==Preparing for the Install - BACKUP!!!==&lt;br /&gt;
Before you start working on your system, make sure that you create a recovery&lt;br /&gt;
set from the ThinkVantage Toolbox, System Health, Enhanced Backup and Restore.&lt;br /&gt;
Click on ThinkVantage Rescue and Recovery button, and then Launch Advanced Rescue and Recovery.&lt;br /&gt;
In here click Create Rescue Media.&lt;br /&gt;
I used a USB HDD to create the rescue media to.&lt;br /&gt;
It might also be a good idea to Backup your Hard disk at this point.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Continue at your own risk should you choose to skip this step. It is highly advised to have a backup media when playing around with partitions!!}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Make Space on the disk==&lt;br /&gt;
The first thing we want to do is make space on the hard drive for the Fedora install.&lt;br /&gt;
Open your Disk management. You will see that from the factory the system has three partitions with the following labels:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
We want to re-size the Windows7_OS partition.&lt;br /&gt;
Before resizing, perform a Defrag of the drive using Windows Defrag (or your favorite defrag program).&lt;br /&gt;
Once defrag completes, right click on the Windows7_OS partition and select Shrink Volume.&lt;br /&gt;
Windows computes the available space for shrink. On mine I ended up with roughly 133GB available.&lt;br /&gt;
Select the maximum available and perform the shrink.&lt;br /&gt;
After that you will have the following partitions:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Unallocated Space&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
Reboot and ignore the message about Rescue and Recovery using F11 key. Verify that all is normal and reboot once again&lt;br /&gt;
(this is required to clear the F11 for Rescue and Recovery message. I found out that every time a change was made to the&lt;br /&gt;
partitions, the message kept coming. On the second consecutive reboot the message disappears)&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Create the Bootable USB from the DVD iso image==&lt;br /&gt;
Since the x201s does not come with a DVD (unless you have the Ultrabase), we need to make a bootable USB key &lt;br /&gt;
containing the installation media.&lt;br /&gt;
To do that the process that worked for me was via another Linux system (running Fedora 13) and the use of livecd-tools package.&lt;br /&gt;
I tried using the Fedora live CD creator, unetbootin... nothing worked (USB booted but was getting &amp;quot;Missing ISO 9660 image&amp;quot; error once past the partitioning).&lt;br /&gt;
Save your time and find a Linux system to properly create the usb key.&lt;br /&gt;
I downloaded the DVD ISO from the Fedora site (I used the x86_64 image) and saved it on /media/Fedora-14-x86_64-DVD.iso&lt;br /&gt;
The usb key used was a Kingston 8GB located on /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
On your Linux system execute:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|su-}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install livecd-tools syslinux}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|livecd-iso-to-disk --format -–reset-mbr /media/Fedora-14-x86_64-DVD.iso  /dev/sdb1}}&lt;br /&gt;
&lt;br /&gt;
{{WARN|The above command will FORMAT and ERASE all the contents from the USB key!!}} &lt;br /&gt;
&lt;br /&gt;
After this command, mount your usb key (eject and re-insert)&lt;br /&gt;
and verify that the iso file is on the root of the key,&lt;br /&gt;
and in the images directory you have the install.img file.&lt;br /&gt;
&lt;br /&gt;
You are done, eject and use the key to boot and install.&lt;br /&gt;
&lt;br /&gt;
==Fedora Install==&lt;br /&gt;
Insert the key on the usb port on the left below the Tab key. Start the system and at the BIOS prompt hit F12.&lt;br /&gt;
A list with the available boot devices will be shown. Select the usb key and hit enter.&lt;br /&gt;
This should give you the Fedora install screen. Select the first option (Install a new system or upgrade an existing)&lt;br /&gt;
Note that there is also the option to Rescue an installed system. We will be using this latter on.&lt;br /&gt;
&lt;br /&gt;
Continue installation as usual, with the exception that when asked for the disk layout (after you have set the root password)&lt;br /&gt;
you should select Create Custom Layout.&lt;br /&gt;
Here we select the unallocated space that we created before, and click Create.&lt;br /&gt;
In here select Standard Partition and click Create.&lt;br /&gt;
The Add partition window will open. &lt;br /&gt;
Create the Linux ext4 partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: /&lt;br /&gt;
*File System Type: ext4&lt;br /&gt;
*Size(MB): Select all available less 3GB for the swap partition (128000 in my case)&lt;br /&gt;
*Fixed Size: Checked&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next highlight the remaining space, and create the swap partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: &amp;lt;blank&amp;gt;&lt;br /&gt;
*File System Type: swap&lt;br /&gt;
*Select Fill to maximum allowable space&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
Having completed the above steps, you should be left with the following partition layout(sizes may vary in your case):&lt;br /&gt;
&lt;br /&gt;
*sda1	1200&lt;br /&gt;
*sda2	162231&lt;br /&gt;
*sda4	131811&lt;br /&gt;
**sda5	128000&lt;br /&gt;
**sda6	3809&lt;br /&gt;
*sda3	10000&lt;br /&gt;
*Free	1&lt;br /&gt;
&lt;br /&gt;
Click Next when Ready or Back to recreate the partitions.&lt;br /&gt;
Then click Write Changes to the Disk. Changes will be written to the disk.&lt;br /&gt;
&lt;br /&gt;
{{WARN|This will modify the partition layout. Make sure that the layout is correct and that you had backed up your data as suggested above!!!}} &lt;br /&gt;
&lt;br /&gt;
The next step is critical to the health of the Windows installation and its bootability. Make absolutely sure&lt;br /&gt;
that you specify GRUB to be installed on the Linux partition and NOT ON THE MBR of the HDD!&lt;br /&gt;
*Tick Install boot loader on... and then Change Device.&lt;br /&gt;
*Select First sector of boot partition and click OK&lt;br /&gt;
*Make sure that Fedora is selected as the Default.&lt;br /&gt;
*Click Next and the installation of the packages will begin.&lt;br /&gt;
&lt;br /&gt;
Once installation is completed you may reboot and proceed with the next step. Keep the usb key plugged in.&lt;br /&gt;
&lt;br /&gt;
==GRUB correction==&lt;br /&gt;
The next step was necessary because for some reason the grub.conf created by the installer&lt;br /&gt;
incorrectly points to (hd1,4) partition. Why this happened is unclear to me, but here is how you overcome the problem.&lt;br /&gt;
&lt;br /&gt;
Upon reboot keep the usb key plugged in and again select to boot&lt;br /&gt;
from it by pressing F12 at the BIOS splash screen. This time select Rescue an installed system from the menu.&lt;br /&gt;
Mount the partition read/write and get to the shell and execute the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|chroot /mnt/sysimage}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|grub}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|find /boot/grub/grub.conf}}&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|(hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|root (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|setup (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|quit}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Replace the (hd0,4) with whatever your linux partition is located at (output of find command in grub), barring in mind that sda1 translates to (hd0,0),&lt;br /&gt;
sda2 to (hd0,1) and so forth. My partition was on sda5, therefore (hd0,4).}}&lt;br /&gt;
Exit the rescue shell and reboot the system. Remove the USB key and let windows&lt;br /&gt;
boot as normal. You may get a prompt to press F11 for Rescue and Recovery. Ignore it.&lt;br /&gt;
&lt;br /&gt;
==Adding Fedora install to Windows Boot Loader==&lt;br /&gt;
In order to modify the Windows bootloader we will use the free program called EasyBCD (google it up).&lt;br /&gt;
Download and install it. Before running, we will have to assign a drive letter to the SYSTEM_DRV partition where the bootloader is.&lt;br /&gt;
&lt;br /&gt;
*Open Windows Disk Management (right-click Computer &amp;gt; Manage &amp;gt; Disk Management).&lt;br /&gt;
*Right click on the first partition (SYSTEM_DRV) and assign a letter to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run EasyBCD and click Add/Remove Entries&lt;br /&gt;
&lt;br /&gt;
*Click the Linux tab and create a new entry with: &lt;br /&gt;
**Type:Grub(Legacy)&lt;br /&gt;
**Name:Fedora 14 &lt;br /&gt;
**Device:Partition x (Linux-xxxGB) - select the partition that we used for installing Fedora.&lt;br /&gt;
*Leave the GRUB isn't installed to bootsector/MBR check box unchecked, and click Add Entry&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before exiting EasyBCD you have to modify the timeout of the bootloader menu.&lt;br /&gt;
&lt;br /&gt;
*Click on Edit Boot menu and at the bottom modify the &amp;quot;Boot default OS after&amp;quot; setting (3 seconds should suffice).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Exit EasyBCD, and remember to remove the drive letter assigned to the SYSTEM_DRV partition.&lt;br /&gt;
Reboot the system and ignore the F11 for Recovery message. &lt;br /&gt;
&lt;br /&gt;
You should see the windows bootloader menu. Select Fedora 14 and complete the install. Do a full yum update at your earliest convenience.&lt;br /&gt;
&lt;br /&gt;
== Hardware support ==&lt;br /&gt;
The following table refers to the most updated kernel as of this writing (2.6.35.10-74.fc14.x86_64).&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Hardware !! works !! driver !! notes&lt;br /&gt;
|-&lt;br /&gt;
| Video ([[Intel_HD_Graphics|Intel HD Graphics]])&lt;br /&gt;
| {{Cyes}} || i915? || &lt;br /&gt;
|-&lt;br /&gt;
| Audio (Intel Corporation 5 Series/3400 Series Chipset High Definition Audio)&lt;br /&gt;
| {{Cyes}} || snd_hda_intel || &lt;br /&gt;
|-&lt;br /&gt;
| Network ([[Intel_Gigabit_Ethernet_(10/100/1000)_PCI-Express|Intel Corporation 82577LM Gigabit Network Connection]])&lt;br /&gt;
| {{Cyes}} || e1000e || &lt;br /&gt;
|-&lt;br /&gt;
| WiFi ([[Intel_Centrino_Ultimate-N_6300|Intel Centrino Ultimate-N 6300]])&lt;br /&gt;
| {{Cyes}} || iwlagn || &lt;br /&gt;
|-&lt;br /&gt;
| Modem&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Fingerprint Reader&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bluetooth&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| APS&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| UltraNav&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Card-Reader&lt;br /&gt;
| {{Cyes}} || || Tested with a 16GB SD, mounts as a usb disk&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Power Saving / Function Keys==&lt;br /&gt;
Sleep: Works with no problems from KDE&lt;br /&gt;
&lt;br /&gt;
Hibernate: Does not seem to work when requested from KDE Power Management App&lt;br /&gt;
&lt;br /&gt;
Fn keys working: &lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F2}} (Lock)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F4}} (Sleep)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|PgUp}} (ThinkLight)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|Home}}/{{key|End}} (Up/Down lcd brightness)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References/External Sources==&lt;br /&gt;
For dual boot instructions follow [http://www.thpc.info/dual/win7/dualboot_win7+fedora13_bcd_on_win7.html Tweak Home PC's excellent guides]&lt;br /&gt;
&lt;br /&gt;
For making a bootable Fedora USB from the DVD iso image see [http://forums.fedoraforum.org/showthread.php?t=205596 this post] on the Fedora Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:X201]][[Category:X201s]][[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Leonidas</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50255</id>
		<title>Installing Fedora 14 x86 64 on a X201s-Dualboot config with Windows 7 64 pre-installed</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50255"/>
		<updated>2011-01-09T08:26:52Z</updated>

		<summary type="html">&lt;p&gt;Leonidas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is about installing Fedora 14 on a x201s(5129-CTO) which already had &lt;br /&gt;
Windows 7 Professional 64 bit installed from factory. The aim is to keep Windows and &lt;br /&gt;
have Fedora on a separate partition. We are going to use the Windows boot&lt;br /&gt;
manager to select which operating system will boot.&lt;br /&gt;
&lt;br /&gt;
My model type was 5129-CTO with BIOS ver 1.23, Embedded Controller Version 1.11 and:&lt;br /&gt;
*CPU Intel Core i7 640LM&lt;br /&gt;
*8GB RAM&lt;br /&gt;
*320GB 7200RPM HDD&lt;br /&gt;
*Intel Centrino Ultimate-N 6300AGN MiniPCI &lt;br /&gt;
&lt;br /&gt;
==Preparing for the Install - BACKUP!!!==&lt;br /&gt;
Before you start working on your system, make sure that you create a recovery&lt;br /&gt;
set from the ThinkVantage Toolbox, System Health, Enhanced Backup and Restore.&lt;br /&gt;
Click on ThinkVantage Rescue and Recovery button, and then Launch Advanced Rescue and Recovery.&lt;br /&gt;
In here click Create Rescue Media.&lt;br /&gt;
I used a USB HDD to create the rescue media to.&lt;br /&gt;
It might also be a good idea to Backup your Hard disk at this point.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Continue at your own risk should you choose to skip this step. It is highly advised to have a backup media when playing around with partitions!!}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Make Space on the disk==&lt;br /&gt;
The first thing we want to do is make space on the hard drive for the Fedora install.&lt;br /&gt;
Open your Disk management. You will see that from the factory the system has three partitions with the following labels:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
We want to re-size the Windows7_OS partition.&lt;br /&gt;
Before resizing, perform a Defrag of the drive using Windows Defrag (or your favorite defrag program).&lt;br /&gt;
Once defrag completes, right click on the Windows7_OS partition and select Shrink Volume.&lt;br /&gt;
Windows computes the available space for shrink. On mine I ended up with roughly 133GB available.&lt;br /&gt;
Select the maximum available and perform the shrink.&lt;br /&gt;
After that you will have the following partitions:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Unallocated Space&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
Reboot and ignore the message about Rescue and Recovery using F11 key. Verify that all is normal and reboot once again&lt;br /&gt;
(this is required to clear the F11 for Rescue and Recovery message. I found out that every time a change was made to the&lt;br /&gt;
partitions, the message kept coming. On the second consecutive reboot the message disappears)&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Create the Bootable USB from the DVD iso image==&lt;br /&gt;
Since the x201s does not come with a DVD (unless you have the Ultrabase), we need to make a bootable USB key &lt;br /&gt;
containing the installation media.&lt;br /&gt;
To do that the process that worked for me was via another Linux system (running Fedora 13) and the use of livecd-tools package.&lt;br /&gt;
I tried using the Fedora live CD creator, unetbootin... nothing worked (USB booted but was getting &amp;quot;Missing ISO 9660 image&amp;quot; error once past the partitioning).&lt;br /&gt;
Save your time and find a Linux system to properly create the usb key.&lt;br /&gt;
I downloaded the DVD ISO from the Fedora site (I used the x86_64 image) and saved it on /media/Fedora-14-x86_64-DVD.iso&lt;br /&gt;
The usb key used was a Kingston 8GB located on /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
On your Linux system execute:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|su-}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install livecd-tools syslinux}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|livecd-iso-to-disk --format -–reset-mbr /media/Fedora-14-x86_64-DVD.iso  /dev/sdb1}}&lt;br /&gt;
&lt;br /&gt;
{{WARN|The above command will FORMAT and ERASE all the contents from the USB key!!}} &lt;br /&gt;
&lt;br /&gt;
After this command, mount your usb key (eject and re-insert)&lt;br /&gt;
and verify that the iso file is on the root of the key,&lt;br /&gt;
and in the images directory you have the install.img file.&lt;br /&gt;
&lt;br /&gt;
You are done, eject and use the key to boot and install.&lt;br /&gt;
&lt;br /&gt;
==Fedora Install==&lt;br /&gt;
Insert the key on the usb port on the left below the Tab key. Start the system and at the BIOS prompt hit F12.&lt;br /&gt;
A list with the available boot devices will be shown. Select the usb key and hit enter.&lt;br /&gt;
This should give you the Fedora install screen. Select the first option (Install a new system or upgrade an existing)&lt;br /&gt;
Note that there is also the option to Rescue an installed system. We will be using this latter on.&lt;br /&gt;
&lt;br /&gt;
Continue installation as usual, with the exception that when asked for the disk layout (after you have set the root password)&lt;br /&gt;
you should select Create Custom Layout.&lt;br /&gt;
Here we select the unallocated space that we created before, and click Create.&lt;br /&gt;
In here select Standard Partition and click Create.&lt;br /&gt;
The Add partition window will open. &lt;br /&gt;
Create the Linux ext4 partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: /&lt;br /&gt;
*File System Type: ext4&lt;br /&gt;
*Size(MB): Select all available less 3GB for the swap partition (128000 in my case)&lt;br /&gt;
*Fixed Size: Checked&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next highlight the remaining space, and create the swap partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: &amp;lt;blank&amp;gt;&lt;br /&gt;
*File System Type: swap&lt;br /&gt;
*Select Fill to maximum allowable space&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
Having completed the above steps, you should be left with the following partition layout(sizes may vary in your case):&lt;br /&gt;
&lt;br /&gt;
*sda1	1200&lt;br /&gt;
*sda2	162231&lt;br /&gt;
*sda4	131811&lt;br /&gt;
**sda5	128000&lt;br /&gt;
**sda6	3809&lt;br /&gt;
*sda3	10000&lt;br /&gt;
*Free	1&lt;br /&gt;
&lt;br /&gt;
Click Next when Ready or Back to recreate the partitions.&lt;br /&gt;
Then click Write Changes to the Disk. Changes will be written to the disk.&lt;br /&gt;
&lt;br /&gt;
{{WARN|This will modify the partition layout. Make sure that the layout is correct and that you had backed up your data as suggested above!!!}} &lt;br /&gt;
&lt;br /&gt;
The next step is critical to the health of the Windows installation and its bootability. Make absolutely sure&lt;br /&gt;
that you specify GRUB to be installed on the Linux partition and NOT ON THE MBR of the HDD!&lt;br /&gt;
*Tick Install boot loader on... and then Change Device.&lt;br /&gt;
*Select First sector of boot partition and click OK&lt;br /&gt;
*Make sure that Fedora is selected as the Default.&lt;br /&gt;
*Click Next and the installation of the packages will begin.&lt;br /&gt;
&lt;br /&gt;
Once installation is completed you may reboot and proceed with the next step. Keep the usb key plugged in.&lt;br /&gt;
&lt;br /&gt;
==GRUB correction==&lt;br /&gt;
The next step was necessary because for some reason the grub.conf created by the installer&lt;br /&gt;
incorrectly points to (hd1,4) partition. Why this happened is unclear to me, but here is how you overcome the problem.&lt;br /&gt;
&lt;br /&gt;
Upon reboot keep the usb key plugged in and again select to boot&lt;br /&gt;
from it by pressing F12 at the BIOS splash screen. This time select Rescue an installed system from the menu.&lt;br /&gt;
Mount the partition read/write and get to the shell and execute the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|chroot /mnt/sysimage}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|grub}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|find /boot/grub/grub.conf}}&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|(hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|root (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|setup (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|quit}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Replace the (hd0,4) with whatever your linux partition is located at (output of find command in grub), barring in mind that sda1 translates to (hd0,0),&lt;br /&gt;
sda2 to (hd0,1) and so forth. My partition was on sda5, therefore (hd0,4).}}&lt;br /&gt;
Exit the rescue shell and reboot the system. Remove the USB key and let windows&lt;br /&gt;
boot as normal. You may get a prompt to press F11 for Rescue and Recovery. Ignore it.&lt;br /&gt;
&lt;br /&gt;
==Adding Fedora install to Windows Boot Loader==&lt;br /&gt;
In order to modify the Windows bootloader we will use the free program called EasyBCD (google it up).&lt;br /&gt;
Download and install it. Before running, we will have to assign a drive letter to the SYSTEM_DRV partition where the bootloader is.&lt;br /&gt;
&lt;br /&gt;
*Open Windows Disk Management (right-click Computer &amp;gt; Manage &amp;gt; Disk Management).&lt;br /&gt;
*Right click on the first partition (SYSTEM_DRV) and assign a letter to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run EasyBCD and click Add/Remove Entries&lt;br /&gt;
&lt;br /&gt;
*Click the Linux tab and create a new entry with: &lt;br /&gt;
**Type:Grub(Legacy)&lt;br /&gt;
**Name:Fedora 14 &lt;br /&gt;
**Device:Partition x (Linux-xxxGB) - select the partition that we used for installing Fedora.&lt;br /&gt;
*Leave the GRUB isn't installed to bootsector/MBR check box unchecked, and click Add Entry&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before exiting EasyBCD you have to modify the timeout of the bootloader menu.&lt;br /&gt;
&lt;br /&gt;
*Click on Edit Boot menu and at the bottom modify the &amp;quot;Boot default OS after&amp;quot; setting (3 seconds should suffice).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Exit EasyBCD, and remember to remove the drive letter assigned to the SYSTEM_DRV partition.&lt;br /&gt;
Reboot the system and ignore the F11 for Recovery message. &lt;br /&gt;
&lt;br /&gt;
You should see the windows bootloader menu. Select Fedora 14 and complete the install. Do a full yum update at your earliest convenience.&lt;br /&gt;
&lt;br /&gt;
== Hardware support ==&lt;br /&gt;
The following table refers to the most updated kernel as of this writing (2.6.35.10-74.fc14.x86_64).&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Hardware !! works !! driver !! notes&lt;br /&gt;
|-&lt;br /&gt;
| Video ([[Intel_HD_Graphics|Intel HD Graphics]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Audio (Intel Corporation 5 Series/3400 Series Chipset High Definition Audio)&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Network ([[Intel_Gigabit_Ethernet_(10/100/1000)_PCI-Express|Intel Corporation 82577LM Gigabit Network Connection]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| WiFi ([[Intel_Centrino_Ultimate-N_6300|Intel Centrino Ultimate-N 6300]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Modem&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Fingerprint Reader&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bluetooth&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| APS&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| UltraNav&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Card-Reader&lt;br /&gt;
| {{Cyes}} || || Tested with a 16GB SD, mounts as a usb disk&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Power Saving / Function Keys==&lt;br /&gt;
Sleep: Works with no problems from KDE&lt;br /&gt;
&lt;br /&gt;
Hibernate: Does not seem to work when requested from KDE Power Management App&lt;br /&gt;
&lt;br /&gt;
Fn keys working: &lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F2}} (Lock)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F4}} (Sleep)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|PgUp}} (ThinkLight)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|Home}}/{{key|End}} (Up/Down lcd brightness)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References/External Sources==&lt;br /&gt;
For dual boot instructions follow [http://www.thpc.info/dual/win7/dualboot_win7+fedora13_bcd_on_win7.html Tweak Home PC's excellent guides]&lt;br /&gt;
&lt;br /&gt;
For making a bootable Fedora USB from the DVD iso image see [http://forums.fedoraforum.org/showthread.php?t=205596 this post] on the Fedora Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:X201]][[Category:X201s]][[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Leonidas</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50254</id>
		<title>Installing Fedora 14 x86 64 on a X201s-Dualboot config with Windows 7 64 pre-installed</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50254"/>
		<updated>2011-01-09T08:18:40Z</updated>

		<summary type="html">&lt;p&gt;Leonidas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is about installing Fedora 14 on a x201s(5129-CTO) which already had &lt;br /&gt;
Windows 7 Professional 64 bit installed from factory. The aim is to keep Windows and &lt;br /&gt;
have Fedora on a separate partition. We are going to use the Windows boot&lt;br /&gt;
manager to select which operating system will boot.&lt;br /&gt;
&lt;br /&gt;
My model type was 5129-CTO with BIOS ver 1.23, Embedded Controller Version 1.11 and:&lt;br /&gt;
*CPU Intel Core i7 640LM&lt;br /&gt;
*8GB RAM&lt;br /&gt;
*320GB 7200RPM HDD&lt;br /&gt;
*Intel Centrino Ultimate-N 6300AGN MiniPCI &lt;br /&gt;
&lt;br /&gt;
==Preparing for the Install - BACKUP!!!==&lt;br /&gt;
Before you start working on your system, make sure that you create a recovery&lt;br /&gt;
set from the ThinkVantage Toolbox, System Health, Enhanced Backup and Restore.&lt;br /&gt;
Click on ThinkVantage Rescue and Recovery button, and then Launch Advanced Rescue and Recovery.&lt;br /&gt;
In here click Create Rescue Media.&lt;br /&gt;
I used a USB HDD to create the rescue media to.&lt;br /&gt;
It might also be a good idea to Backup your Hard disk at this point.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Continue at your own risk should you choose to skip this step. It is highly advised to have a backup media when playing around with partitions!!}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Make Space on the disk==&lt;br /&gt;
The first thing we want to do is make space on the hard drive for the Fedora install.&lt;br /&gt;
Open your Disk management. You will see that from the factory the system has three partitions with the following labels:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
We want to re-size the Windows7_OS partition.&lt;br /&gt;
Before resizing, perform a Defrag of the drive using Windows Defrag (or your favorite defrag program).&lt;br /&gt;
Once defrag completes, right click on the Windows7_OS partition and select Shrink Volume.&lt;br /&gt;
Windows computes the available space for shrink. On mine I ended up with roughly 133GB available.&lt;br /&gt;
Select the maximum available and perform the shrink.&lt;br /&gt;
After that you will have the following partitions:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Unallocated Space&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
Reboot and ignore the message about Rescue and Recovery using F11 key. Verify that all is normal and reboot once again&lt;br /&gt;
(this is required to clear the F11 for Rescue and Recovery message. I found out that every time a change was made to the&lt;br /&gt;
partitions, the message kept coming. On the second consecutive reboot the message disappears)&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Create the Bootable USB from the DVD iso image==&lt;br /&gt;
Since the x201s does not come with a DVD (unless you have the Ultrabase), we need to make a bootable USB key &lt;br /&gt;
containing the installation media.&lt;br /&gt;
To do that the process that worked for me was via another Linux system (running Fedora 13) and the use of livecd-tools package.&lt;br /&gt;
I tried using the Fedora live CD creator, unetbootin... nothing worked (USB booted but was getting &amp;quot;Missing ISO 9660 image&amp;quot; error once past the partitioning).&lt;br /&gt;
Save your time and find a Linux system to properly create the usb key.&lt;br /&gt;
I downloaded the DVD ISO from the Fedora site (I used the x86_64 image) and saved it on /media/Fedora-14-x86_64-DVD.iso&lt;br /&gt;
The usb key used was a Kingston 8GB located on /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
On your Linux system execute:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|su-}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install livecd-tools syslinux}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|livecd-iso-to-disk --format -–reset-mbr /media/Fedora-14-x86_64-DVD.iso  /dev/sdb1}}&lt;br /&gt;
&lt;br /&gt;
{{WARN|The above command will FORMAT and ERASE all the contents from the USB key!!}} &lt;br /&gt;
&lt;br /&gt;
After this command, mount your usb key (eject and re-insert)&lt;br /&gt;
and verify that the iso file is on the root of the key,&lt;br /&gt;
and in the images directory you have the install.img file.&lt;br /&gt;
&lt;br /&gt;
You are done, eject and use the key to boot and install.&lt;br /&gt;
&lt;br /&gt;
==Fedora Install==&lt;br /&gt;
Insert the key on the usb port on the left below the Tab key. Start the system and at the BIOS prompt hit F12.&lt;br /&gt;
A list with the available boot devices will be shown. Select the usb key and hit enter.&lt;br /&gt;
This should give you the Fedora install screen. Select the first option (Install a new system or upgrade an existing)&lt;br /&gt;
Note that there is also the option to Rescue an installed system. We will be using this latter on.&lt;br /&gt;
&lt;br /&gt;
Continue installation as usual, with the exception that when asked for the disk layout (after you have set the root password)&lt;br /&gt;
you should select Create Custom Layout.&lt;br /&gt;
Here we select the unallocated space that we created before, and click Create.&lt;br /&gt;
In here select Standard Partition and click Create.&lt;br /&gt;
The Add partition window will open. &lt;br /&gt;
Create the Linux ext4 partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: /&lt;br /&gt;
*File System Type: ext4&lt;br /&gt;
*Size(MB): Select all available less 3GB for the swap partition (128000 in my case)&lt;br /&gt;
*Fixed Size: Checked&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next highlight the remaining space, and create the swap partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: &amp;lt;blank&amp;gt;&lt;br /&gt;
*File System Type: swap&lt;br /&gt;
*Select Fill to maximum allowable space&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
Having completed the above steps, you should be left with the following partition layout(sizes may vary in your case):&lt;br /&gt;
&lt;br /&gt;
*sda1	1200&lt;br /&gt;
*sda2	162231&lt;br /&gt;
*sda4	131811&lt;br /&gt;
**sda5	128000&lt;br /&gt;
**sda6	3809&lt;br /&gt;
*sda3	10000&lt;br /&gt;
*Free	1&lt;br /&gt;
&lt;br /&gt;
Click Next when Ready or Back to recreate the partitions.&lt;br /&gt;
Then click Write Changes to the Disk. Changes will be written to the disk.&lt;br /&gt;
&lt;br /&gt;
{{WARN|This will modify the partition layout. Make sure that the layout is correct and that you had backed up your data as suggested above!!!}} &lt;br /&gt;
&lt;br /&gt;
The next step is critical to the health of the Windows installation and its bootability. Make absolutely sure&lt;br /&gt;
that you specify GRUB to be installed on the Linux partition and NOT ON THE MBR of the HDD!&lt;br /&gt;
*Tick Install boot loader on... and then Change Device.&lt;br /&gt;
*Select First sector of boot partition and click OK&lt;br /&gt;
*Make sure that Fedora is selected as the Default.&lt;br /&gt;
*Click Next and the installation of the packages will begin.&lt;br /&gt;
&lt;br /&gt;
Once installation is completed you may reboot and proceed with the next step. Keep the usb key plugged in.&lt;br /&gt;
&lt;br /&gt;
==GRUB correction==&lt;br /&gt;
The next step was necessary because for some reason the grub.conf created by the installer&lt;br /&gt;
incorrectly points to (hd1,4) partition. Why this happened is unclear to me, but here is how you overcome the problem.&lt;br /&gt;
&lt;br /&gt;
Upon reboot keep the usb key plugged in and again select to boot&lt;br /&gt;
from it by pressing F12 at the BIOS splash screen. This time select Rescue an installed system from the menu.&lt;br /&gt;
Mount the partition read/write and get to the shell and execute the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|chroot /mnt/sysimage}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|grub}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|find /boot/grub/grub.conf}}&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|(hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|root (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|setup (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|quit}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Replace the (hd0,4) with whatever your linux partition is located at (output of find command in grub), barring in mind that sda1 translates to (hd0,0),&lt;br /&gt;
sda2 to (hd0,1) and so forth. My partition was on sda5, therefore (hd0,4).}}&lt;br /&gt;
Exit the rescue shell and reboot the system. Remove the USB key and let windows&lt;br /&gt;
boot as normal. You may get a prompt to press F11 for Rescue and Recovery. Ignore it.&lt;br /&gt;
&lt;br /&gt;
==Adding Fedora install to Windows Boot Loader==&lt;br /&gt;
In order to modify the Windows bootloader we will use the free program called EasyBCD (google it up).&lt;br /&gt;
Download and install it. Before running, we will have to assign a drive letter to the SYSTEM_DRV partition where the bootloader is.&lt;br /&gt;
&lt;br /&gt;
*Open Windows Disk Management (right-click Computer &amp;gt; Manage &amp;gt; Disk Management).&lt;br /&gt;
*Right click on the first partition (SYSTEM_DRV) and assign a letter to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run EasyBCD and click Add/Remove Entries&lt;br /&gt;
&lt;br /&gt;
*Click the Linux tab and create a new entry with: &lt;br /&gt;
**Type:Grub(Legacy)&lt;br /&gt;
**Name:Fedora 14 &lt;br /&gt;
**Device:Partition x (Linux-xxxGB) - select the partition that we used for installing Fedora.&lt;br /&gt;
*Leave the GRUB isn't installed to bootsector/MBR check box unchecked, and click Add Entry&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before exiting EasyBCD you have to modify the timeout of the bootloader menu.&lt;br /&gt;
&lt;br /&gt;
*Click on Edit Boot menu and at the bottom modify the &amp;quot;Boot default OS after&amp;quot; setting (3 seconds should suffice).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Exit EasyBCD, and remember to remove the drive letter assigned to the SYSTEM_DRV partition.&lt;br /&gt;
Reboot the system and ignore the F11 for Recovery message. &lt;br /&gt;
&lt;br /&gt;
You should see the windows bootloader menu. Select Fedora 14 and complete the install. Do a full yum update at your earliest convenience.&lt;br /&gt;
&lt;br /&gt;
== Hardware support ==&lt;br /&gt;
The following table refers to the most updated kernel as of this writing (2.6.35.10-74.fc14.x86_64).&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Hardware !! works !! driver !! notes&lt;br /&gt;
|-&lt;br /&gt;
| Video ([[Intel_HD_Graphics|Intel HD Graphics]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Audio (Intel Corporation 5 Series/3400 Series Chipset High Definition Audio)&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Network ([[Intel_Gigabit_Ethernet_(10/100/1000)_PCI-Express|Intel Corporation 82577LM Gigabit Network Connection]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| WiFi ([[Intel_Centrino_Ultimate-N_6300|Intel Centrino Ultimate-N 6300]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Modem&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Fingerprint Reader&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bluetooth&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| APS&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| UltraNav&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Card-Reader&lt;br /&gt;
| {{Cyes}} || || Tested with a 16GB SD, mounts as a usb disk&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Power Saving / Function Keys==&lt;br /&gt;
Sleep: Works with no problems from KDE&lt;br /&gt;
&lt;br /&gt;
Hibernate: Does not seem to work when requested from KDE Power Management App&lt;br /&gt;
&lt;br /&gt;
Fn keys working: &lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F2}} (Lock)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F4}} (Sleep)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|PgUp}} (ThinkLight)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|Home}}/{{key|End}} (Up/Down lcd brightness)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References/External Sources==&lt;br /&gt;
For dual boot instructions follow [http://www.thpc.info/dual/win7/dualboot_win7+fedora13_bcd_on_win7.html Tweak Home PC's excellent guides]&lt;br /&gt;
&lt;br /&gt;
For making a bootable Fedora USB from the DVD iso image see [http://forums.fedoraforum.org/showthread.php?t=205596 this post] on the Fedora Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:X201]][[Category:X201i]][[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Leonidas</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50253</id>
		<title>Installing Fedora 14 x86 64 on a X201s-Dualboot config with Windows 7 64 pre-installed</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50253"/>
		<updated>2011-01-09T08:14:17Z</updated>

		<summary type="html">&lt;p&gt;Leonidas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is about installing Fedora 14 on a x201s(5129-CTO) which already had &lt;br /&gt;
Windows 7 Professional 64 bit installed from factory. The aim is to keep Windows and &lt;br /&gt;
have Fedora on a separate partition. We are going to use the Windows boot&lt;br /&gt;
manager to select which operating system will boot.&lt;br /&gt;
&lt;br /&gt;
My model type was 5129-CTO with BIOS ver 1.23, Embedded Controller Version 1.11 and:&lt;br /&gt;
*CPU Intel Core i7 640LM&lt;br /&gt;
*8GB RAM&lt;br /&gt;
*320GB 7200RPM HDD&lt;br /&gt;
*Intel Centrino Ultimate-N 6300AGN MiniPCI &lt;br /&gt;
&lt;br /&gt;
==Preparing for the Install - BACKUP!!!==&lt;br /&gt;
Before you start working on your system, make sure that you create a recovery&lt;br /&gt;
set from the ThinkVantage Toolbox, System Health, Enhanced Backup and Restore.&lt;br /&gt;
Click on ThinkVantage Rescue and Recovery button, and then Launch Advanced Rescue and Recovery.&lt;br /&gt;
In here click Create Rescue Media.&lt;br /&gt;
I used a USB HDD to create the rescue media to.&lt;br /&gt;
It might also be a good idea to Backup your Hard disk at this point.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Continue at your own risk should you choose to skip this step. It is highly advised to have a backup media when playing around with partitions!!}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Make Space on the disk==&lt;br /&gt;
The first thing we want to do is make space on the hard drive for the Fedora install.&lt;br /&gt;
Open your Disk management. You will see that from the factory the system has three partitions with the following labels:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
We want to re-size the Windows7_OS partition.&lt;br /&gt;
Before resizing, perform a Defrag of the drive using Windows Defrag (or your favorite defrag program).&lt;br /&gt;
Once defrag completes, right click on the Windows7_OS partition and select Shrink Volume.&lt;br /&gt;
Windows computes the available space for shrink. On mine I ended up with roughly 133GB available.&lt;br /&gt;
Select the maximum available and perform the shrink.&lt;br /&gt;
After that you will have the following partitions:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Unallocated Space&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
Reboot and ignore the message about Rescue and Recovery using F11 key. Verify that all is normal and reboot once again&lt;br /&gt;
(this is required to clear the F11 for Rescue and Recovery message. I found out that every time a change was made to the&lt;br /&gt;
partitions, the message kept coming. On the second consecutive reboot the message disappears)&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Create the Bootable USB from the DVD iso image==&lt;br /&gt;
Since the x201s does not come with a DVD (unless you have the Ultrabase), we need to make a bootable USB key &lt;br /&gt;
containing the installation media.&lt;br /&gt;
To do that the process that worked for me was via another Linux system (running Fedora 13) and the use of livecd-tools package.&lt;br /&gt;
I tried using the Fedora live CD creator, unetbootin... nothing worked (USB booted but was getting &amp;quot;Missing ISO 9660 image&amp;quot; error once past the partitioning).&lt;br /&gt;
Save your time and find a Linux system to properly create the usb key.&lt;br /&gt;
I downloaded the DVD ISO from the Fedora site (I used the x86_64 image) and saved it on /media/Fedora-14-x86_64-DVD.iso&lt;br /&gt;
The usb key used was a Kingston 8GB located on /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
On your Linux system execute:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|su-}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install livecd-tools syslinux}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|livecd-iso-to-disk --format -–reset-mbr /media/Fedora-14-x86_64-DVD.iso  /dev/sdb1}}&lt;br /&gt;
&lt;br /&gt;
{{WARN|The above command will FORMAT and ERASE all the contents from the USB key!!}} &lt;br /&gt;
&lt;br /&gt;
After this command, mount your usb key (eject and re-insert)&lt;br /&gt;
and verify that the iso file is on the root of the key,&lt;br /&gt;
and in the images directory you have the install.img file.&lt;br /&gt;
&lt;br /&gt;
You are done, eject and use the key to boot and install.&lt;br /&gt;
&lt;br /&gt;
==Fedora Install==&lt;br /&gt;
Insert the key on the usb port on the left below the Tab key. Start the system and at the BIOS prompt hit F12.&lt;br /&gt;
A list with the available boot devices will be shown. Select the usb key and hit enter.&lt;br /&gt;
This should give you the Fedora install screen. Select the first option (Install a new system or upgrade an existing)&lt;br /&gt;
Note that there is also the option to Rescue an installed system. We will be using this latter on.&lt;br /&gt;
&lt;br /&gt;
Continue installation as usual, with the exception that when asked for the disk layout (after you have set the root password)&lt;br /&gt;
you should select Create Custom Layout.&lt;br /&gt;
Here we select the unallocated space that we created before, and click Create.&lt;br /&gt;
In here select Standard Partition and click Create.&lt;br /&gt;
The Add partition window will open. &lt;br /&gt;
Create the Linux ext4 partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: /&lt;br /&gt;
*File System Type: ext4&lt;br /&gt;
*Size(MB): Select all available less 3GB for the swap partition (128000 in my case)&lt;br /&gt;
*Fixed Size: Checked&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next highlight the remaining space, and create the swap partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: &amp;lt;blank&amp;gt;&lt;br /&gt;
*File System Type: swap&lt;br /&gt;
*Select Fill to maximum allowable space&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
Having completed the above steps, you should be left with the following partition layout(sizes may vary in your case):&lt;br /&gt;
&lt;br /&gt;
*sda1	1200&lt;br /&gt;
*sda2	162231&lt;br /&gt;
*sda4	131811&lt;br /&gt;
**sda5	128000&lt;br /&gt;
**sda6	3809&lt;br /&gt;
*sda3	10000&lt;br /&gt;
*Free	1&lt;br /&gt;
&lt;br /&gt;
Click Next when Ready or Back to recreate the partitions.&lt;br /&gt;
Then click Write Changes to the Disk. Changes will be written to the disk.&lt;br /&gt;
&lt;br /&gt;
{{WARN|This will modify the partition layout. Make sure that the layout is correct and that you had backed up your data as suggested above!!!}} &lt;br /&gt;
&lt;br /&gt;
The next step is critical to the health of the Windows installation and its bootability. Make absolutely sure&lt;br /&gt;
that you specify GRUB to be installed on the Linux partition and NOT ON THE MBR of the HDD!&lt;br /&gt;
*Tick Install boot loader on... and then Change Device.&lt;br /&gt;
*Select First sector of boot partition and click OK&lt;br /&gt;
*Make sure that Fedora is selected as the Default.&lt;br /&gt;
*Click Next and the installation of the packages will begin.&lt;br /&gt;
&lt;br /&gt;
Once installation is completed you may reboot and proceed with the next step. Keep the usb key plugged in.&lt;br /&gt;
&lt;br /&gt;
==GRUB correction==&lt;br /&gt;
The next step was necessary because for some reason the grub.conf created by the installer&lt;br /&gt;
incorrectly points to (hd1,4) partition. Why this happened is unclear to me, but here is how you overcome the problem.&lt;br /&gt;
&lt;br /&gt;
Upon reboot keep the usb key plugged in and again select to boot&lt;br /&gt;
from it by pressing F12 at the BIOS splash screen. This time select Rescue an installed system from the menu.&lt;br /&gt;
Mount the partition read/write and get to the shell and execute the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|chroot /mnt/sysimage}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|grub}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|find /boot/grub/grub.conf}}&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|(hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|root (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|setup (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|quit}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Replace the (hd0,4) with whatever your linux partition is located at (output of find command in grub), barring in mind that sda1 translates to (hd0,0),&lt;br /&gt;
sda2 to (hd0,1) and so forth. My partition was on sda5, therefore (hd0,4).}}&lt;br /&gt;
Exit the rescue shell and reboot the system. Remove the USB key and let windows&lt;br /&gt;
boot as normal. You may get a prompt to press F11 for Rescue and Recovery. Ignore it.&lt;br /&gt;
&lt;br /&gt;
==Adding Fedora install to Windows Boot Loader==&lt;br /&gt;
In order to modify the Windows bootloader we will use the free program called EasyBCD (google it up).&lt;br /&gt;
Download and install it. Before running, we will have to assign a drive letter to the SYSTEM_DRV partition where the bootloader is.&lt;br /&gt;
&lt;br /&gt;
*Open Windows Disk Management (right-click Computer &amp;gt; Manage &amp;gt; Disk Management).&lt;br /&gt;
*Right click on the first partition (SYSTEM_DRV) and assign a letter to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run EasyBCD and click Add/Remove Entries&lt;br /&gt;
&lt;br /&gt;
*Click the Linux tab and create a new entry with: &lt;br /&gt;
**Type:Grub(Legacy)&lt;br /&gt;
**Name:Fedora 14 &lt;br /&gt;
**Device:Partition x (Linux-xxxGB) - select the partition that we used for installing Fedora.&lt;br /&gt;
*Leave the GRUB isn't installed to bootsector/MBR check box unchecked, and click Add Entry&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before exiting EasyBCD you have to modify the timeout of the bootloader menu.&lt;br /&gt;
&lt;br /&gt;
*Click on Edit Boot menu and at the bottom modify the &amp;quot;Boot default OS after&amp;quot; setting (3 seconds should suffice).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Exit EasyBCD, and remember to remove the drive letter assigned to the SYSTEM_DRV partition.&lt;br /&gt;
Reboot the system and ignore the F11 for Recovery message. &lt;br /&gt;
&lt;br /&gt;
You should see the windows bootloader menu. Select Fedora 14 and complete the install. Do a full yum update at your earliest convenience.&lt;br /&gt;
&lt;br /&gt;
== Hardware support ==&lt;br /&gt;
The following table refers to the most updated kernel as of this writing (2.6.35.10-74.fc14.x86_64).&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Hardware !! works !! driver !! notes&lt;br /&gt;
|-&lt;br /&gt;
| Video ([[Intel_HD_Graphics|Intel HD Graphics]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Audio (Intel Corporation 5 Series/3400 Series Chipset High Definition Audio)&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Network ([[Intel_Gigabit_Ethernet_(10/100/1000)_PCI-Express|Intel Corporation 82577LM Gigabit Network Connection]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| WiFi ([[Intel_Centrino_Ultimate-N_6300|Intel Centrino Ultimate-N 6300]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Modem&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Fingerprint Reader&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bluetooth&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| APS&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| UltraNav&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Card-Reader&lt;br /&gt;
| {{Cyes}} || || Tested with a 16GB SD, mounts as a usb disk&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Power Saving / Function Keys==&lt;br /&gt;
Sleep: Works with no problems from KDE&lt;br /&gt;
&lt;br /&gt;
Hibernate: Does not seem to work when requested from KDE Power Management App&lt;br /&gt;
&lt;br /&gt;
Fn keys working: &lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F2}} (Lock)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F4}} (Sleep)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|PgUp}} (ThinkLight)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|Home}}/{{key|End}} (Up/Down lcd brightness)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References/External Sources==&lt;br /&gt;
For dual boot instructions follow [http://www.thpc.info/dual/win7/dualboot_win7+fedora13_bcd_on_win7.html Tweak Home PC's excellent guides]&lt;br /&gt;
&lt;br /&gt;
For making a bootable Fedora USB from the DVD iso image see [http://forums.fedoraforum.org/showthread.php?t=205596 this post] on the Fedora Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Fedora 14]]&lt;/div&gt;</summary>
		<author><name>Leonidas</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50252</id>
		<title>Installing Fedora 14 x86 64 on a X201s-Dualboot config with Windows 7 64 pre-installed</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_14_x86_64_on_a_X201s-Dualboot_config_with_Windows_7_64_pre-installed&amp;diff=50252"/>
		<updated>2011-01-09T08:09:49Z</updated>

		<summary type="html">&lt;p&gt;Leonidas: â†Created page with 'This guide is about installing Fedora 14 on a x201s(5129-CTO) which already had  Windows 7 Professional 64 bit installed from factory. The aim is to keep Windows and  have...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide is about installing Fedora 14 on a x201s(5129-CTO) which already had &lt;br /&gt;
Windows 7 Professional 64 bit installed from factory. The aim is to keep Windows and &lt;br /&gt;
have Fedora on a separate partition. We are going to use the Windows boot&lt;br /&gt;
manager to select which operating system will boot.&lt;br /&gt;
&lt;br /&gt;
My model type was 5129-CTO with BIOS ver 1.23, Embedded Controller Version 1.11 and:&lt;br /&gt;
*CPU Intel Core i7 640LM&lt;br /&gt;
*8GB RAM&lt;br /&gt;
*320GB 7200RPM HDD&lt;br /&gt;
*Intel Centrino Ultimate-N 6300AGN MiniPCI &lt;br /&gt;
&lt;br /&gt;
==Preparing for the Install - BACKUP!!!==&lt;br /&gt;
Before you start working on your system, make sure that you create a recovery&lt;br /&gt;
set from the ThinkVantage Toolbox, System Health, Enhanced Backup and Restore.&lt;br /&gt;
Click on ThinkVantage Rescue and Recovery button, and then Launch Advanced Rescue and Recovery.&lt;br /&gt;
In here click Create Rescue Media.&lt;br /&gt;
I used a USB HDD to create the rescue media to.&lt;br /&gt;
It might also be a good idea to Backup your Hard disk at this point.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Continue at your own risk should you choose to skip this step. It is highly advised to have a backup media when playing around with partitions!!}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Make Space on the disk==&lt;br /&gt;
The first thing we want to do is make space on the hard drive for the Fedora install.&lt;br /&gt;
Open your Disk management. You will see that from the factory the system has three partitions with the following labels:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
We want to re-size the Windows7_OS partition.&lt;br /&gt;
Before resizing, perform a Defrag of the drive using Windows Defrag (or your favorite defrag program).&lt;br /&gt;
Once defrag completes, right click on the Windows7_OS partition and select Shrink Volume.&lt;br /&gt;
Windows computes the available space for shrink. On mine I ended up with roughly 133GB available.&lt;br /&gt;
Select the maximum available and perform the shrink.&lt;br /&gt;
After that you will have the following partitions:&lt;br /&gt;
SYSTEM_DRV&lt;br /&gt;
Windows7_OS(C:)&lt;br /&gt;
Unallocated Space&lt;br /&gt;
Lenovo_Recovery(Q:)&lt;br /&gt;
&lt;br /&gt;
Reboot and ignore the message about Rescue and Recovery using F11 key. Verify that all is normal and reboot once again&lt;br /&gt;
(this is required to clear the F11 for Rescue and Recovery message. I found out that every time a change was made to the&lt;br /&gt;
partitions, the message kept coming. On the second consecutive reboot the message disappears)&lt;br /&gt;
&lt;br /&gt;
==Installation Prerequisites - Create the Bootable USB from the DVD iso image==&lt;br /&gt;
Since the x201s does not come with a DVD (unless you have the Ultrabase), we need to make a bootable USB key &lt;br /&gt;
containing the installation media.&lt;br /&gt;
To do that the process that worked for me was via another Linux system (running Fedora 13) and the use of livecd-tools package.&lt;br /&gt;
I tried using the Fedora live CD creator, unetbootin... nothing worked (USB booted but was getting &amp;quot;Missing ISO 9660 image&amp;quot; error once past the partitioning).&lt;br /&gt;
Save your time and find a Linux system to properly create the usb key.&lt;br /&gt;
I downloaded the DVD ISO from the Fedora site (I used the x86_64 image) and saved it on /media/Fedora-14-x86_64-DVD.iso&lt;br /&gt;
The usb key used was a Kingston 8GB located on /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
On your Linux system execute:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|su-}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install livecd-tools syslinux}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|livecd-iso-to-disk --format -–reset-mbr /media/Fedora-14-x86_64-DVD.iso  /dev/sdb1}}&lt;br /&gt;
&lt;br /&gt;
{{WARN|The above command will FORMAT and ERASE all the contents from the USB key!!}} &lt;br /&gt;
&lt;br /&gt;
After this command, mount your usb key (eject and re-insert)&lt;br /&gt;
and verify that the iso file is on the root of the key,&lt;br /&gt;
and in the images directory you have the install.img file.&lt;br /&gt;
&lt;br /&gt;
You are done, eject and use the key to boot and install.&lt;br /&gt;
&lt;br /&gt;
==Fedora Install==&lt;br /&gt;
Insert the key on the usb port on the left below the Tab key. Start the system and at the BIOS prompt hit F12.&lt;br /&gt;
A list with the available boot devices will be shown. Select the usb key and hit enter.&lt;br /&gt;
This should give you the Fedora install screen. Select the first option (Install a new system or upgrade an existing)&lt;br /&gt;
Note that there is also the option to Rescue an installed system. We will be using this latter on.&lt;br /&gt;
&lt;br /&gt;
Continue installation as usual, with the exception that when asked for the disk layout (after you have set the root password)&lt;br /&gt;
you should select Create Custom Layout.&lt;br /&gt;
Here we select the unallocated space that we created before, and click Create.&lt;br /&gt;
In here select Standard Partition and click Create.&lt;br /&gt;
The Add partition window will open. &lt;br /&gt;
Create the Linux ext4 partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: /&lt;br /&gt;
*File System Type: ext4&lt;br /&gt;
*Size(MB): Select all available less 3GB for the swap partition (128000 in my case)&lt;br /&gt;
*Fixed Size: Checked&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next highlight the remaining space, and create the swap partition with the following properties:&lt;br /&gt;
&lt;br /&gt;
*Mount Point: &amp;lt;blank&amp;gt;&lt;br /&gt;
*File System Type: swap&lt;br /&gt;
*Select Fill to maximum allowable space&lt;br /&gt;
*Click OK button.&lt;br /&gt;
&lt;br /&gt;
Having completed the above steps, you should be left with the following partition layout(sizes may vary in your case):&lt;br /&gt;
&lt;br /&gt;
*sda1	1200&lt;br /&gt;
*sda2	162231&lt;br /&gt;
*sda4	131811&lt;br /&gt;
**sda5	128000&lt;br /&gt;
**sda6	3809&lt;br /&gt;
*sda3	10000&lt;br /&gt;
*Free	1&lt;br /&gt;
&lt;br /&gt;
Click Next when Ready or Back to recreate the partitions.&lt;br /&gt;
Then click Write Changes to the Disk. Changes will be written to the disk.&lt;br /&gt;
&lt;br /&gt;
{{WARN|This will modify the partition layout. Make sure that the layout is correct and that you had backed up your data as suggested above!!!}} &lt;br /&gt;
&lt;br /&gt;
The next step is critical to the health of the Windows installation and its bootability. Make absolutely sure&lt;br /&gt;
that you specify GRUB to be installed on the Linux partition and NOT ON THE MBR of the HDD!&lt;br /&gt;
*Tick Install boot loader on... and then Change Device.&lt;br /&gt;
*Select First sector of boot partition and click OK&lt;br /&gt;
*Make sure that Fedora is selected as the Default.&lt;br /&gt;
*Click Next and the installation of the packages will begin.&lt;br /&gt;
&lt;br /&gt;
Once installation is completed you may reboot and proceed with the next step. Keep the usb key plugged in.&lt;br /&gt;
&lt;br /&gt;
==GRUB correction==&lt;br /&gt;
The next step was necessary because for some reason the grub.conf created by the installer&lt;br /&gt;
incorrectly points to (hd1,4) partition. Why this happened is unclear to me, but here is how you overcome the problem.&lt;br /&gt;
&lt;br /&gt;
Upon reboot keep the usb key plugged in and again select to boot&lt;br /&gt;
from it by pressing F12 at the BIOS splash screen. This time select Rescue an installed system from the menu.&lt;br /&gt;
Mount the partition read/write and get to the shell and execute the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|chroot /mnt/sysimage}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|grub}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|find /boot/grub/grub.conf}}&lt;br /&gt;
&lt;br /&gt;
{{cmdresult|(hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|root (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|setup (hd0,4)}}&lt;br /&gt;
&lt;br /&gt;
{{cmdgrub|quit}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Replace the (hd0,4) with whatever your linux partition is located at (output of find command in grub), barring in mind that sda1 translates to (hd0,0),&lt;br /&gt;
sda2 to (hd0,1) and so forth. My partition was on sda5, therefore (hd0,4).}}&lt;br /&gt;
Exit the rescue shell and reboot the system. Remove the USB key and let windows&lt;br /&gt;
boot as normal. You may get a prompt to press F11 for Rescue and Recovery. Ignore it.&lt;br /&gt;
&lt;br /&gt;
==Adding Fedora install to Windows Boot Loader==&lt;br /&gt;
In order to modify the Windows bootloader we will use the free program called EasyBCD (google it up).&lt;br /&gt;
Download and install it. Before running, we will have to assign a drive letter to the SYSTEM_DRV partition where the bootloader is.&lt;br /&gt;
&lt;br /&gt;
*Open Windows Disk Management (right-click Computer &amp;gt; Manage &amp;gt; Disk Management).&lt;br /&gt;
*Right click on the first partition (SYSTEM_DRV) and assign a letter to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run EasyBCD and click Add/Remove Entries&lt;br /&gt;
&lt;br /&gt;
*Click the Linux tab and create a new entry with: &lt;br /&gt;
**Type:Grub(Legacy)&lt;br /&gt;
**Name:Fedora 14 &lt;br /&gt;
**Device:Partition x (Linux-xxxGB) - select the partition that we used for installing Fedora.&lt;br /&gt;
*Leave the GRUB isn't installed to bootsector/MBR check box unchecked, and click Add Entry&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before exiting EasyBCD you have to modify the timeout of the bootloader menu.&lt;br /&gt;
&lt;br /&gt;
*Click on Edit Boot menu and at the bottom modify the &amp;quot;Boot default OS after&amp;quot; setting (3 seconds should suffice).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Exit EasyBCD, and remember to remove the drive letter assigned to the SYSTEM_DRV partition.&lt;br /&gt;
Reboot the system and ignore the F11 for Recovery message. &lt;br /&gt;
&lt;br /&gt;
You should see the windows bootloader menu. Select Fedora 14 and complete the install. Do a full yum update at your earliest convenience.&lt;br /&gt;
&lt;br /&gt;
== Hardware support ==&lt;br /&gt;
The following table refers to the most updated kernel as of this writing (2.6.35.10-74.fc14.x86_64).&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Hardware !! works !! driver !! notes&lt;br /&gt;
|-&lt;br /&gt;
| Video ([[Intel_HD_Graphics|Intel HD Graphics]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Audio (Intel Corporation 5 Series/3400 Series Chipset High Definition Audio)&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Network ([[Intel_Gigabit_Ethernet_(10/100/1000)_PCI-Express|Intel Corporation 82577LM Gigabit Network Connection]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| WiFi ([[Intel_Centrino_Ultimate-N_6300|Intel Centrino Ultimate-N 6300]])&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Modem&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Fingerprint Reader&lt;br /&gt;
| {{Cunk}} || ||&lt;br /&gt;
|-&lt;br /&gt;
| Bluetooth&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| APS&lt;br /&gt;
| {{Cunk}} || || &lt;br /&gt;
|-&lt;br /&gt;
| UltraNav&lt;br /&gt;
| {{Cyes}} || || &lt;br /&gt;
|-&lt;br /&gt;
| Card-Reader&lt;br /&gt;
| {{Cyes}} || || Tested with a 16GB SD, mounts as a usb disk&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Power Saving / Function Keys==&lt;br /&gt;
Sleep: Works with no problems from KDE&lt;br /&gt;
&lt;br /&gt;
Hibernate: Does not seem to work when requested from KDE Power Management App&lt;br /&gt;
&lt;br /&gt;
Fn keys working: &lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F2}} (Lock)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|F4}} (Sleep)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|PgUp}} (ThinkLight)&lt;br /&gt;
&lt;br /&gt;
{{key|Fn}}{{key|Home}}/{{key|End}} (Up/Down lcd brightness)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
For dual boot instructions follow [http://www.thpc.info/dual/win7/dualboot_win7+fedora13_bcd_on_win7.html Tweak Home PC's excellent guides]&lt;br /&gt;
&lt;br /&gt;
For making a bootable Fedora USB from the DVD iso image see [http://forums.fedoraforum.org/showthread.php?t=205596 this post] on the Fedora Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Fedora 14]]&lt;/div&gt;</summary>
		<author><name>Leonidas</name></author>
		
	</entry>
</feed>