How to setup FedoraCore Guest in VirtualBox inWindowXP host.
- Download VirtualBox installer from Oracle web site and install Oracle VM VirtualBox.
- Launch Oracle VM VirtualBox.
- Change the default Folder location for HardDisk and Machine:
- Go to File->Preferences->General
- Change location of Default Hard Drive Folder.
- c:\MyStuff\VirtualBox\HardDisks
- Change location of Default Machine Folder.
- c:\MyStuff\VirtualBox\Machines
- Create new virtual machine:
- Click on New icon.
- On Welcome screen, click Next.
- On VM Name and OS Type screen, enter
- Name: salmon
- OS Type:
- Operating System: Linux
- Version: Fedora
- Click Next
- On Memory screen,
- set the Base Memory Size to 1024 MB.
- Click Next
- On Virtual Hard Drive screen
- Check Boot Hard Drive
- Select Create new hard disk
- Click Next
- On Hard Disk Storage Type screen
- Select Dynamically allocated
- Click Next
- On Virtual Disk Location and Size screen
- Make sure the location of salmon is under c:\MyStuff\VirtualBox\HardDisks
- Set the initial size to 32 GB (10GB is the bare minimum).
- Click Next
- On Summary screen
- Adjust Virtual Machine salmon settings
- Click on Setting icon
- In salmon - Settings screen
- Select System/Motherboard tab
- Under Boot Order section
- Under Extended Features
- Leave Enable IO APCI unchecked
- Select System/Acceleration tab
- Make sure
- VT-x/AMD-V is enabled
- Nested Pages is enabled
- Select Display/Video tab
- Select Display/Storage tab
- Under Storage Tree in IDE Controller, select Empty CD icon.
- To install directly from physical Fedora i386 DVD, you need to connect a physical host device (such as DVD drive) to your virtual machine. For that, under Attributes:
- Click on a little DVD icon to the right of the CD/DVD Drive selection. Click on "Host Drive D:". The IDE Controller child entry will change to 'Host Drive D:' selection.
- Select Passthrough option.
- Select Audio tab.
- Check 'Enable Audio' box
- Select 'Windows DirectSound' audio driver
- Select 'ICH AC97' audio controller
- Insert Fedora Core DVD disk in DVD drive.
- Click on the Start button to begin installation
- Set Hostname to your Host machine name (with full domain name)
- Choose Customize now option and select
- Choose GNOME Desktop Development
- Under Applications select
- Authoring and Publishing
- Editors
- Graphics Internet
- Graphics
- Office/Productivity
- Sound and Video
- Text-based Internet (for wget)
- Under Development select
- Development Libraries
- Development Tools
- Fedora Packager
- GNOME Software Development
- Web Development
- X Software Development
- Under Servers select
- MySQL Database
- Network Servers
- Printing Support
- Server Configuration Tools
- Web Server
- Windows File Server
- Under Base System in addition to defaults, select
- Administration Tools
- System Tools
- Under Languages,
- Continue with installation (grab a sandwich or something...). This will take a while.
- Reboot after installation is complete and
- Create user account
- Setup Network Time Protocol server
- Enable sudo access for your login account:
- $ su -
- Password: {your superuser password}
- # /usr/sbin/visudo
- {edit /etc/sudoers file and add}
- Install Guess Additions
- Guest Additions add very useful functionality:
- X server driver with higher screen resolution
- Seamless cut-n-past between Host and Guest OSes
- Mouse driver that integrates host and virtual desktop spac
To install
Guest Additions:
- Install development tools to be able to compile kernel drivers:
- # yum groupinstall "Development Tools"
- From you account in the VM,
- Disable Firewall.
- Set SELinux mode to Permissive.
- To setup USB pass-through support,
No comments:
Post a Comment