Thursday, April 30, 2015

macos - Installing Ubuntu on VirtualBox from iso


I'm having some trouble. I have VirtualBox installed on both a OS X Lion Macbook Pro and a Windows XP Lenovo Laptop, and they both behave the same way. I've downloaded Ubuntu as an .iso from here: http://www.ubuntu.com/download/desktop


I set up the virtual machine and everything looks great, but when it gets to boot time it just sits there with a black screen and blinking prompt. The file command on the iso says it's a bootable image, so I'm n


Ubuntu


Answer



When you boot the Ubuntu CD, you will first see this screen:


Ubuntu 12.04 Boot Screen


Press Ctrl while you see this screen. You will then get the Ubuntu boot menu where you can choose a language and boot options.


Select your language, then press F6 for boot options. Use your arrow keys to select nomodeset so that an x appears next to it.


Ubuntu 12.04 Boot Screen with nomodeset selected


Then press Esc. Now, use your arrow keys to scroll down to Install Ubuntu, and press Return.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...