Install Ubuntu Linux Alongside With Windows: How To Develop Android Apps Under Linux (Ubuntu)
Install Ubuntu Linux Alongside With Windows: How To Develop Android Apps Under Linux (Ubuntu)
1. First install Windows. Let an empty partition of minumum 10 GB at the end of all Windows partitions or resize the last Windows partition with Windows Disk Manager to get an nonpartitioned space the end of all Windows partitions. 2. For Windows XP: Download from the Ubuntu download section the latest 32-bit or 64-bit version of the .iso image. To create an Ubuntu boot CD: Install on Windows PC InfraRecorder from Internet Start it and select Write Image. Burn the image to an empty CD. 3. For Win7: Right-click on .iso image and select Burn to CD/DVD. 4. Boot with CD (change the boot order in BIOS if necessary). Press Enter to get the Language Menu and select your language (English). 5. Select Install Ubuntu. 6. Select Install Ubunty alongside with Windows (should install on free disk space) (If the system hangs during boot-up, see appendix.) 7. Select Menu Applications | Ubuntu Software Center. Select Menu Edit | Software Sources. Enter password. Select Tab Other Software and check the two upper check boxes. Press Close. 8. In Ubuntu Software Center Type in Search startupmanager. Download and install. 9. Select Menu System | Administration | Startup-Manager. In Dialog Field Default operation system select what you want, e.g. Windows. 10. For 64-bit systems: Ubuntu Software Center: Search Aptitude and install this packet manager Start Aptitude (Menu System | Administration). Search ia32. Select ia32-libs and press Install ia32-libs version xxx. (Alternative: Execute in shell sudo apt-get install ia32-libs).
Solution1 I have a HP Pavilion SLimline s7727c with lspci giving me VGA compatible controller: nVidia Corporation C51 [GeForce 6150 LE] (rev a2) I was getting a blank screen (out of sync) on booting from the live cd. I worked around the problem as follows: * At install screen press F6 and select nomodeset and install Ubuntu as usual. * On first boot after install, press e on getting the GRUB bootloader. * Using arrow keys navigate to and delete quiet and splash and type the word nomodeset in their place * Press Ctrl and X to boot * You should now be able to login to your Ubuntu as usual For those of you who do not know what to do next, in the taskbar click on System>Administration->Hardware drivers, and select and activate the nvidia current driver if you have an nvidia card like I do. The driver will be downloaded and activated automatically, and you will be prompted for a reboot. Solution 2 Yes, I think you may be right about it being a graphics card problem. I think you may have the same problem that I did on my beat-up old Toshiba Satellite A10. So, here is what should work: At the very first screen, the one with just the rectangle (its meant to be a keyboard) and a human figure, press any key - spacebar will do. Then choose your language. Then make sure you have Try Ubuntu without any changes selected, and then press F6 Add this to the end of the command line: i915.modeset=0 xforcevesa Then press enter and it should boot successfully. Solution 3 1. Boot from the Ubuntu 9.10 CD 2. Mount the internal HD and look for /etc/X11/xorg.conf - its missing! 3. Copy a new known good xorg.conf file to the HD (I had to use sudo cp otherwise I got permission problems) 4. System boots fine.