No "first start wizard"

This is for discussing general topics about how to use VirtualBox.
Post Reply
thelonesoldier
Posts: 2
Joined: 3. Jan 2010, 15:42
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Windows 95

No "first start wizard"

Post by thelonesoldier »

I am trying to create a new machine. According to the help file, after you finishing creating the machine (choose the name and OS type, make the virtual hard drive file) and run the machine for the first time, a "first start wizard" or "first run wizard" will open to help you install your guest OS. But this wizard never runs and I can't find any way to manually start it. Is this a bug? :?:
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: No "first start wizard"

Post by Perryg »

Basically the only thing that the wizard does is ask you where the install media is located.
Go into the settings and under storage and tell VBox where the install media is.
Windows 95 is not supported and as such can be really hard to install. Read on here. http://forums.virtualbox.org/viewtopic.php?f=2&t=9918
thelonesoldier
Posts: 2
Joined: 3. Jan 2010, 15:42
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Windows 95

Re: No "first start wizard"

Post by thelonesoldier »

So... is the wizard not supposed to work, or what?

Oi, I was all certain I'd read it supports 95 but now I can't find where I thought I read that. Do you know any Virtual Machine with good 95 support? Is there one? I'm on Windows 7 64bit and I have way too many old games and apps that won't run in that environment. I was hoping to get a Windows 95 VM working. Microsoft VM is the same way, they say Windows 95 might work but isn't supported.

Anyway, thanks, I'll look at the link you gave me and see if that helps.
MarkCranness
Volunteer
Posts: 875
Joined: 10. Oct 2009, 06:27
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Windows Server 2008 R2; Ubuntu 11.04; Windows 2000 Server; Windows XP

Re: No "first start wizard"

Post by MarkCranness »

As Perryg says, all the first run wizard does is attach a CD or DVD to the VM so that it can boot from that CD/DVD. Afterwards, I guess it might remove the CD/DVD but I don't know.
Most people attach the CD/DVD manually themselves, which is what I recommend you do.
See section 3.3 of the user manual, the paragraph starting: 'For now, if you have just created an empty VM...'

After you have installed the OS, go into the setting again and disable 'Mount CD/DVD Drive'.

If you really, really want to get the first run wizard back, you need to run a command at the command line (or edit the machine xml file) (this was for 3.0.x, I haven't tested it for 3.1.x):

Code: Select all

VBoxManage setextradata "<VMName>" "GUI/FirstRun" yes
... you need to specify the full path to VBoxManage, or run the command in the VirtualBox install folder.

Code: Select all

"C:\Program Files\sun\VirtualBox\VBoxManage.exe" setextradata "<VMName>" "GUI/FirstRun" yes
eliasrio
Posts: 3
Joined: 2. Apr 2010, 18:31
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: ms xp pro

Re: No "first start wizard"

Post by eliasrio »

i didn't get the First Run Wizard window,when i start the vm i got:
The virtual machine execution may run into an error condition as described below. We suggest that you take an appropriate action to avert the error.
The host I/O cache for at least one controller is disabled and the medium '/home/lee/.VirtualBox/HardDisks/winsever08.vdi' for this VM is located on an ext4 partition. There is a known Linux kernel bug which can lead to the corruption of the virtual disk image under these conditions.
Either enable the host I/O cache permanently in the VM settings or put the disk image and the snapshot folder onto a different file system.
The host I/O cache will now be enabled for this medium.

Error ID: Ext4PartitionDetected
Severity: Warning

them after OK i get the black vm's screem with the message:
FATAL ERROR: no boobtalbe media found, system halted.

how do I attach an iso system file manually?? and how to fix the ext4 partition problem??
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: No "first start wizard"

Post by Sasquatch »

You won't get the first-run wizard if you opened the VM settings before you start the VM for the first time.
As for the error, just do what it says, open the VM settings, go to Storage and enable IO Cache for the controller(s) it needs. It's enabled for IDE controllers by default, but not for SATA. And make sure that if you use SATA as controller for the Guest, that the Guest actually supports it. Windows XP does support it, but not out of the box (a separate driver is required).
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply