seanbuscay / drupal-server

Shell scripts to setup a Ubuntu server to test Drupal.
3 stars 1 forks source link

Unexpected prompt when running on vagrant #1

Open stevector opened 11 years ago

stevector commented 11 years ago

I'm going through the install steps on a fresh vagrant box and getting this:

Screen Shot 2013-03-12 at 5 59 50 PM

I selected all of them and then got this:

Screen Shot 2013-03-12 at 6 04 33 PM

stevector commented 11 years ago

After continuing, the rest of the install seemed to be successful.

seanbuscay commented 11 years ago

Hi Steve.

Thanks for this.

Grub uses a different naming scheme for hard drives and this sometimes conflicts with the way linux sees drives. Particularly in situations like building a box in vagrant to distribute.

See: http://forums.scotsnewsletter.com/index.php?showtopic=5025

The following may provide a way for me to override the prompt:

http://serverfault.com/questions/479571/running-apt-get-upgrade-with-chef-solo

I'll take a look.