dvd cleaners csis active x junior military officer recruiter norton anti virus mandy mountjoy harmon kardon ultimate sheet metal fabrication book home business playmate centerfolds french maids scott trade older women younger men mail recovery autoroute warez engagement photo sessions kids crafts trains naked bulma nude clubs photo of the original temptation corner tv stand asking letter sponsorship frisbee golf stripperella nude very superstitious writing japanese food cache creek casino analytics monica mendez adware spyware removal wind beneath my wings post traumatic stress disorder wheelhorse parts interior decorating tamie sheffield tee shirts with crosses seven last statement of christ horsefuckers cpt codes briggs and straton repair parts shade sails cholesteral private jet charters mario land game online nadia spinks marriage help catsuit youth play tunnel ncaa baseball galilea montijo liver cancer annotated working bibliography nipple reduction celebrity breast sizes kelly clarkson hairstyles aerobic and anaerobic bacteria i dream of phoebe deborah gibson cnn late breaking news ballet dancer sex 101 alaska air real estate lawyers in marbella posh pet colonade hotel boston textbook evaluation criteria ratm a sentimental mood veggies illinois used car laws jurassic 5 hot naked cops japanese big tits diane heidkrueger quality carpet order sibutramine 4x4 toyota for sale kombi mp3 free xxx xxx lesbian amateurs a is for action lyrics erotic enema wheatus teenage dirtbag grease the movie apartment guide minneapolis elle macpherson nude cat girls muscle sex rooms for rent les deux gros plates moneys final fantasy 7 advent children girl dildo little house on the prarie start a home business punk boys egyptian mau us open golf tickets men butts This guide is for Ubuntu 6.10 and is out of date. Here is my guide on installing Ubuntu 7.10 (Gutsy Gibbon) These are my experience with installing Ubuntu Linux and getting it running. This guide should help you install Ubuntu if you have RAID or an ATI Mobility Radeon X1800 graphics card.
[edit] Introduction[edit] Where I started
[edit] Where I ended up
[edit] My system specs
[edit] My early challengesWhen I first decided to install Linux, I chose Ubuntu because of the large amount of community support available. Especially in terms of installing Beryl. When I got to the partitioning step of the install, I was presented with two separate 80 GB drives instead of a single drive. After much searching, I found a guide that let let me load dmraid before proceeding with the installation. [edit] Installing Ubuntu[edit] Prerequisites
[edit] Steps
[edit] Post installation
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst.bak sudo gedit /boot/grub/menu.lst< At the bottom of the file, change all version numbers from 2.6.17-10 to the version number you noted in step 3. My resulting file looks like this: title Ubuntu, kernel 2.6.17-11 root (hd0,1) kernel /boot/vmlinuz-2.6.17-11-generic root=/dev/mapper/via_bjgffdcjia2 ro quiet splash initrd /boot/initrd.img-2.6.17-11-generic quiet boot title Ubuntu, kernel 2.6.17-11 (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.17-11-generic root=/dev/mapper/via_bjgffdcjia2 ro single initrd /boot/initrd.img-2.6.17-11-generic boot title Windows XP root (hd0,0) chainloader +1
[edit] Installing XGL and Beryl[edit] Installing XGLFollow METHOD 2 at this guide to install XGL. and followed the last troubleshooting steps More troubleshooting: http://wiki.beryl-project.org/wiki/Troubleshooting_Xgl#Error_on_running_hardware_accelerated_3d-applications [edit] Installing BerylFollow this guide to install Beryl. [edit] Modifications
[edit] Backing up your system[edit] Making a backupI used this guide to make a complete image of my entire linux partition. I already had my windows partition mounted so I decided to save the image file there. Here is the exact command I issued su - dd if=/dev/mapper/via_bjgffdcjia2 bs=4k | gzip -c | split -b 2000m - "/media/windows/backup-fresh/backup.img.gz." The first command sets you as root. The second command takes the third partition on my RAID ( [edit] Restoring from a backupTo restore my system, I would boot onto a live CD then make sure dmraid is installed. You can verify that your RAID set is being recognized by typing ls /dev/mapper which should show all of your RAID partitions. If it does, you need to mount the partition where your backup is stored, then copy the backup image onto the partition it came from. sudo apt-get install ntfs-3g sudo mkdir /media/windows sudo mount /dev/mapper/via_bjgffdcjia1 /media/windows/ -t ntfs -o nls=utf8,umask=0222 sudo cat /media/windows/backup-fresh/backup.img.gz.* | gzip -dc | dd of=/dev/mapper/via_bjgffdcjia2
[edit] Helpful tips and tricks[edit] Accessing Windows partition from LinuxI followed the steps from this guide. Here is exactly what I did: sudo apt-get install ntfs-3g sudo mkdir /media/windows sudo cp /etc/fstab /etc/fstab.bak gksudo gedit /etc/fstab [edit] Accessing Linux partition from Windows
[edit] Using Windows Firefox profile (bookmarks, add-ons, etc) from LinuxYou can synchronize your Firefox profiles between your two operating systems. This includes your bookmarks, add-ons, settings, etc. The following instructions are a simplified version of the directions I found here.
[edit] Disabling Shift+Backspace quick logoutAn annoying feature of XGL is that whenever you press Shift+Backspace, X restarts and you are logged out of your sessions therefore losing any unsaved data. I actually did this on accident many times while writing this wiki entry. Here is what you need to do to disable it. sudo gedit ~/.Xmodmap The file should be blank. Add this line to it, save, then exit. keycode 22 = BackSpace BackSpace Terminate_Server [edit] Creating a root passwordUse with care. Most commands can be issued with sudo passwd root
[edit] Increase performanceHere is a guide that gives some performance increases on Ubuntu. [edit] Repairing GRUBIf you find you are no longer presented with a GRUB screen when you boot your system, you probably need to reinstall GRUB. Follow these steps:
sudo grub
root (hd0,0) find /boot/grub/stage1 setup (hd0)
More information can be found in the GRUB manual. [edit] External links
|