Installing Fedora Core 4 on a ThinkPad R30

From ThinkWiki
Revision as of 17:21, 17 August 2005 by Wyrfel (Talk | contribs) (Important Information After Install)
Jump to: navigation, search

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.
  • 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.
ATTENTION!
After Installation, you have to read the important information below. Failure to do so will result in a system with a frozen white screen!

Important Information After Install

If you do not follow the instructions below, Fedora will not be configured correctly for the Trident Cyberblade 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:
    # rm -f /etc/sysconfig/firstboot
    # /sbin/chkconfig --add firstboot
    # reboot
  7. 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