How to install windows 8 on mac that already has a windows 7

I tried to find an option in bootcamp about creating another partition, but obviously there isn't anything. I just want to ask if there are some way to install another system beside lion and windows 7. Thx..and i do have a 500GB usb drive

On a Mac Pro in my case, to add D/E drive for another OS in existing Bootcamp Windows space if you have sufficient GBs, press Start button on Windows Desktop and key "computer management" into search box. In resulting Computer Management menu, Disk Management right-click on the C: space provides dropdown allowing you to Shrink the C: space by perhaps 60 GB, probably not less than 30 which will result in addition of D or E partition. Windows will format it Ntfs at this point and you can name the drive Windows 8 RP 64 or something.
Be sure that you have copied the "product key" provided you on download page for Windows 8 RP
( http://windows.microsoft.com/en-CA/windows-8/download ). So now when you have your Windows 8 ISO Dvd/Flash? created - I used Windows 7 right-click on ISO download to create DVD-R.
To install, you select this DVD via Mac's boot option menu. When install is done, you run Bootcamp updates as you did for existing Windows version. In my case, I only did first and last (Boot camp 3.1 and Bootcamp 4 or 5).
Note: you can change the default Windows OS boot and menu time in "Advanced System Settings"->Startup and Recovery Settings Tab. When Windows is default/target boot in Mac OS setttings you see the Windows startup menu allowing selection of either 7 or 8 OS.
After Bcamp updates there will be Windows updates and you should be safe with the installed Windows Defender which has been beefed up. You can get Windows Live including Mail, as you wish. Your Pics, Vids, Music can be accessd from the C: drive.
To remove the 8 space, when you no longer want it (First be SURE that Windows 7 is the default OS Boot in Both OSs!!), in Disk Management, right click allows "Delete Volume". When done, you can then "Extend Volume" in Windows 7 area to get it back to what it was.
If you want Windows Media Center which is not option in W 8 RP, you can add it as follows:
1.Swipe in from the right edge of the screen, and then tap Search.
(If you're using a mouse, point to the upper-right corner of the screen, and then click Search.)
2.Enter add features in the search box, and then tap or click Add features to Windows 8.
3.Tap or click I already have a product key.
4.Enter this product key: MBFBV-W3DP2-2MVKN-PJCQD-KKTF7 and then click Next.
5.Select the checkbox to accept the license terms and then click Add features.
6.Your PC will restart and the Windows Media Center tile will be pinned to the Start screen.

Similar Messages

  • How do I purchace OS X Lion on a Mac that already has Lion?

    I bought a Mac Mini that came with OS X Lion on it. I would like to do a clean install, but I can't without the AppleID of the previous owner. I don't mind purchasing OS X Lion again, but the app store does not allow me to do that. How do I work around this problem?

    Well, you are partially right, but:
    - ‘Selling hardware does not mean selling software installed on it.’ Not necessarily, but Apple has traditionally sold its hardward AND software, i.e. the OS and some apps, depending from generation to generation.
    - ‘However if you have mac which comes with an older OS X you cannot recovery the OS.’Not clear what you mean, e.g. that I cannot owe the older Mac OS x? I do have the licence for the OS which came with the mac.
    – ‘It is the same situation as buying second hand iPhone with some apps left on it, you cannot redownload them because you do not own them’ This is correct, but the comparison is not good.
    I will recheck this just for the sake of curiosity as Lion is licenced to all macs in my family. It is strange that the newest, with Lion pre-installed, cannot be redownloaded, if need be, as long as I owe the licence, which is included, as always been, with the hardware.
    Or am I missing something?

  • [Solved] Installing on a hd that already has windows 7 and sabayon

    currently it looks like this:
    /dev/sda1 ntfs systerm reserved 100mb
    /dev/sda2 ntfs 40gb (windows 7 installed)
    /dev/sda3 ext4 / / 40gb (sabayon)
    /dev/sda4 extended 218.93gb
    /dev/sda5 linuxswap 2gb
    /dev/sda6 ntfs storage 216.93gb
    I tired to install archlinux with just a / partition and tried to reuse my swap....... failed miserably
    after that I recreated my ntfs partition and tinkered with arch in virtual box till I got a little comfortable working with it.
    Now I want to delete my sda6 partition and repartition for arch.
    would I need to make like:
    sda6: /boot (bootable)
    then sda7 /root
    and sda8 /home ????
    Im not sure what I need to do...... because I should be able to use my grub I already have and just re autodetect........ should see arch after its installed I would think
    in sabayon I would use:
    grub-mkconfig -o /boot/grub/grub.cfg
    grub2-install /dev/sda
    would love to get it running on its own instead of having to use virtual box.
    I tried to look around and didnt find much info on what I was looking for.
    thanks.
    Last edited by splippity (2010-05-28 01:39:03)

    more info heres what my current grub looks like:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by /sbin/grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_fonts ###
    ### END /etc/grub.d/00_fonts ###
    ### BEGIN /etc/grub.d/00_header ###
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="${saved_entry}"
    if [ ${prev_saved_entry} ]; then
    set saved_entry=${prev_saved_entry}
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z ${boot_once} ]; then
    saved_entry=${chosen}
    save_env saved_entry
    fi
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 18225dbe-c9d5-48df-b53d-f263f4b78c5c
    if loadfont /usr/share/grub/unicode.pf2 ; then
    set gfxmode=1024x768
    # vga= is deprecated, grub2 handles this just fine
    # making grub2 res == linux fb res
    set gfxpayload=keep
    insmod gfxterm
    insmod vbe
    if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
    fi
    fi
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 18225dbe-c9d5-48df-b53d-f263f4b78c5c
    set locale_dir=($root)/boot/grub/locale
    set lang=en
    insmod gettext
    if sleep --interruptible 0 ; then
    set timeout=10
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/05_distro_theme ###
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 18225dbe-c9d5-48df-b53d-f263f4b78c5c
    insmod png
    if background_image /usr/share/grub/default-splash.png ; then
    set color_normal=white/black
    set color_highlight=magenta/black
    else
    set menu_color_normal=cyan/blue
    set menu_color_highlight=white/blue
    fi
    ### END /etc/grub.d/05_distro_theme ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry "Sabayon GNU/Linux, with Linux x86-2.6.33-sabayon" --class sabayon --class gnu-linux --class gnu --class os {
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 18225dbe-c9d5-48df-b53d-f263f4b78c5c
    echo Loading Linux x86-2.6.33-sabayon ...
    linux /boot/kernel-genkernel-x86-2.6.33-sabayon ro BOOT_IMAGE=/boot/kernel-genkernel-x86-2.6.33-sabayon ro BOOT_IMAGE=/boo$
    echo Loading initial ramdisk ...
    initrd /boot/initramfs-genkernel-x86-2.6.33-sabayon
    menuentry "Sabayon GNU/Linux, with Linux x86-2.6.33-sabayon (recovery mode)" --class sabayon --class gnu-linux --class gnu --class o$
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 18225dbe-c9d5-48df-b53d-f263f4b78c5c
    echo Loading Linux x86-2.6.33-sabayon ...
    linux /boot/kernel-genkernel-x86-2.6.33-sabayon ro single BOOT_IMAGE=/boot/kernel-genkernel-x86-2.6.33-sabayon ro BOOT_IMA$
    echo Loading initial ramdisk ...
    initrd /boot/initramfs-genkernel-x86-2.6.33-sabayon
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry "Windows 7 (loader) (on /dev/sda1)" {
    insmod ntfs
    set root='(hd0,1)'
    search --no-floppy --fs-uuid --set b256dd6956dd2ebb
    chainloader +1
    menuentry "Arch (on /dev/sda6)" {
    insmod ext2
    set root='(hd0,6)'
    search --no-floppy --fs-uuid --set ccba04ad-f2d4-41f9-add6-2818579dfe55
    linux /boot/vmlinuz26 root=/dev/sda6
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    what would I need to modify it to, to make it work?
    thanks.

  • How to create documents on Mac that are compatible with Windows?

    I have just started working in InDesign for a client who uses InDesign and wanted me to learn the program so that they could make changes on their own in the future to documents I create for them.  I am working on a Mac OS 10.6.2 They have PCs and are working in a Windows environment.  I sent the first packaged dvd for their printer and sent it to them last week.  Everything looked beautiful on this end, no errors, packaged with links and fonts.  When they received the disc the font files on the disc that looks perfect on my computer-- on their computer all read as 0kb and they can't make it work.  I have used truetype, type 1 and open type fonts.  I just read something in an earlier discussion about true type and T1 as being problematic with PCs?  What can I do to be compatible?

    My apologies. I find working in unfamiliar computer systems challenging and after over an hour on the phone trying to help an inexperienced PC user find fonts and find her way around InDesign with which she was even less familiar on a PC, a platform with which I have had no experience in the last 13 years, I was frustrated. My comment was inapropriate to this forum.  I do realize that PCs are valuable tools.  The computer system one is familiar with is always the best platform there is when in the middle of a complicated job.

  • Can Adobe CC be installed on a computer that already has Adobe CS6 installed?

    I have Adobe CS6 installed on my laptop and desktop.  I have recently acquired a subscription to Adobe CC.  Can both of these be installed on the same computer without interfering with one another?

    Hi.
    If you have already activated CS6 products, installed on your computer, you can have issue on activating your subscription of Creative Cloud.
    For your information if you have the Creative Cloud subscription, you can install also the CS6 version.
    Creative Cloud Help | Install, update, or uninstall apps
    The issue is verified only between CS6 products and Creative Cloud.
    Regards

  • Import sites to a Mac that already has created its own iWeb sites

    Working different places I have been using iWeb on 3 different Macs. On these Macs I have created different iWeb sites, and now I would like to merge them all onto one computer, so that I can work with all of my iWeb sites from the same location. I have tried to find a way to import the sites from the other computers which I have backed up onto an external harddisk, but there doesn't seem to be any. I can easily enough move the content produced on one computer to another but that just deletes the iWeb content on the computer I am moving it to which is no good as I want to keep it.
    And now we are at it: Is there a way to publish just one of the sites created in iWeb, so that you don't have to publish all seven of them every time you alter or update one of the sites?

    As Wyodor mentioned iWebSites may be what you want. If your 3 sites are separate files then iWS is just the ticket IMO. Rename the three domain.sites2 files with the actual site name: site2,sites2, site2.sites2 and site3.sites2. Put them all in your User/Library/Application Support/iWeb file and launch iWebSites. From there is pretty self explanatory.
    I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your original Domain.sites files before starting the splitting process.
    This lets me edit several sites and only republish the one I want.
    OT

  • How to install minilyrics in Mac OS x 10.7?

    Hi Guys,
      Anyone can tell  How to install minilyrics in Mac OS x 10.7?Or Any player for mp3 +lyrics.

    You're problem isn;t with the install of Putty, you haven;t even gotten to that yet. You're problem is with updating MacPorts.
    Is this the first time you have installed and try to run MacPorts? Have you installed the correct version of MacPorts for your OS version? Do you have Xcode and the command line tools installed?
    Also there is this from the MacPorts page
    Selfupdate
    If you already have MacPorts installed and have no restrictions to use the rsync networking protocol (tcp port 873 by default), the easiest way to upgrade to our latest available release, 2.3.1, is by using the selfupdate target of the port(1) command. This will both update your ports tree (by performing a sync operation) and rebuild your current installation if it's outdated, preserving your customizations, if any.
    Make sure the port required is opened also.
    regards

  • How to Install Office for Mac ?

    I am so new to Mac I don't even know what I'm doing wrong. I bought a new MBA yesterday, AirPort Extreme and a MS Office for Mac on a DVD I guess. I set up the wireless base station from my Dell Windows 98 work station. I can get the internet on the MBA and can also see shareable files on my windows machine. I copied the DVD files and made them shareable. Then I copied them to the MBA. I tried copying it to the desktop, then applications, but could not get it to install. I read that it has an installer so you should just double-click on the box icon but nothing happens, it tells me it can't open the file.
    Am I just doing this all kinds of wrong? How can I install Office for Mac on my Air?
    BTW I don't have an external optical drive attachment for the MBA.
    Thank you so much.

    This guide will help you set up DVD sharing on your Windows PC:
    http://support.apple.com/kb/HT1777
    Once that's done, pop in the Office installer DVD.
    On your MacBook Air, open Finder, then choose Remote Disc from the Finder Sidebar.
    Double-click the icon for your PC, and the Office for Mac installer will appear.

  • How to install and configure smtp on iis 7 on windows 7

    how to install and configure smtp on iis 7 on windows 7?
    Thanks!

    Here is an article that you may find useful http://eriglen.blogspot.com/2013/01/step-by-step-configuring-automatic-storage-management-on-standalone-server-with-oracle-enterprise-linux-and-oracle-11g-R2-using-external-storage-managed-by-openfiler.html

  • How to install Aperture on Mac OS 10.6.8?

    how to install Aperture on Mac OS 10.6.8?

    But the current AppStore version needs MacOS 10.7.5 or 10.8.2; there is no way to install it on Snow Leopard. The Trial version can be installed, but you need to purchase a serial number, and that you will find only with the retail version in the box.

  • I want to install a learn software that runs normally in windows?

    I am trying to instal a lern software for my kid on a mac that runs only on windows. is there a possibilty to download it and make it run?

    Have your cake and eat it too!   With the Intel Macs, you can run windows in a virtual machine. You will need our own copy of Windows.
    Don't miss the free VirtualBox.
    "VirtualBox is a general-purpose full virtualizer for x86 hardware. " Runs Windows on Mac OS.
    http://www.virtualbox.org/
    Parallels:
    http://www.parallels.com/en/products/desktop/
    & some catalog order places sell Parallels for 9.99 when you buy a mac.
    With VMware Fusion, run the most demanding Mac and Windows applications side-by-side at maximum speeds without rebooting
    http://www.vmware.com/products/fusion/
    Wine emulates the windows api's on an intel Mac.
    "Wine lets you run Windows software on other operating systems. With Wine, you can install and run these applications just like you would in Windows."
    http://www.winehq.org/
    Robert

  • How to install omnet   in mac??

    can anyone guide me how to install omnet++ in mac ......????

    Which OS? You already have one. Do you want to upgrade?

  • How to install safari for mac .... after deleting it

    how to install safari for mac .... after deleting it
    so i had a mallwere saying call the x number so that we can fix ur safari and i didnt call them because its not  a USA number . so i had to delete the safari from my mac ... now i want to install it again ... and am not able to do that can someone help me out with that ? thanks...
    Karam

    You will have to reinstall OS X. In the future ignore such things. Don't click on any links or dial any phone numbers. They are all phishing scams.
    Deleting Safari was not a solution.
    Remove Browser Pop-up Problems
         AdwareMedic
         Adblock Plus 1.8.9
         remove adware that displays pop-up ads and graphics on your Mac

  • HOW TO INSTALL WHATSAPP ON MAC BOOK

    How to install whatsapp on mac book in india
    what's the simplest way?
    pls advise
    thanks and warm regards

    XHisham wrote:
    how to install windows on mac...I wont to know steps to do it
    Ever heard of doing a simple Google search???
    http://lmgtfy.com/?q=how+to+install+windows+on+mac

  • Installing XI 3.0 on a LPAR that already has XI 3.0 installed on it

    Hello,
    I'm thinking about installing XI 3.0 on a LPAR that already has XI 3.0 installed.  Is there anything I should be aware of before installing the 2nd instance of XI on the LPAR.  Is this even a recommended practice?
    Thanks,
    Jeff

    To add to Patrick's suggestion....
    What I am suggesting is not the cause of the FLOWS_030000 user existing error, but could be another issue which caused your installation to fail.
    In your post, you said...
    This is the command i gave to configure from SQL prompt:
    @D:\Apex3.0\apexins.sql <Newly Create User> <Newly Created Tablespace> <Newly Created Tablespace> TEMP /i/
    You have specified an absolute path when running the apexins.sql script. In order for the installation to succeed, you must first change your working directory to the directory where you unzipped the apex_3.0.zip file and then run the script. This is because the apexins.sql script subsequently references other sql scripts, using relative paths.
    You have also not included a password in your command, was this just for purposes of the posting, or could this also be an issue, as in:
    @apexins password tablespace_apex tablespace_files tablespace_temp images
    Hope this helps,
    Anthony
    http://anthonyrayner.blogspot.com

Maybe you are looking for

  • One More Rant as to Fios features and "improvements"

    What kind of marketers does fios have that force their programmers to do such a horrid job? my wife and i got up this morning. beautiful sunny morning, warm for the first time. we turned on the tv, and saw a show we wanted, so i hit record... as she

  • Installing and deploying a .webpart file in SharePoint 2013

    I have a webpart that took from a SharePoint 2010 web site from its webparts library. This webpart has the .webpart extension. I downloaded it as a copy. Now I want to install it to a SharePoint 2013 site ti its webpart gallery. I tried using Visual

  • New update 1.1.3, new itunes 7 and vista 64

    I am glad that with the new itunes and iphone updates that my iphone now works on my vista 64 laptop. Also, i had to resync different music and videos which wasnt bad since when it didnt work with 64 before i backed up and transfered everything to my

  • Why can't I access to my ebooks in Adobe Digital Editions?

    Hi, I just downloaded an additional ebook for Digital Editions. However, now Digital Editions is not working and I can't have access any of my ebooks. I don't receive any error message but it's simply not working. Before doing that download everythin

  • Planned & Actual Overhead Rates

    Hello friends.. In the costing sheet, under the percentage overhead rates.. Can someone please tell me what is the basic difference between the Planned Overhead rate (Overhead type 2) and actual overhead rate (overhead type 1)? Please explain.. Regar