I'm trying to create new VM using vmbuilder:

vmbuilder kvm ubuntu --suite=natty (...)

But i get following error:

VMBuilder.exception.VMBuilderUserError: Invalid suite: "natty". Valid suites are: dapper gutsy hardy intrepid jaunty karmic lucid maverick

Is there any way to workaround this (i.e. by installing vmbuilder from natty)?

link|improve this question

70% accept rate
feedback

2 Answers

Your version of vmbuilder does not support natty yet. I'm using the 0.12.4.r455 from the daily ppa, but even this version does not support natty yet.

You could try backporting the vm-builder version from natty, but I don't if that would work.

link|improve this answer
feedback

you can use --suite=natty option. Make sure to give valid mirror to retrieve the release. i.e. use the option --mirror=http://your-mirror-url/ubuntu/

link|improve this answer
doesn't work for me: VMBuilder.exception.VMBuilderUserError: Invalid suite: "natty". Valid suites are: dapper gutsy hardy intrepid jaunty karmic lucid maverick. Of course i have valid mirror. – Maciek Sawicki Oct 25 '11 at 13:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.