<?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=Fernandez</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=Fernandez"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Fernandez"/>
	<updated>2026-06-09T23:36:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Moving_Ubuntu_10.04_to_a_ThinkPad_X220&amp;diff=51762</id>
		<title>Moving Ubuntu 10.04 to a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Moving_Ubuntu_10.04_to_a_ThinkPad_X220&amp;diff=51762"/>
		<updated>2011-06-14T16:06:31Z</updated>

		<summary type="html">&lt;p&gt;Fernandez: Fix category name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ubuntu 10.04 does not work out of the box on the Thinkpad X220, and Ubuntu&lt;br /&gt;
11.04 has too many annoying changes (and some irritating bugs that affect&lt;br /&gt;
usability) to be considered as an option. To make matters worse, the X220 does not accept a standard notebook drive (it needs one of the new 7mm slim drives), so one can't move the old drive to the new laptop (I think the Thinkpad engineers screwed up big-time here, but that's just my opinion).&lt;br /&gt;
&lt;br /&gt;
Anyway, if you already have a working Ubuntu 10.04 installation on your machine&lt;br /&gt;
and want to move it to your new X220 here's a simple recipe:&lt;br /&gt;
&lt;br /&gt;
- boot the X220 with a Ubuntu 11.04 CD&lt;br /&gt;
&lt;br /&gt;
- partition the disk in the X220 to your liking&lt;br /&gt;
&lt;br /&gt;
- transfer your existing installation to the X220 disk over the network; I prefer using netcat + dump/restore, but rsync will work too&lt;br /&gt;
&lt;br /&gt;
- chroot to your new installation&lt;br /&gt;
&lt;br /&gt;
- add the following at the top of your /etc/apt/sources.list&lt;br /&gt;
    &lt;br /&gt;
    deb http://us.archive.ubuntu.com/ubuntu/ natty main restricted universe&lt;br /&gt;
&lt;br /&gt;
- as root, run the following:&lt;br /&gt;
&lt;br /&gt;
  apt-get update&lt;br /&gt;
  apt-get install linux-image-generic-pae linux-firmware&lt;br /&gt;
&lt;br /&gt;
- make sure you install a boot loader in the new disk&lt;br /&gt;
&lt;br /&gt;
And that's all it takes. You'll end up with your existing 10.04&lt;br /&gt;
installation running a recent kernel that supports the hardware on the&lt;br /&gt;
X220.&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
The recipe above will use the framebuffer for your graphic session. It is&lt;br /&gt;
recommended that you install the intel driver from&lt;br /&gt;
[https://launchpad.net/~glasen/+archive/intel-driver glasen] as described&lt;br /&gt;
[http://www.thinkwiki.org/wiki/Installing_Ubuntu_10.04_%28Lucid_Lynx%29_on_a_ThinkPad_X220 here]&lt;br /&gt;
&lt;br /&gt;
[[Category:Ubuntu 10.04]]&lt;br /&gt;
[[Category:X220]]&lt;/div&gt;</summary>
		<author><name>Fernandez</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Moving_Ubuntu_10.04_to_a_ThinkPad_X220&amp;diff=51761</id>
		<title>Moving Ubuntu 10.04 to a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Moving_Ubuntu_10.04_to_a_ThinkPad_X220&amp;diff=51761"/>
		<updated>2011-06-14T16:03:25Z</updated>

		<summary type="html">&lt;p&gt;Fernandez: Add categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ubuntu 10.04 does not work out of the box on the Thinkpad X220, and Ubuntu&lt;br /&gt;
11.04 has too many annoying changes (and some irritating bugs that affect&lt;br /&gt;
usability) to be considered as an option. To make matters worse, the X220 does not accept a standard notebook drive (it needs one of the new 7mm slim drives), so one can't move the old drive to the new laptop (I think the Thinkpad engineers screwed up big-time here, but that's just my opinion).&lt;br /&gt;
&lt;br /&gt;
Anyway, if you already have a working Ubuntu 10.04 installation on your machine&lt;br /&gt;
and want to move it to your new X220 here's a simple recipe:&lt;br /&gt;
&lt;br /&gt;
- boot the X220 with a Ubuntu 11.04 CD&lt;br /&gt;
&lt;br /&gt;
- partition the disk in the X220 to your liking&lt;br /&gt;
&lt;br /&gt;
- transfer your existing installation to the X220 disk over the network; I prefer using netcat + dump/restore, but rsync will work too&lt;br /&gt;
&lt;br /&gt;
- chroot to your new installation&lt;br /&gt;
&lt;br /&gt;
- add the following at the top of your /etc/apt/sources.list&lt;br /&gt;
    &lt;br /&gt;
    deb http://us.archive.ubuntu.com/ubuntu/ natty main restricted universe&lt;br /&gt;
&lt;br /&gt;
- as root, run the following:&lt;br /&gt;
&lt;br /&gt;
  apt-get update&lt;br /&gt;
  apt-get install linux-image-generic-pae linux-firmware&lt;br /&gt;
&lt;br /&gt;
- make sure you install a boot loader in the new disk&lt;br /&gt;
&lt;br /&gt;
And that's all it takes. You'll end up with your existing 10.04&lt;br /&gt;
installation running a recent kernel that supports the hardware on the&lt;br /&gt;
X220.&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
The recipe above will use the framebuffer for your graphic session. It is&lt;br /&gt;
recommended that you install the intel driver from&lt;br /&gt;
[https://launchpad.net/~glasen/+archive/intel-driver glasen] as described&lt;br /&gt;
[http://www.thinkwiki.org/wiki/Installing_Ubuntu_10.04_%28Lucid_Lynx%29_on_a_ThinkPad_X220 here]&lt;br /&gt;
&lt;br /&gt;
[[Category:Ubuntu 10.04]]&lt;br /&gt;
[[Category:Thinkpad X220]]&lt;/div&gt;</summary>
		<author><name>Fernandez</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Moving_Ubuntu_10.04_to_a_ThinkPad_X220&amp;diff=51760</id>
		<title>Moving Ubuntu 10.04 to a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Moving_Ubuntu_10.04_to_a_ThinkPad_X220&amp;diff=51760"/>
		<updated>2011-06-14T16:00:23Z</updated>

		<summary type="html">&lt;p&gt;Fernandez: Initial version of this document&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ubuntu 10.04 does not work out of the box on the Thinkpad X220, and Ubuntu&lt;br /&gt;
11.04 has too many annoying changes (and some irritating bugs that affect&lt;br /&gt;
usability) to be considered as an option. To make matters worse, the X220 does not accept a standard notebook drive (it needs one of the new 7mm slim drives), so one can't move the old drive to the new laptop (I think the Thinkpad engineers screwed up big-time here, but that's just my opinion).&lt;br /&gt;
&lt;br /&gt;
Anyway, if you already have a working Ubuntu 10.04 installation on your machine&lt;br /&gt;
and want to move it to your new X220 here's a simple recipe:&lt;br /&gt;
&lt;br /&gt;
- boot the X220 with a Ubuntu 11.04 CD&lt;br /&gt;
&lt;br /&gt;
- partition the disk in the X220 to your liking&lt;br /&gt;
&lt;br /&gt;
- transfer your existing installation to the X220 disk over the network; I prefer using netcat + dump/restore, but rsync will work too&lt;br /&gt;
&lt;br /&gt;
- chroot to your new installation&lt;br /&gt;
&lt;br /&gt;
- add the following at the top of your /etc/apt/sources.list&lt;br /&gt;
    &lt;br /&gt;
    deb http://us.archive.ubuntu.com/ubuntu/ natty main restricted universe&lt;br /&gt;
&lt;br /&gt;
- as root, run the following:&lt;br /&gt;
&lt;br /&gt;
  apt-get update&lt;br /&gt;
  apt-get install linux-image-generic-pae linux-firmware&lt;br /&gt;
&lt;br /&gt;
- make sure you install a boot loader in the new disk&lt;br /&gt;
&lt;br /&gt;
And that's all it takes. You'll end up with your existing 10.04&lt;br /&gt;
installation running a recent kernel that supports the hardware on the&lt;br /&gt;
X220.&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
The recipe above will use the framebuffer for your graphic session. It is&lt;br /&gt;
recommended that you install the intel driver from&lt;br /&gt;
[https://launchpad.net/~glasen/+archive/intel-driver glasen] as described&lt;br /&gt;
[http://www.thinkwiki.org/wiki/Installing_Ubuntu_10.04_%28Lucid_Lynx%29_on_a_ThinkPad_X220 here]&lt;/div&gt;</summary>
		<author><name>Fernandez</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Moving_Ubuntu_10.04_to_a_ThinkPad_X220&amp;diff=51759</id>
		<title>Moving Ubuntu 10.04 to a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Moving_Ubuntu_10.04_to_a_ThinkPad_X220&amp;diff=51759"/>
		<updated>2011-06-14T15:59:48Z</updated>

		<summary type="html">&lt;p&gt;Fernandez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ubuntu 10.04 does not work out of the box on the Thinkpad X220, and Ubuntu&lt;br /&gt;
11.04 has too many annoying changes (and some irritating bugs that affect&lt;br /&gt;
usability) to be considered as an option. To make matters worse, the X220 does not accept a standard notebook drive (it needs one of the new 7mm slim drives), so one can't move the old drive to the new laptop (I think the Thinkpad engineers screwed up big-time here, but that's just my opinion).&lt;br /&gt;
&lt;br /&gt;
Anyway, if you already have a working Ubuntu 10.04 installation on your machine&lt;br /&gt;
and want to move it to your new X220 here's a simple recipe:&lt;br /&gt;
&lt;br /&gt;
- boot the X220 with a Ubuntu 11.04 CD&lt;br /&gt;
&lt;br /&gt;
- partition the disk in the X220 to your liking&lt;br /&gt;
&lt;br /&gt;
- transfer your existing installation to the X220 disk over the network; I prefer using netcat + dump/restore, but rsync will work too&lt;br /&gt;
&lt;br /&gt;
- chroot to your new installation&lt;br /&gt;
&lt;br /&gt;
- add the following at the top of your /etc/apt/sources.list&lt;br /&gt;
    &lt;br /&gt;
    deb http://us.archive.ubuntu.com/ubuntu/ natty main restricted universe&lt;br /&gt;
&lt;br /&gt;
- as root, run the following:&lt;br /&gt;
  apt-get update&lt;br /&gt;
  apt-get install linux-image-generic-pae linux-firmware&lt;br /&gt;
&lt;br /&gt;
- make sure you install a boot loader in the new disk&lt;br /&gt;
&lt;br /&gt;
And that's all it takes. You'll end up with your existing 10.04&lt;br /&gt;
installation running a recent kernel that supports the hardware on the&lt;br /&gt;
X220.&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
The recipe above will use the framebuffer for your graphic session. It is&lt;br /&gt;
recommended that you install the intel driver from&lt;br /&gt;
[https://launchpad.net/~glasen/+archive/intel-driver glasen] as described&lt;br /&gt;
[http://www.thinkwiki.org/wiki/Installing_Ubuntu_10.04_%28Lucid_Lynx%29_on_a_ThinkPad_X220 here]&lt;/div&gt;</summary>
		<author><name>Fernandez</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Moving_Ubuntu_10.04_to_a_ThinkPad_X220&amp;diff=51758</id>
		<title>Moving Ubuntu 10.04 to a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Moving_Ubuntu_10.04_to_a_ThinkPad_X220&amp;diff=51758"/>
		<updated>2011-06-14T15:57:34Z</updated>

		<summary type="html">&lt;p&gt;Fernandez: â†Created page with 'Ubuntu 10.04 does not work out of the box on the Thinkpad X220, and Ubuntu 11.04 has too many annoying changes (and some irritating bugs that affect usability). To make ma...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ubuntu 10.04 does not work out of the box on the Thinkpad X220, and Ubuntu&lt;br /&gt;
11.04 has too many annoying changes (and some irritating bugs that affect&lt;br /&gt;
usability). To make matters worse, the X220 does not accept a standard&lt;br /&gt;
notebook drive, so one can't move the old drive to the new laptop.&lt;br /&gt;
&lt;br /&gt;
If you already have a working Ubuntu 10.04 installation on your machine&lt;br /&gt;
and want to move it to your new X220 here's a simple recipe:&lt;br /&gt;
&lt;br /&gt;
- boot the X220 with a Ubuntu 11.04 CD&lt;br /&gt;
&lt;br /&gt;
- partition the disk in the X220 to your liking&lt;br /&gt;
&lt;br /&gt;
- transfer your existing installation to the X220 disk over the network; I prefer using netcat + dump/restore, but rsync will work too&lt;br /&gt;
&lt;br /&gt;
- chroot to your new installation&lt;br /&gt;
&lt;br /&gt;
- add the following at the top of your /etc/apt/sources.list&lt;br /&gt;
    &lt;br /&gt;
    deb http://us.archive.ubuntu.com/ubuntu/ natty main restricted universe&lt;br /&gt;
&lt;br /&gt;
- as root, run the following:&lt;br /&gt;
  apt-get update&lt;br /&gt;
  apt-get install linux-image-generic-pae linux-firmware&lt;br /&gt;
&lt;br /&gt;
- make sure you install a boot loader in the new disk&lt;br /&gt;
&lt;br /&gt;
And that's all it takes. You'll end up with your existing 10.04&lt;br /&gt;
installation running a recent kernel that supports the hardware on the&lt;br /&gt;
X220.&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
The recipe above will use the framebuffer for your graphic session. It is&lt;br /&gt;
recommended that you install the intel driver from&lt;br /&gt;
[https://launchpad.net/~glasen/+archive/intel-driver glasen] as described&lt;br /&gt;
[http://www.thinkwiki.org/wiki/Installing_Ubuntu_10.04_%28Lucid_Lynx%29_on_a_ThinkPad_X220 here]&lt;/div&gt;</summary>
		<author><name>Fernandez</name></author>
		
	</entry>
</feed>