+ Post New Thread
Results 1 to 8 of 8
How do you do....it? Thread, Virtualbox + image for programming classes in Technical; Hi all I've been asked to look into creating a software package for Virtualbox + an image of XP (our ...
  1. #1
    mwbutler's Avatar
    Join Date
    Nov 2010
    Location
    Dorset
    Posts
    229
    Thank Post
    89
    Thanked 20 Times in 17 Posts
    Rep Power
    20

    Virtualbox + image for programming classes

    Hi all

    I've been asked to look into creating a software package for Virtualbox + an image of XP (our new PCs have 2gb ram - not enough for a virtualbox + W7) for programming classes that are going to happen sometime next school year. This also needs to be ideally free but if you know of some relatively cheap solutions my boss may be persuaded to go down that route.

    I had a go at getting a package made with Virtualbox + an XP image and it didn’t quite work as intended – the XP image doesn’t show up for any users in Virtualbox and they cannot access the C Drive to load up the images. However this is possibly a good thing as I don’t see how we would go about resetting the Virtual image without reinstalling the software package after each use (it does have a snapshot feature but if these got deleted then we’re back to reinstalling the software again).

    What I think it possibly a good idea is – I can make a simple Virtualbox package which doesn’t contain any Virtual images and install that on any PC we want it on. Then in a student accessible drive I can put a previously exported Virtual image of XP in a folder then all anyone has to do is double click it and import it into Virtualbox. This takes 2 clicks and about 3 minutes to import it on my PC.

    Or I can try again and get Virtualbox to have an image pre-loaded when any user runs the software.

    What do you guys think? Have you looked into doing this yet and if so what have you done?

    Thanks for any suggestions

    Matt

  2. IDG Tech News
  3. #2

    Join Date
    Dec 2007
    Location
    cumbria
    Posts
    176
    Thank Post
    7
    Thanked 42 Times in 38 Posts
    Rep Power
    23
    Chapter*8.*VBoxManage - vboxmanage is the CLI to do all sorts of clever stuff, registervm might be what you need to look at.

  4. #3

    Steve21's Avatar
    Join Date
    Feb 2011
    Location
    Swindon
    Posts
    2,212
    Thank Post
    250
    Thanked 400 Times in 375 Posts
    Rep Power
    156
    Quote Originally Posted by mwbutler View Post
    Or I can try again and get Virtualbox to have an image pre-loaded when any user runs the software.

    What do you guys think? Have you looked into doing this yet and if so what have you done?

    Thanks for any suggestions

    Matt
    Been looking into this recently too.

    The best way I've found to load it is using:

    Code:
    "C:\Program Files\Oracle\VirtualBox\VBoxSDL.exe" --comment "TestCoding" --startvm "24da79dc-1abd-4727-b5d7-5e2f360ea82d"
    VBOXSDL runs the machine without any config/admin tools, so no way to edit modify the image/setup etc.

    Comment shows at the top of the screen so you can make it pretty and display stuff

    And VM guid tells it which image to load on running, so no picking what they want! pewpew

    Still stuck on trying to make shared areas for saving to, that aren't accessible from normal accounts

    Steve

  5. #4

    Join Date
    Mar 2009
    Posts
    23
    Thank Post
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    I've made a XP VM in virtualbox and enbale the rdp server in virtualbox. The students can then rdp in it 127.0.0.1 .
    Take off file permissions for .rdp files. Slight delay with usb sticks.

  6. #5

    Steve21's Avatar
    Join Date
    Feb 2011
    Location
    Swindon
    Posts
    2,212
    Thank Post
    250
    Thanked 400 Times in 375 Posts
    Rep Power
    156
    Quote Originally Posted by bigfoot780 View Post
    I've made a XP VM in virtualbox and enbale the rdp server in virtualbox. The students can then rdp in it 127.0.0.1 .
    Take off file permissions for .rdp files. Slight delay with usb sticks.
    What stops them copying games etc into the VM and running it, if you're doing it off USB?

    Steve

  7. #6
    jamesfed's Avatar
    Join Date
    Sep 2009
    Location
    Reading
    Posts
    1,981
    Thank Post
    108
    Thanked 283 Times in 245 Posts
    Rep Power
    71
    Would be a bit more of a project but System Centre Config Manager can give you the ablity to (through a web portal) allow students access VMs hosted on a server - can do snapshotting ect with no issues.

  8. #7

    Join Date
    Mar 2009
    Posts
    23
    Thank Post
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    USB stick would just be used to get work off the xp machine. But good point. I only made it in anticipaton of the new curriculum focused on programming. Though the vm would be on the C Drive which is protected by deep freeze.

  9. #8

    Join Date
    Jan 2010
    Posts
    96
    Thank Post
    2
    Thanked 14 Times in 14 Posts
    Rep Power
    9
    Quote Originally Posted by Steve21 View Post
    Been looking into this recently too.

    The best way I've found to load it is using:

    Code:
    "C:\Program Files\Oracle\VirtualBox\VBoxSDL.exe" --comment "TestCoding" --startvm "24da79dc-1abd-4727-b5d7-5e2f360ea82d"
    That's very similar to how we've done it except we have the VM snapshotted so that it's boxfresh on every use. We map a shared folder into the VM for file transfer, but only programming students have access to it.
    Last edited by jtotheb; 21st May 2012 at 12:20 PM.

SHARE:
+ Post New Thread

Similar Threads

  1. Replies: 2
    Last Post: 18th April 2008, 09:16 AM
  2. [CLOSED] Missing Content: Missing Image for a flag & flash
    By FN-GM in forum EduGeek.net Site Problems
    Replies: 1
    Last Post: 11th February 2008, 09:02 AM
  3. "turn off " internet for a class
    By jumpinjamez in forum How do you do....it?
    Replies: 5
    Last Post: 3rd November 2006, 01:29 PM
  4. Shared favourites for different classes
    By contink in forum How do you do....it?
    Replies: 7
    Last Post: 1st October 2006, 01:32 PM
  5. GNU Image Manipulation Program (GIMP)
    By _Bat_ in forum Downloads
    Replies: 1
    Last Post: 30th June 2006, 10:32 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •