Difference between revisions of "Installing Fedora Core 4 on a ThinkPad R30"

From ThinkWiki
Jump to: navigation, search
(Important Information After Install)
Line 18: Line 18:
 
#This will update the video driver configuration. When yum asks you if this is ok to download, press {{key|y}} then {{key|enter}}.
 
#This will update the video driver configuration. When yum asks you if this is ok to download, press {{key|y}} then {{key|enter}}.
 
#When this is done, type {{cmdroot|reboot}}. This will reboot the system.
 
#When this is done, type {{cmdroot|reboot}}. This will reboot the system.
#Now the graphical login screen will come up. Login as root, with your root password. Now go to Applications -> System Tools -> Terminal.
+
#Now the graphical login screen will come up. Login as root, with your root password. Now go to Applications -> System Tools -> Terminal. You will now have to rerun the first boot scripts. Use these commands: {{cmdroot|su}}
 +
{{cmdroot|rm -f /etc/sysconfig/firstboot}}
 +
 
 +
{{cmdroot|/sbin/chkconfig --add firstboot}}
 +
{{cmdroot|reboot}}
 +
 
 +
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.
  
 
== Configuring Hardware ==
 
== Configuring Hardware ==
  
 
soon
 
soon

Revision as of 06:52, 17 August 2005

Important Information

  • 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.
  • 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.

Install Fedora Core 4

  • The IBM Thinkpad R30 can handle the DVD-ROM iso image. Download and burn from http://fedora.redhat.com
  • Insert the DVD and restart your computer. Hit enter when the install screen comes up. Follow the instructions.

Two Things to note:

  • Use the Grub Boot Loader if you want to dual boot with XP. When installing the boot loader, change Other to Windows XP.
  • Let Fedora autopartition your hard disk. Use the "Keep All Partitions and use existing free space" option.

Important Information After Install

If you do not follow the instructions below, Fedora's video system will not be configured correctly for the video card.

  1. 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 E, highlight Fedora Core 4, press E, highlight the second line, press E, use backspace to remove quiet and replace it with vga=791 3. Press enter then B.
  2. 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.
  3. Then type this command: # yum --enablerepo=development install xorg-x11*.
  4. This will update the video driver configuration. When yum asks you if this is ok to download, press y then enter.
  5. When this is done, type # reboot. This will reboot the system.
  6. Now the graphical login screen will come up. Login as root, with your root password. Now go to Applications -> System Tools -> Terminal. You will now have to rerun the first boot scripts. Use these commands: # su

# rm -f /etc/sysconfig/firstboot

# /sbin/chkconfig --add firstboot # reboot

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.

Configuring Hardware

soon