testdrive assumes that virtualbox will support a 64 bit guest.
Bug #497984 reported by
Neil Wallace
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TestDrive |
Fix Released
|
Medium
|
Dustin Kirkland | ||
testdrive (Ubuntu) |
Incomplete
|
Medium
|
Unassigned |
Bug Description
very impressed with testdrive, the installation was flawless, it new my machine couldn't support KVM, so installed a testdrive machine in virtualbox, using the iso for the 64bit version of lucid.
The machine boots, but complains about i386 architecture.
Trouble is, my machine is one of those which doesn't support vt-x (no bios option to switch it on either).
I need to delete all iso's, vdi's and conf files and start again??
Changed in testdrive: | |
status: | Triaged → In Progress |
importance: | Medium → High |
assignee: | Paul Rudkin (rudders) → Dustin Kirkland (kirkland) |
Changed in testdrive (Ubuntu): | |
status: | New → Fix Committed |
assignee: | nobody → Dustin Kirkland (kirkland) |
importance: | Undecided → High |
Changed in testdrive: | |
importance: | High → Medium |
Changed in testdrive (Ubuntu): | |
importance: | High → Medium |
Changed in testdrive: | |
status: | In Progress → Fix Committed |
Changed in testdrive: | |
status: | Fix Committed → Fix Released |
tags: | added: patch |
tags: |
added: patch-forwarded-upstream removed: patch |
Changed in testdrive (Ubuntu): | |
assignee: | Dustin Kirkland (kirkland) → nobody |
To post a comment you must log in.
I had this issue also, the script currently assumes that if you are running on a 64bit host your are able to run 64bit guests with vt-x support. As a temporary work around I modified the select ISO script to present the i386 options if your are running on a 64bit host, this will allow you to download and run i386 images (I have attached it to this bug for now)
I am working on a better solution that will automatically detect if your processor has vt-x support and if it does only provide you with the 64bit options. Hopefully I will get that sorted over the weekend.