I love the ideal of linux and the whole open source paradigm. Windows and Macintosh really have a strong grip on the market at the moment and for good reason. While i much prefer the linux operating environment the fact is that there is a much wider range of software and users for its competitors.
I don't recall ever setting up a windows system that didn't install without any major malfunction. Most times i have installed a linux flavour i have needed to make many tweaks and sometimes major changes to boot files or kernels, just to get up and running.
Here is the log of my Ubuntu/XP dual boot system ... for technophobes this means i can boot to either operating system. My first step was to download and burn a linux rescue boot disk which allowed me to boot into a temporary operating system and manipulate the partition structure on the hard drive. I previously had several partitions (ptn) in addition to the windows ptn so i resized the windows ptn to 30GB and merged all the rest into a single partition leaving me with one 30GB windows partition sda0 and free space. In the free space i created the essential linux partitions which eventually gave me the following:
I realize the ubuntu install disk will allow me to organize partitions and format however i prefer to prime the hard drive prior to sliding an OS onto it. The next step is to boot from the ubuntu install disk.
The ubuntu 7 install CD is freezing on the preloader graphic until i hit ctrl+alt+del which allows it to progress. After multiple complaints about configuring the webcam i am finally presented with the ubuntu live desktop which shows an install icon at top left. I execute the install file and the operating system begins its install asking me a variety of questions relating to language and location. After continuing to install for a while the system freezes on detecting hardware which i let sit for around an hour with no further progress. I figure the acer orbicam was upsetting the chi force of the whole ubuntu balance so i need to find a way to kill it.
Blacklisting the module that handles the webcam should get me further but first i will take advice and try installing from an alternative boot disk that uses a different kernel and a simple text based install without the frills and laces. After downloading the iso file and burning the IMAGE to a CD using nero on windows i restarted the system with the new CD inside. It also froze on booting until i pressed ctrl+alt+del I kept receiving the same error over and over in a tediously finite loop complaining about the webcam and gspca_core.c component but eventually installs OK. Upon reboot i get the same looping error message so it is time to boot from the live CD again and kill the gspca. I reboot to the live desktop and mount the linux system by creating temporary mount point. THe live CD reported that mounting a filesystem to the standard /mnt could result in a system lock. I create the temp directory and mount the linux partition.
> mkdir /mnt/tmp
> mount /dev/sda1 /mnt/tmp
> cd /mnt/tmp
> sudo gedit /etc/modprobe.d/blacklist
> blacklist gspca (add at the bottom)
> ctrl+s (saves)
> ctrl+w (closes)
> sudo touch /etc/default/wpasupplicant
> sudo /etc/init.d/dbus restart