<?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=Draimus</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=Draimus"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Draimus"/>
	<updated>2026-05-01T04:48:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_4_on_a_ThinkPad_R30&amp;diff=31981</id>
		<title>Installing Fedora Core 4 on a ThinkPad R30</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_4_on_a_ThinkPad_R30&amp;diff=31981"/>
		<updated>2007-08-14T03:18:35Z</updated>

		<summary type="html">&lt;p&gt;Draimus: /* Important Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Important Information ==&lt;br /&gt;
*If you want to dual boot XP with {{Fedora}}, you will have to resize your XP partition (C:). IBM also creates their recovery partition at the end of the drive, you don't have to delete or resize this one.&lt;br /&gt;
*When you resize your XP partition, make sure that the part of the drive you want to install on is free space. The Fedora installer automatically creates the partitions in the free space.&lt;br /&gt;
&lt;br /&gt;
 {{NOTE|Updated Kernel Versions will try to disable IRQ #15 and the system will hang during boot. I have had this happen on 2.6.12.1390 and 2.6.12.1398, and the new 2.6.13 versions. The fix for this is to add &amp;lt;tt&amp;gt;irqpoll&amp;lt;/tt&amp;gt; during installation in the box where it asks if the system needs any flags when booting up.  '''Update''' - See [[Installation_instructions_for_the_ThinkPad_R30#General_Notes|R30 General Installation Notes]].}}&lt;br /&gt;
&lt;br /&gt;
== Install Fedora Core 4 ==&lt;br /&gt;
*The IBM Thinkpad {{R30}} can handle the DVD-ROM iso image. Download and burn from [http://fedora.redhat.com http://fedora.redhat.com]&lt;br /&gt;
*Insert the DVD and restart your computer. Enter &amp;quot;linux text&amp;quot; and press enter when the install screen comes up. Follow the instructions. &lt;br /&gt;
*Use the Grub Boot Loader if you want to dual boot with XP. When installing the boot loader, change Other to Windows XP.&lt;br /&gt;
*Let Fedora autopartition your hard disk. Use the &amp;quot;Keep All Partitions and use existing free space&amp;quot; option.&lt;br /&gt;
 {{WARN|After Installation, you have to read the important information below. Failure to do so will result in a system with a frozen white screen!}}&lt;br /&gt;
&lt;br /&gt;
== Important Information After Install ==&lt;br /&gt;
If you do not follow the instructions below, Fedora will not be configured correctly for the Trident Cyberblade video card.&lt;br /&gt;
#When the Installer asks you to reboot, be ready to edit the GRUB bootloader configuration. When your computer restarts, GRUB will tell you Fedora Core 4 will be booting in 4 seconds. Press {{key|E}}, highlight Fedora Core 4, press {{key|E}}, highlight the second line, press {{key|E}}, use {{key|backspace}} to remove {{bootparm|quiet|}} and replace it with {{bootparm|vga|791 3}} (don't forget the space and 3 after 791). Press {{key|enter}} then {{key|B}}.&lt;br /&gt;
#This boots you to command line mode. A post install configuration screen will come up. Press exit. When you get to the login screen, enter root as the username and your root password.&lt;br /&gt;
#Then type this command: {{cmdroot|1=yum update xorg-x11}}.&lt;br /&gt;
#This will update the video driver configuration. When yum asks you if this is ok to download, press {{key|y}} then {{key|enter}}. If you get a gpg key error, just accept and it will continue.&lt;br /&gt;
#When it finishes updating, type these commands: &lt;br /&gt;
#:{{cmdroot|rm -f /etc/sysconfig/firstboot}}&lt;br /&gt;
#:{{cmdroot|/sbin/chkconfig --add firstboot}}&lt;br /&gt;
#:{{cmdroot|reboot}}&lt;br /&gt;
#Your system should now reboot and hopefully, the first boot scripts will run again. If you don't you will have to create the user accounts manually, configure time, network time, etc.&lt;br /&gt;
&lt;br /&gt;
== Configuring Hardware ==&lt;br /&gt;
&lt;br /&gt;
soon&lt;br /&gt;
&lt;br /&gt;
=External Sources=&lt;br /&gt;
*This guide is listed at the [http://tuxmobil.org/ibm.html TuxMobil Linux laptop and notebook installation survey (IBM/Lenovo)].&lt;/div&gt;</summary>
		<author><name>Draimus</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_R30&amp;diff=31980</id>
		<title>Installation instructions for the ThinkPad R30</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_R30&amp;diff=31980"/>
		<updated>2007-08-14T03:04:46Z</updated>

		<summary type="html">&lt;p&gt;Draimus: /* General Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{R30}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
* Kernels newer than 2.6.8 require &amp;lt;tt&amp;gt;pci=noacpi&amp;lt;/tt&amp;gt; set on the boot line, otherwise the system will hang during boot after attempting to disable IRQ #15.  Setting &amp;lt;tt&amp;gt;irqpoll&amp;lt;/tt&amp;gt; as suggested by the kernel before it hangs can cause very slow boots and loss of the DVD drive.  Tested on Ubuntu.&lt;br /&gt;
&lt;br /&gt;
==Distro specific Instructions==&lt;br /&gt;
*{{Install|Fedora| Core 4|R30}}&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://www.ii.uib.no/~avle/r30.html Helge Avlesen's Red Hat 7.2 on a ThinkPad R30 page]&lt;br /&gt;
*[http://www.infosun.fmi.uni-passau.de/~nils/r30.html Nils Ellmenreich's Red Hat 7.2 on a ThinkPad R30 page]&lt;br /&gt;
*[http://www.jmurray.id.au/R30-LE2005.html Mandriva LE2005 on a ThinkPad R30]&lt;br /&gt;
*[http://www.manicai.net/comp/linux/r30install.html SUSE 7.3 on a ThinkPad R30]&lt;br /&gt;
*[http://www.uhoreg.ca/thinkpadr30linux.text Hubert Chan's Linux on a ThinkPad R30 page]&lt;br /&gt;
*[http://hallx049.oit.umn.edu/linux/laptops/tp-r30/ Jim Hall's Linux on a ThinkPad R30 page]&lt;/div&gt;</summary>
		<author><name>Draimus</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_R30&amp;diff=31979</id>
		<title>Installation instructions for the ThinkPad R30</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_R30&amp;diff=31979"/>
		<updated>2007-08-14T03:03:54Z</updated>

		<summary type="html">&lt;p&gt;Draimus: /* General Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{R30}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
* Kernels newer than 2.6.8 require &amp;lt;tt&amp;gt;pci=noacpi&amp;lt;/tt&amp;gt; set on the boot line, otherwise the system will hang during boot after attempting to disable IRQ #15.  Setting &amp;lt;tt&amp;gt;irqpoll&amp;lt;/tt&amp;gt; as suggested by the kernel before it hangs can cause very slow boots and loss of the DVD drive.  Tested on Debian and Ubuntu.&lt;br /&gt;
&lt;br /&gt;
==Distro specific Instructions==&lt;br /&gt;
*{{Install|Fedora| Core 4|R30}}&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://www.ii.uib.no/~avle/r30.html Helge Avlesen's Red Hat 7.2 on a ThinkPad R30 page]&lt;br /&gt;
*[http://www.infosun.fmi.uni-passau.de/~nils/r30.html Nils Ellmenreich's Red Hat 7.2 on a ThinkPad R30 page]&lt;br /&gt;
*[http://www.jmurray.id.au/R30-LE2005.html Mandriva LE2005 on a ThinkPad R30]&lt;br /&gt;
*[http://www.manicai.net/comp/linux/r30install.html SUSE 7.3 on a ThinkPad R30]&lt;br /&gt;
*[http://www.uhoreg.ca/thinkpadr30linux.text Hubert Chan's Linux on a ThinkPad R30 page]&lt;br /&gt;
*[http://hallx049.oit.umn.edu/linux/laptops/tp-r30/ Jim Hall's Linux on a ThinkPad R30 page]&lt;/div&gt;</summary>
		<author><name>Draimus</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_R30&amp;diff=31978</id>
		<title>Installation instructions for the ThinkPad R30</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_R30&amp;diff=31978"/>
		<updated>2007-08-14T02:55:01Z</updated>

		<summary type="html">&lt;p&gt;Draimus: /* General Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{R30}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
* Kernels newer than 2.6.8 require &amp;lt;tt&amp;gt;pci=noacpi&amp;lt;/tt&amp;gt; set on the boot line, otherwise the system will hang during boot after attempting to disable IRQ #15.&lt;br /&gt;
&lt;br /&gt;
==Distro specific Instructions==&lt;br /&gt;
*{{Install|Fedora| Core 4|R30}}&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://www.ii.uib.no/~avle/r30.html Helge Avlesen's Red Hat 7.2 on a ThinkPad R30 page]&lt;br /&gt;
*[http://www.infosun.fmi.uni-passau.de/~nils/r30.html Nils Ellmenreich's Red Hat 7.2 on a ThinkPad R30 page]&lt;br /&gt;
*[http://www.jmurray.id.au/R30-LE2005.html Mandriva LE2005 on a ThinkPad R30]&lt;br /&gt;
*[http://www.manicai.net/comp/linux/r30install.html SUSE 7.3 on a ThinkPad R30]&lt;br /&gt;
*[http://www.uhoreg.ca/thinkpadr30linux.text Hubert Chan's Linux on a ThinkPad R30 page]&lt;br /&gt;
*[http://hallx049.oit.umn.edu/linux/laptops/tp-r30/ Jim Hall's Linux on a ThinkPad R30 page]&lt;/div&gt;</summary>
		<author><name>Draimus</name></author>
		
	</entry>
</feed>