Hiển thị các bài đăng có nhãn VirtualBox. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn VirtualBox. Hiển thị tất cả bài đăng

Thứ Sáu, 7 tháng 10, 2016

How to Install Mac OS X El Capitan on PC on VirtualBox

OS X EI Captain is now available for easily download and at present, this new revolution is known to all. This lucrative downloading opportunity is now widely grabbed enthusiastically by the dedicated Mac owners as they can enjoy ocean deep benefits with the latest version of OS X installed. Apart from Mac, OS X EI captain also offers sudden yet astonishing benefits over PC. However installing MAC OS X on non- Apple hardware is a bit tiresome and complicated. This is an easy guidebook, Install OS X El Capitan on VirtualBox on PC.
What is a VirtualBox? VirtualBox is basically a program, over which you can install and eventually run OS X with Intel-based and Amd processor. You would be happy to know that, this latest technology is a free to all. Its current available version is exclusively designed for meet domestic net surfing issues successfully.
OS X 10.11 Image:Google Drive (One Full): http://goo.gl/WO8Pfa
Google Drive (One Full): https://goo.gl/8Otx9o
Google Drive (7 of 7 Part): https://goo.gl/ZhLc9c
Fix Download Limit: http://techsviewer.com/fix-download-limit
Torren.t: https://goo.gl/reNneq
When you are planning to run Mac OS X 10.11 EI Captain on VirtualBox and that too on windows, it will kill a fraction of your extra energy but when done it is awesome.
So, download Image and install the same and get a first-hand look and feel into the whole virtual set up and how it operates and helps you. Experience is always something worth of experiencing, and OS X on VirtualBox deserves fraction of your time.
Computer Requirements
Windows: 7 or 8 or 10 (64bit)
Processor: Intel
Memory 3072 MB (minimum)
BIOS: Enable virtualization in BIOS (VT-x)
Software:
VirtualBox: VirtualBox 4.3.18 or 5.0
Image: Mac OS X 10.11 El Capitan Retail VirtualBox Image
Winrar or 7zip

Steps to Use Mac OS X 10.11 El Capitan Final On VirtualBox on Windows

Step 1: Extract Image File with Winrar or 7zip

Right Click Part1 or Image file then Select Extract Here:
Extract File with WinRar
Extract File with WinRar

Step 2: Install VirtualBox

This Image working on VirtualBox 4.0 and 5.0
Install VirtualBox 5
Install VirtualBox 5

Step 3: Create New Virtual Machine

Name: OS X El Capitan Final
Type: Mac OS X
Version: Mac OS X 10.11 El Capitan (64 bit)
Memory size is 4 GB( min 2.56 GB)
Image: OS X El Capitan Retail.vmdk
Create New Virtual Machine on VirtualBox
Create New Virtual Machine on VirtualBox

Step 4: Edit Your Virtual Machine

CPU: 2 CPU (my CPU is core i3) and Enable PAE/NX
El Capitan Processor on VirtualBox
El Capitan Processor on VirtualBox
System: Enable EFI, Disable Floppy, Chipset is PIIX3 or IHC9
El Capitan System on VirtualBox
El Capitan System on VirtualBox

Step 5: Add Code to VirtualBox with Command Prompt (cmd)

Open the Command Prompt (cmd) in Windows with Run as Administrator:
Run CMD with Run as Admin
Run CMD with Run as Admin
Replace “Your VM Name” with your virtual machine name then Copy – Paste to Command Prompt
Code for Virtualbox 4.x.x:
cd "C:\Program Files\Oracle\VirtualBox\"VBoxManage.exe modifyvm "Your VM Name" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
Code for Virtualbox 5.0.x:
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "Your VM Name" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
Add Code El Capitan on VirtualBox
Add Code El Capitan on VirtualBox

Step 6: Done! Run Your Virtual Machine:

Now, You can create new User account on OS X El Capitan. Thanks!
El Capitan on VirtualBox
El Capitan on VirtualBox

Thứ Ba, 29 tháng 1, 2013

Resize VirtualBox disk for WinXP guest

Resizing a virtualbox virtual disk is not a trivial task. Although it has a direct method to resize the virtual disk, it involves several steps to make Windows XP guest OS realize about this change. I will show all steps needed to increase the size of a Windows XP guest OS.


Before doing any change to your disks, it is highly recommended to make a backup of your disks images. Keep in mind that I’m only listing the steps I’ve followed to re-size a virtual box guest disk. You may find other problems I have not had. Do it at your own risk.

I am on a Linux host machine, but commands should be the same on Windows hosts.

You will need to boot your virtual machine with a GParted Live distribution (or any other Linux Live with Gparted like Ubuntu). If you don’t have the iso start by downloading it from here (~130MB):
http://sourceforge.net/projects/gparted/files/gparted-live-stable/
Store it somewhere in your host disk.

Step1 – resize your actual virtual disk

VirtualBox has a powerful command line tool: VBoxManage. I am going to use it.
Go to where you store your virtual machine disk. In my case it is called winXP.vdi. To resize it to 20GB:
1VBoxManage modifyhd winXP.vdi --resize 20000
This changes your virtual disk file to be able allocate 20000MB.

Step2 – Clone your actual virtual disk

We are going to clone our actual disk to a new one cloning all the contents:
1VBoxManage clonehd winXP.vdi winXP20.vdi
This will take some time depending on the amount of data of your disk.

Step3 – Replace your VM current disk with the cloned one

First you need to know your Virtual Machine name. VBoxManage has a modifier to list all virtual machines on the system:
1VBoxManage list vms
Once you identify your virtual machine name or UUID (a lot of hexadecimal numbers) you can replace your current disk through command line (you can do it also through the GUI)
1VBoxManage modifyvm "VirtualMachine Name" --hda none
2VBoxManage modifyvm "VirtualMachine Name" --hda winXP20.vdi

Step4 – Boot with Gparted to resize partition

Through GUI, set your virtual machine CD/DVD to load the GParted Live iso you have downloaded and check that CD/DVD will be the first media to use on boot.


Boot your virtual machine and follow instructions on screen. It will appear something similar to:



Select your partition, right click on it and select resize/move:


Once selected your changes, apply them:



If next error happens, simply boot into WinXp normally, run chkdsk and then boot again into GParted to resize the partition.




If you are trying to resize main disk, WinXP will ask to perform action on reboot, as it needs unique access to HDD



To be able to boot into WinXp, select the option on Grub or simply remove the iso file from the CD/DVD.

Học lập trình web căn bản với PHP

Bài 1: Các kiến thức căn bản Part 1:  https://jimmyvan88.blogspot.com/2012/05/can-ban-lap-trinh-web-voi-php-bai-1-cac.html Part 2:  https://...