<?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=Heissam</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=Heissam"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Heissam"/>
	<updated>2026-06-09T23:54:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30386</id>
		<title>Installing Ubuntu on a ThinkPad T21</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30386"/>
		<updated>2007-06-09T15:46:50Z</updated>

		<summary type="html">&lt;p&gt;Heissam: /* Ubuntu 7.04 Feisty Fawn */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ubuntu 7.04 Feisty Fawn ==&lt;br /&gt;
&lt;br /&gt;
The upgrade from Edgy Eft (6.10) goes smoothly. &lt;br /&gt;
&lt;br /&gt;
You may need the [[:Installing Ubuntu on a ThinkPad T20#Fixing Sound-After-Suspend|Sound-After-Suspend]] fix that the T20 also uses. (please first look at [[:Talk:Installing_Ubuntu_on_a_ThinkPad_T21|discussion]] for hints about this point)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu 6.10 Desktop ==&lt;br /&gt;
&lt;br /&gt;
To install, we have to use the &amp;quot;alternate install&amp;quot; CD because X freezes on boot.&lt;br /&gt;
Note: Safe boot won't work.&lt;br /&gt;
&lt;br /&gt;
Once it is installed and reboots,&lt;br /&gt;
press ESC to get to the grub menu,&lt;br /&gt;
'e' to edit the menu entry,&lt;br /&gt;
then DOWN to get to the &amp;quot;kernel ...&amp;quot; line.&lt;br /&gt;
Press 'e' to edit the kernel boot entry,&lt;br /&gt;
then type &amp;quot;init=/bin/sh&amp;quot;, ENTER.&lt;br /&gt;
Press 'b' to boot the modified entry.&lt;br /&gt;
This should get you in single-user mode.&lt;br /&gt;
&lt;br /&gt;
Type  (without the # signs)&lt;br /&gt;
        # mount -o remount,rw /&lt;br /&gt;
        # cd /etc/init.d&lt;br /&gt;
        # mv gdm gdm.old&lt;br /&gt;
        # mv x11-common x11-common.old&lt;br /&gt;
&lt;br /&gt;
To prevent X from booting the next time around.&lt;br /&gt;
Press CTRL-ALT-DEL to reboot the computer.&lt;br /&gt;
&lt;br /&gt;
Let Ubuntu boot normally.&lt;br /&gt;
Don't edit the entry.&lt;br /&gt;
&lt;br /&gt;
You should get a login prompt in a text-terminal.&lt;br /&gt;
Login with your username and password, then type (don't type the $ sign)&lt;br /&gt;
        $ sudo vi /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Once in vi, type in order&lt;br /&gt;
&lt;br /&gt;
        /DefaultDepth&lt;br /&gt;
        ENTER&lt;br /&gt;
        :s/16/24&lt;br /&gt;
        ENTER&lt;br /&gt;
        ESC&lt;br /&gt;
        ZZ&lt;br /&gt;
&lt;br /&gt;
Once this is done, try starting X manually&lt;br /&gt;
&lt;br /&gt;
        $ X&lt;br /&gt;
&lt;br /&gt;
Which should get you a X screen.&lt;br /&gt;
No window manager will be running,&lt;br /&gt;
so you can't do much but exit by pressing CTRL-ALT-BACKSPACE.&lt;br /&gt;
&lt;br /&gt;
Once X is known to work,&lt;br /&gt;
you can enable gdm and X again by undoing to first steps:&lt;br /&gt;
&lt;br /&gt;
        $ cd /etc/init.d&lt;br /&gt;
        $ sudo mv gdm.old gdm&lt;br /&gt;
        $ sudo mv x11-common.old x11-common&lt;br /&gt;
&lt;br /&gt;
Then reboot the computer&lt;br /&gt;
&lt;br /&gt;
        $ sudo reboot&lt;br /&gt;
&lt;br /&gt;
You should then be greeted by the usual gdm login prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crapulon says:&lt;br /&gt;
&lt;br /&gt;
I also found it is a good idea to have &amp;quot;acpi=off apm=on&amp;quot; as GRUB kernel options.&lt;br /&gt;
Without this Ubuntu could not recognise the Ethernet port or internal modem.&lt;br /&gt;
Edit the GRUB menu.lst file so that update-grub automagically adds these options.&lt;br /&gt;
To do this:&lt;br /&gt;
&lt;br /&gt;
1)  Type: sudo vim /boot/grub/menu.lst&lt;br /&gt;
&lt;br /&gt;
2)  Find the section titled ## Start Default Options ##, then add the two new options to the line that begins with &amp;quot;# kopt=&amp;quot; eg. in my menu.lst file the new line (line 66) reads:&lt;br /&gt;
&lt;br /&gt;
    # kopt=root/dev/hda1 ro acpi=off apm=on&lt;br /&gt;
&lt;br /&gt;
3)  Write the changes and exit vim.&lt;br /&gt;
&lt;br /&gt;
4)  Once the file has been re-saved, you can re-install the bootloader. The command for that is:&lt;br /&gt;
&lt;br /&gt;
 sudo grub-install /dev/hda&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': This assumes your hard drive is at /dev/hda. Use &amp;quot;df&amp;quot; to see your hard drive names if you are not sure. &lt;br /&gt;
This operation can  potentially make your computer unbootable if there are mistakes, so be careful! (Of course, even if the hard drive became unbootable, you could most likely boot off a CD and fix it. )&lt;br /&gt;
&lt;br /&gt;
Reboot, and check that all is well.&lt;br /&gt;
&lt;br /&gt;
{{Ubuntu}} {{T21}}&lt;/div&gt;</summary>
		<author><name>Heissam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30385</id>
		<title>Installing Ubuntu on a ThinkPad T21</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30385"/>
		<updated>2007-06-09T15:45:34Z</updated>

		<summary type="html">&lt;p&gt;Heissam: /* Ubuntu 7.04 Feisty Fawn */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ubuntu 7.04 Feisty Fawn ==&lt;br /&gt;
&lt;br /&gt;
The upgrade from Edgy Eft (6.10) goes smoothly. &lt;br /&gt;
&lt;br /&gt;
You may need the [[:Installing Ubuntu on a ThinkPad T20#Fixing Sound-After-Suspend|Sound-After-Suspend]] fix that the T20 also uses. (please first look at [[:Talk:Installing_Ubuntu_on_a_ThinkPad_T21]]discussion for hints about this point)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu 6.10 Desktop ==&lt;br /&gt;
&lt;br /&gt;
To install, we have to use the &amp;quot;alternate install&amp;quot; CD because X freezes on boot.&lt;br /&gt;
Note: Safe boot won't work.&lt;br /&gt;
&lt;br /&gt;
Once it is installed and reboots,&lt;br /&gt;
press ESC to get to the grub menu,&lt;br /&gt;
'e' to edit the menu entry,&lt;br /&gt;
then DOWN to get to the &amp;quot;kernel ...&amp;quot; line.&lt;br /&gt;
Press 'e' to edit the kernel boot entry,&lt;br /&gt;
then type &amp;quot;init=/bin/sh&amp;quot;, ENTER.&lt;br /&gt;
Press 'b' to boot the modified entry.&lt;br /&gt;
This should get you in single-user mode.&lt;br /&gt;
&lt;br /&gt;
Type  (without the # signs)&lt;br /&gt;
        # mount -o remount,rw /&lt;br /&gt;
        # cd /etc/init.d&lt;br /&gt;
        # mv gdm gdm.old&lt;br /&gt;
        # mv x11-common x11-common.old&lt;br /&gt;
&lt;br /&gt;
To prevent X from booting the next time around.&lt;br /&gt;
Press CTRL-ALT-DEL to reboot the computer.&lt;br /&gt;
&lt;br /&gt;
Let Ubuntu boot normally.&lt;br /&gt;
Don't edit the entry.&lt;br /&gt;
&lt;br /&gt;
You should get a login prompt in a text-terminal.&lt;br /&gt;
Login with your username and password, then type (don't type the $ sign)&lt;br /&gt;
        $ sudo vi /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Once in vi, type in order&lt;br /&gt;
&lt;br /&gt;
        /DefaultDepth&lt;br /&gt;
        ENTER&lt;br /&gt;
        :s/16/24&lt;br /&gt;
        ENTER&lt;br /&gt;
        ESC&lt;br /&gt;
        ZZ&lt;br /&gt;
&lt;br /&gt;
Once this is done, try starting X manually&lt;br /&gt;
&lt;br /&gt;
        $ X&lt;br /&gt;
&lt;br /&gt;
Which should get you a X screen.&lt;br /&gt;
No window manager will be running,&lt;br /&gt;
so you can't do much but exit by pressing CTRL-ALT-BACKSPACE.&lt;br /&gt;
&lt;br /&gt;
Once X is known to work,&lt;br /&gt;
you can enable gdm and X again by undoing to first steps:&lt;br /&gt;
&lt;br /&gt;
        $ cd /etc/init.d&lt;br /&gt;
        $ sudo mv gdm.old gdm&lt;br /&gt;
        $ sudo mv x11-common.old x11-common&lt;br /&gt;
&lt;br /&gt;
Then reboot the computer&lt;br /&gt;
&lt;br /&gt;
        $ sudo reboot&lt;br /&gt;
&lt;br /&gt;
You should then be greeted by the usual gdm login prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crapulon says:&lt;br /&gt;
&lt;br /&gt;
I also found it is a good idea to have &amp;quot;acpi=off apm=on&amp;quot; as GRUB kernel options.&lt;br /&gt;
Without this Ubuntu could not recognise the Ethernet port or internal modem.&lt;br /&gt;
Edit the GRUB menu.lst file so that update-grub automagically adds these options.&lt;br /&gt;
To do this:&lt;br /&gt;
&lt;br /&gt;
1)  Type: sudo vim /boot/grub/menu.lst&lt;br /&gt;
&lt;br /&gt;
2)  Find the section titled ## Start Default Options ##, then add the two new options to the line that begins with &amp;quot;# kopt=&amp;quot; eg. in my menu.lst file the new line (line 66) reads:&lt;br /&gt;
&lt;br /&gt;
    # kopt=root/dev/hda1 ro acpi=off apm=on&lt;br /&gt;
&lt;br /&gt;
3)  Write the changes and exit vim.&lt;br /&gt;
&lt;br /&gt;
4)  Once the file has been re-saved, you can re-install the bootloader. The command for that is:&lt;br /&gt;
&lt;br /&gt;
 sudo grub-install /dev/hda&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': This assumes your hard drive is at /dev/hda. Use &amp;quot;df&amp;quot; to see your hard drive names if you are not sure. &lt;br /&gt;
This operation can  potentially make your computer unbootable if there are mistakes, so be careful! (Of course, even if the hard drive became unbootable, you could most likely boot off a CD and fix it. )&lt;br /&gt;
&lt;br /&gt;
Reboot, and check that all is well.&lt;br /&gt;
&lt;br /&gt;
{{Ubuntu}} {{T21}}&lt;/div&gt;</summary>
		<author><name>Heissam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30384</id>
		<title>Installing Ubuntu on a ThinkPad T21</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30384"/>
		<updated>2007-06-09T15:45:14Z</updated>

		<summary type="html">&lt;p&gt;Heissam: /* Ubuntu 7.04 Feisty Fawn */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ubuntu 7.04 Feisty Fawn ==&lt;br /&gt;
&lt;br /&gt;
The upgrade from Edgy Eft (6.10) goes smoothly. &lt;br /&gt;
&lt;br /&gt;
You may need the [[:Installing Ubuntu on a ThinkPad T20#Fixing Sound-After-Suspend|Sound-After-Suspend]] fix that the T20 also uses. (please first look at [[:Tald:Installing_Ubuntu_on_a_ThinkPad_T21]]discussion for hints about this point)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu 6.10 Desktop ==&lt;br /&gt;
&lt;br /&gt;
To install, we have to use the &amp;quot;alternate install&amp;quot; CD because X freezes on boot.&lt;br /&gt;
Note: Safe boot won't work.&lt;br /&gt;
&lt;br /&gt;
Once it is installed and reboots,&lt;br /&gt;
press ESC to get to the grub menu,&lt;br /&gt;
'e' to edit the menu entry,&lt;br /&gt;
then DOWN to get to the &amp;quot;kernel ...&amp;quot; line.&lt;br /&gt;
Press 'e' to edit the kernel boot entry,&lt;br /&gt;
then type &amp;quot;init=/bin/sh&amp;quot;, ENTER.&lt;br /&gt;
Press 'b' to boot the modified entry.&lt;br /&gt;
This should get you in single-user mode.&lt;br /&gt;
&lt;br /&gt;
Type  (without the # signs)&lt;br /&gt;
        # mount -o remount,rw /&lt;br /&gt;
        # cd /etc/init.d&lt;br /&gt;
        # mv gdm gdm.old&lt;br /&gt;
        # mv x11-common x11-common.old&lt;br /&gt;
&lt;br /&gt;
To prevent X from booting the next time around.&lt;br /&gt;
Press CTRL-ALT-DEL to reboot the computer.&lt;br /&gt;
&lt;br /&gt;
Let Ubuntu boot normally.&lt;br /&gt;
Don't edit the entry.&lt;br /&gt;
&lt;br /&gt;
You should get a login prompt in a text-terminal.&lt;br /&gt;
Login with your username and password, then type (don't type the $ sign)&lt;br /&gt;
        $ sudo vi /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Once in vi, type in order&lt;br /&gt;
&lt;br /&gt;
        /DefaultDepth&lt;br /&gt;
        ENTER&lt;br /&gt;
        :s/16/24&lt;br /&gt;
        ENTER&lt;br /&gt;
        ESC&lt;br /&gt;
        ZZ&lt;br /&gt;
&lt;br /&gt;
Once this is done, try starting X manually&lt;br /&gt;
&lt;br /&gt;
        $ X&lt;br /&gt;
&lt;br /&gt;
Which should get you a X screen.&lt;br /&gt;
No window manager will be running,&lt;br /&gt;
so you can't do much but exit by pressing CTRL-ALT-BACKSPACE.&lt;br /&gt;
&lt;br /&gt;
Once X is known to work,&lt;br /&gt;
you can enable gdm and X again by undoing to first steps:&lt;br /&gt;
&lt;br /&gt;
        $ cd /etc/init.d&lt;br /&gt;
        $ sudo mv gdm.old gdm&lt;br /&gt;
        $ sudo mv x11-common.old x11-common&lt;br /&gt;
&lt;br /&gt;
Then reboot the computer&lt;br /&gt;
&lt;br /&gt;
        $ sudo reboot&lt;br /&gt;
&lt;br /&gt;
You should then be greeted by the usual gdm login prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crapulon says:&lt;br /&gt;
&lt;br /&gt;
I also found it is a good idea to have &amp;quot;acpi=off apm=on&amp;quot; as GRUB kernel options.&lt;br /&gt;
Without this Ubuntu could not recognise the Ethernet port or internal modem.&lt;br /&gt;
Edit the GRUB menu.lst file so that update-grub automagically adds these options.&lt;br /&gt;
To do this:&lt;br /&gt;
&lt;br /&gt;
1)  Type: sudo vim /boot/grub/menu.lst&lt;br /&gt;
&lt;br /&gt;
2)  Find the section titled ## Start Default Options ##, then add the two new options to the line that begins with &amp;quot;# kopt=&amp;quot; eg. in my menu.lst file the new line (line 66) reads:&lt;br /&gt;
&lt;br /&gt;
    # kopt=root/dev/hda1 ro acpi=off apm=on&lt;br /&gt;
&lt;br /&gt;
3)  Write the changes and exit vim.&lt;br /&gt;
&lt;br /&gt;
4)  Once the file has been re-saved, you can re-install the bootloader. The command for that is:&lt;br /&gt;
&lt;br /&gt;
 sudo grub-install /dev/hda&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': This assumes your hard drive is at /dev/hda. Use &amp;quot;df&amp;quot; to see your hard drive names if you are not sure. &lt;br /&gt;
This operation can  potentially make your computer unbootable if there are mistakes, so be careful! (Of course, even if the hard drive became unbootable, you could most likely boot off a CD and fix it. )&lt;br /&gt;
&lt;br /&gt;
Reboot, and check that all is well.&lt;br /&gt;
&lt;br /&gt;
{{Ubuntu}} {{T21}}&lt;/div&gt;</summary>
		<author><name>Heissam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30383</id>
		<title>Installing Ubuntu on a ThinkPad T21</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30383"/>
		<updated>2007-06-09T15:43:54Z</updated>

		<summary type="html">&lt;p&gt;Heissam: /* Ubuntu 7.04 Feisty Fawn */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ubuntu 7.04 Feisty Fawn ==&lt;br /&gt;
&lt;br /&gt;
The upgrade from Edgy Eft (6.10) goes smoothly. &lt;br /&gt;
&lt;br /&gt;
You may need the [[:Installing Ubuntu on a ThinkPad T20#Fixing Sound-After-Suspend|Sound-After-Suspend]] fix that the T20 also uses. (please first look at discussion for hints about this point)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu 6.10 Desktop ==&lt;br /&gt;
&lt;br /&gt;
To install, we have to use the &amp;quot;alternate install&amp;quot; CD because X freezes on boot.&lt;br /&gt;
Note: Safe boot won't work.&lt;br /&gt;
&lt;br /&gt;
Once it is installed and reboots,&lt;br /&gt;
press ESC to get to the grub menu,&lt;br /&gt;
'e' to edit the menu entry,&lt;br /&gt;
then DOWN to get to the &amp;quot;kernel ...&amp;quot; line.&lt;br /&gt;
Press 'e' to edit the kernel boot entry,&lt;br /&gt;
then type &amp;quot;init=/bin/sh&amp;quot;, ENTER.&lt;br /&gt;
Press 'b' to boot the modified entry.&lt;br /&gt;
This should get you in single-user mode.&lt;br /&gt;
&lt;br /&gt;
Type  (without the # signs)&lt;br /&gt;
        # mount -o remount,rw /&lt;br /&gt;
        # cd /etc/init.d&lt;br /&gt;
        # mv gdm gdm.old&lt;br /&gt;
        # mv x11-common x11-common.old&lt;br /&gt;
&lt;br /&gt;
To prevent X from booting the next time around.&lt;br /&gt;
Press CTRL-ALT-DEL to reboot the computer.&lt;br /&gt;
&lt;br /&gt;
Let Ubuntu boot normally.&lt;br /&gt;
Don't edit the entry.&lt;br /&gt;
&lt;br /&gt;
You should get a login prompt in a text-terminal.&lt;br /&gt;
Login with your username and password, then type (don't type the $ sign)&lt;br /&gt;
        $ sudo vi /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Once in vi, type in order&lt;br /&gt;
&lt;br /&gt;
        /DefaultDepth&lt;br /&gt;
        ENTER&lt;br /&gt;
        :s/16/24&lt;br /&gt;
        ENTER&lt;br /&gt;
        ESC&lt;br /&gt;
        ZZ&lt;br /&gt;
&lt;br /&gt;
Once this is done, try starting X manually&lt;br /&gt;
&lt;br /&gt;
        $ X&lt;br /&gt;
&lt;br /&gt;
Which should get you a X screen.&lt;br /&gt;
No window manager will be running,&lt;br /&gt;
so you can't do much but exit by pressing CTRL-ALT-BACKSPACE.&lt;br /&gt;
&lt;br /&gt;
Once X is known to work,&lt;br /&gt;
you can enable gdm and X again by undoing to first steps:&lt;br /&gt;
&lt;br /&gt;
        $ cd /etc/init.d&lt;br /&gt;
        $ sudo mv gdm.old gdm&lt;br /&gt;
        $ sudo mv x11-common.old x11-common&lt;br /&gt;
&lt;br /&gt;
Then reboot the computer&lt;br /&gt;
&lt;br /&gt;
        $ sudo reboot&lt;br /&gt;
&lt;br /&gt;
You should then be greeted by the usual gdm login prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crapulon says:&lt;br /&gt;
&lt;br /&gt;
I also found it is a good idea to have &amp;quot;acpi=off apm=on&amp;quot; as GRUB kernel options.&lt;br /&gt;
Without this Ubuntu could not recognise the Ethernet port or internal modem.&lt;br /&gt;
Edit the GRUB menu.lst file so that update-grub automagically adds these options.&lt;br /&gt;
To do this:&lt;br /&gt;
&lt;br /&gt;
1)  Type: sudo vim /boot/grub/menu.lst&lt;br /&gt;
&lt;br /&gt;
2)  Find the section titled ## Start Default Options ##, then add the two new options to the line that begins with &amp;quot;# kopt=&amp;quot; eg. in my menu.lst file the new line (line 66) reads:&lt;br /&gt;
&lt;br /&gt;
    # kopt=root/dev/hda1 ro acpi=off apm=on&lt;br /&gt;
&lt;br /&gt;
3)  Write the changes and exit vim.&lt;br /&gt;
&lt;br /&gt;
4)  Once the file has been re-saved, you can re-install the bootloader. The command for that is:&lt;br /&gt;
&lt;br /&gt;
 sudo grub-install /dev/hda&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': This assumes your hard drive is at /dev/hda. Use &amp;quot;df&amp;quot; to see your hard drive names if you are not sure. &lt;br /&gt;
This operation can  potentially make your computer unbootable if there are mistakes, so be careful! (Of course, even if the hard drive became unbootable, you could most likely boot off a CD and fix it. )&lt;br /&gt;
&lt;br /&gt;
Reboot, and check that all is well.&lt;br /&gt;
&lt;br /&gt;
{{Ubuntu}} {{T21}}&lt;/div&gt;</summary>
		<author><name>Heissam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30382</id>
		<title>Installing Ubuntu on a ThinkPad T21</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30382"/>
		<updated>2007-06-09T15:42:45Z</updated>

		<summary type="html">&lt;p&gt;Heissam: /* Ubuntu 7.04 Feisty Fawn */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ubuntu 7.04 Feisty Fawn ==&lt;br /&gt;
&lt;br /&gt;
The upgrade from Edgy Eft (6.10) goes smoothly. &lt;br /&gt;
&lt;br /&gt;
You may need the [[:Installing Ubuntu on a ThinkPad T20#Fixing Sound-After-Suspend|Sound-After-Suspend]] fix that the T20 also uses.(please look at discussion for hints about this point)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu 6.10 Desktop ==&lt;br /&gt;
&lt;br /&gt;
To install, we have to use the &amp;quot;alternate install&amp;quot; CD because X freezes on boot.&lt;br /&gt;
Note: Safe boot won't work.&lt;br /&gt;
&lt;br /&gt;
Once it is installed and reboots,&lt;br /&gt;
press ESC to get to the grub menu,&lt;br /&gt;
'e' to edit the menu entry,&lt;br /&gt;
then DOWN to get to the &amp;quot;kernel ...&amp;quot; line.&lt;br /&gt;
Press 'e' to edit the kernel boot entry,&lt;br /&gt;
then type &amp;quot;init=/bin/sh&amp;quot;, ENTER.&lt;br /&gt;
Press 'b' to boot the modified entry.&lt;br /&gt;
This should get you in single-user mode.&lt;br /&gt;
&lt;br /&gt;
Type  (without the # signs)&lt;br /&gt;
        # mount -o remount,rw /&lt;br /&gt;
        # cd /etc/init.d&lt;br /&gt;
        # mv gdm gdm.old&lt;br /&gt;
        # mv x11-common x11-common.old&lt;br /&gt;
&lt;br /&gt;
To prevent X from booting the next time around.&lt;br /&gt;
Press CTRL-ALT-DEL to reboot the computer.&lt;br /&gt;
&lt;br /&gt;
Let Ubuntu boot normally.&lt;br /&gt;
Don't edit the entry.&lt;br /&gt;
&lt;br /&gt;
You should get a login prompt in a text-terminal.&lt;br /&gt;
Login with your username and password, then type (don't type the $ sign)&lt;br /&gt;
        $ sudo vi /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Once in vi, type in order&lt;br /&gt;
&lt;br /&gt;
        /DefaultDepth&lt;br /&gt;
        ENTER&lt;br /&gt;
        :s/16/24&lt;br /&gt;
        ENTER&lt;br /&gt;
        ESC&lt;br /&gt;
        ZZ&lt;br /&gt;
&lt;br /&gt;
Once this is done, try starting X manually&lt;br /&gt;
&lt;br /&gt;
        $ X&lt;br /&gt;
&lt;br /&gt;
Which should get you a X screen.&lt;br /&gt;
No window manager will be running,&lt;br /&gt;
so you can't do much but exit by pressing CTRL-ALT-BACKSPACE.&lt;br /&gt;
&lt;br /&gt;
Once X is known to work,&lt;br /&gt;
you can enable gdm and X again by undoing to first steps:&lt;br /&gt;
&lt;br /&gt;
        $ cd /etc/init.d&lt;br /&gt;
        $ sudo mv gdm.old gdm&lt;br /&gt;
        $ sudo mv x11-common.old x11-common&lt;br /&gt;
&lt;br /&gt;
Then reboot the computer&lt;br /&gt;
&lt;br /&gt;
        $ sudo reboot&lt;br /&gt;
&lt;br /&gt;
You should then be greeted by the usual gdm login prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crapulon says:&lt;br /&gt;
&lt;br /&gt;
I also found it is a good idea to have &amp;quot;acpi=off apm=on&amp;quot; as GRUB kernel options.&lt;br /&gt;
Without this Ubuntu could not recognise the Ethernet port or internal modem.&lt;br /&gt;
Edit the GRUB menu.lst file so that update-grub automagically adds these options.&lt;br /&gt;
To do this:&lt;br /&gt;
&lt;br /&gt;
1)  Type: sudo vim /boot/grub/menu.lst&lt;br /&gt;
&lt;br /&gt;
2)  Find the section titled ## Start Default Options ##, then add the two new options to the line that begins with &amp;quot;# kopt=&amp;quot; eg. in my menu.lst file the new line (line 66) reads:&lt;br /&gt;
&lt;br /&gt;
    # kopt=root/dev/hda1 ro acpi=off apm=on&lt;br /&gt;
&lt;br /&gt;
3)  Write the changes and exit vim.&lt;br /&gt;
&lt;br /&gt;
4)  Once the file has been re-saved, you can re-install the bootloader. The command for that is:&lt;br /&gt;
&lt;br /&gt;
 sudo grub-install /dev/hda&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': This assumes your hard drive is at /dev/hda. Use &amp;quot;df&amp;quot; to see your hard drive names if you are not sure. &lt;br /&gt;
This operation can  potentially make your computer unbootable if there are mistakes, so be careful! (Of course, even if the hard drive became unbootable, you could most likely boot off a CD and fix it. )&lt;br /&gt;
&lt;br /&gt;
Reboot, and check that all is well.&lt;br /&gt;
&lt;br /&gt;
{{Ubuntu}} {{T21}}&lt;/div&gt;</summary>
		<author><name>Heissam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30381</id>
		<title>Talk:Installing Ubuntu on a ThinkPad T21</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30381"/>
		<updated>2007-06-09T15:40:11Z</updated>

		<summary type="html">&lt;p&gt;Heissam: /* sound after suspend/resume on T21 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Does suspend work for you using Ubuntu on the T21? Any notes on getting it to work? --[[User:MarkStosberg|MarkStosberg]] 23:51, 11 November 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
hi,&lt;br /&gt;
in the article it says that you can use the t20 fix for sound, but this fix based on acpi, while it is prefered to switch off acpi and use apm in t21, so my question is how should i use this fix?&lt;br /&gt;
&lt;br /&gt;
== sound after suspend/resume on T21 ==&lt;br /&gt;
&lt;br /&gt;
i found that using the script /etc/apm/scripts.d/alsa with force-reload flag would solve my problems. as i am using apm not acpi.&lt;br /&gt;
after resuming change the directory to /etc/apm/scripts.d, then type: &lt;br /&gt;
sudo ./alsa force-reload&lt;br /&gt;
and the sound works again.&lt;/div&gt;</summary>
		<author><name>Heissam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30380</id>
		<title>Talk:Installing Ubuntu on a ThinkPad T21</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=30380"/>
		<updated>2007-06-09T15:39:30Z</updated>

		<summary type="html">&lt;p&gt;Heissam: sound after suspend/resume on T21&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Does suspend work for you using Ubuntu on the T21? Any notes on getting it to work? --[[User:MarkStosberg|MarkStosberg]] 23:51, 11 November 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
hi,&lt;br /&gt;
in the article it says that you can use the t20 fix for sound, but this fix based on acpi, while it is prefered to switch off acpi and use apm in t21, so my question is how should i use this fix?&lt;br /&gt;
&lt;br /&gt;
== sound after suspend/resume on T21 ==&lt;br /&gt;
&lt;br /&gt;
i found that using the script /etc/apm/scripts.d/alsa with force-reload flag would solve my problems. as i am using apm not acpi&lt;br /&gt;
after resuming change the directory to /etc/apm/scripts.d, then type: &lt;br /&gt;
sudo ./alsa force-reload&lt;br /&gt;
and the sound works again.&lt;/div&gt;</summary>
		<author><name>Heissam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=29885</id>
		<title>Talk:Installing Ubuntu on a ThinkPad T21</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_on_a_ThinkPad_T21&amp;diff=29885"/>
		<updated>2007-05-20T14:54:12Z</updated>

		<summary type="html">&lt;p&gt;Heissam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Does suspend work for you using Ubuntu on the T21? Any notes on getting it to work? --[[User:MarkStosberg|MarkStosberg]] 23:51, 11 November 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
hi,&lt;br /&gt;
in the article it says that you can use the t20 fix for sound, but this fix based on acpi, while it is prefered to switch off acpi and use apm in t21, so my question is how should i use this fix?&lt;/div&gt;</summary>
		<author><name>Heissam</name></author>
		
	</entry>
</feed>