Howto: Dual-Booting Vista Home and Solaris

Hello.
I searched a lot of forums about this but found nothing. I finally managed to install Solaris on a computer running Windows Vista Home and post my experiences here for people having the same problem.
Known problem: When the MBR of a hard disk is altered (e.g. installing additional operating systems) Windows Vista will not boot any longer.
Reason: Windows Vista uses a checksum of the MBR. If the checksum is not correct it does not boot.
How can you install Solaris anyway?
I did it using the following steps (requires some C programming skills and a C compiler for Windows):
a) Make a copy of the MBR (e.g. by booting the Solaris DVD into the single user shell) onto an USB stick:
dd if=/dev/rdsk/cxtxdxp0 of=/usbdisk/origmbr bs=512 count=1b) Create the Solaris partition and install Solaris
c) Make a copy of the new MBR. This is done the same way as step "a)". Replace "origmbr" by "newmbr".
d) Restore the original MBR. This is done like step "a)" but "if=" and "of=" must be turned around (of=/dev ... if=/usbdisk ...).
(This causes the Solaris partition to be removed; you will not see it in fdisk any more; but do not panic - the data is not deleted)
e) Reboot - Vista will be booted
f) Write the new MBR to the disk. This is where you need a C program. The program must be executed using administrator rights:
#include <windows.h>
#include <stdio.h>
main()
    HANDLE h;
    FILE *f;
    DWORD d;
    char a[512];
    h=CreateFile("\\\\.\\PhysicalDrive0",GENERIC_WRITE,0,0,
        OPEN_EXISTING,0,0);
    // Replace newmbr by the actual file name of the file
    // containing the new MBR
    f=fopen("newmbr","rb");
    fread(a,1,512,f);
    fclose(f);
    WriteFile(h,a,512,&d,NULL);
    CloseHandle(h);
}I also took bytes 0...0x1BD from the original MBR and only bytes 0x1BE...0x1FF (actual partition information) from the new MBR because I heared that Vista does not work with foreign MBR boot loaders.
g) Go to the computer administration (right-click of "Computer" in the start menu) and "administration" and go to the volume manager. Press F5 - now the volume manager will see the Solaris partition. Make any partition the active partition and change the active partition back to the Windows partition - now the checksum of the MBR will be re-calculated.
I do not know if this step is necessary because "diskpart.exe" should also re-calculate the checksum.
h) Start diskpart.exe with administrator rights. Make the Solaris partition (containing Grub) the active partition - now the computer boots GRUB and Vista can be booted.
Note:
The boot information in the system control as well as bcdedit.exe will only work if the Windows partition is active. Maybe the system recovery will also not work.
Martin

Hello.
The main problem is not the fact that GRUB does not boot - this could be easiely solved by overwriting the MBR by the original MBR (so changing from Windows to another OS must be done using a bootable CD or disk).
The problem is that creating an additional partition is not possible. I think if Microsoft wanted to "solve" this "problem" (forbid other OSs to be booted) they were not able to do this because many modern BIOSes create a hard disk partition for their data (e.g. hard disk encryption, finger print stuff etc.). Windows would either not be able to boot on such machines (not wanted by Microsoft) or not be able to recognize that another OS is installed (that can be booted at least by using a boot CD).
I think that Microsoft themself have no interest in forbidding other OSs to be booted. There are a lot of machines running Windows only as secondary OS (e.g. in airspace industry). Microsoft is not interested in not being able to sell a newer version of Windows to owners of these machines.
Martin

Similar Messages

  • Dual boot windows 7 and solaris 11

    Hi Friends,
    Could some one please explain the steps to install dual boot windows 7 and solaris 11?
    Thanks
    Raja

    Install Windows leaving a partition for Solaris.  Install Solaris into the empty partition.  Reboot.  Use a partition manager if you need to shrink your current Windows Partition.  GParted works great and is free.
    alan

  • Dual Boot Windows 7 and solaris 10

    Can some body guide me how to dual boot windows 7 and solaris 10?
    Thanks

    First partition your harddisk with at least 2 primary partitions, one for windows and the other for solaris if you only have one harddisk. It would be a good idea to create an additional small boot partition as the first partition as well if you intend on using an independent boot loader but it really depends on what your machine is capable of. For example, if you have multiple harddisk and your BIOS supports it, then you could just install each OS onto its own harddisk and use the BIOS function to disable/boot off specific harddisk. Otherwise, if you only have one harddisk and created multiple partitions, install windows7 first followed by solaris10, obviously installing into different partitions. If you have created a boot partition, then you can install the boot loader into that dedicated partition.

  • T61p - dual boot Vista and Linux

    Recently I purchased the T61p with Windows Vistra Ultimate pre-installed. It all works well, apart from Vista being slow of course...
    I understand that Lenovo have certified Novell's SuSE Linux for the T61p, and I am considering making the laptop Dual boot - Vista/Linux.
    Does anybody have experience with this? (1) how do I get the certified Linux and (2) any tips on making this work?
    Thanks in advance for yr replies
    Anton (Rotterdam, NL)

    I'm dual-booting XP Pro and Vista Business x64 on a T61, and they both work fine. I also left a partition available to install Linux at some time in the future.
    I built a test box (not a ThinkPad) at work that runs Windows XP Pro, XP Pro x64, Windows 2003 x64 Server, Vista Business, and Fedora Linux, and they all work.
    The key is always install in this order - 95>98>2000>XP>Server>Vista>Linux.
    If you partition the drive and install Linux I don't see any problems.
    ThinkPad T61 15 Widescreen with nVidia Quadro graphics 6459CTO
    Windows 7 Enterprise and Windows XP Pro

  • Help: Dual Boot Vista/XP (multiple partitions) with Rescue and Recovery?

    So I re-installed my Thinkpad and want to dual boot Windows XP and Vista Ultimate on separate partitions. I'm using the Windows XP pre-load and a separately licensed Vista Ultimate.
    I first installed XP preload and did a backup with RnR. Then I'm installing Vista Ultimate by shrinking the XP partition and creating a new partition for Vista. I plan to use RnR in XP to do another backup from the base and hoping it will backup Vista as well. Will RnR backup both the Vista and XP partition correctly so that when I recovery in the future, it will restore both?
    I don't want to blow it and have to redo the whole thing. Help would be much appreciated!
    edit: This didn't work, as RnR only allows you to backup as many as partitions as your base image had....
    Message Edited by leesiulung on 01-21-2009 08:25 PM

    hi
    you say that you have a vista Ultimate did you try making a windows image from the back up and recovery in vista? in that way both of your xp and vista can be save to an hdd or  a set of DVD'S(as a back up image) 
    else try using acronis true image it should work out ...good luck! 
    Message Edited by samavedam_vijay on 01-22-2009 11:05 AM
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • Dual Boot Windows 8 and Linux?

    I have (UEFI System) an ASUS K55A UEFI motherboard laptop that came factory with Windows 8. I would like to install backtrack linux and Windows 8, but before I go screwing up my laptop, I want to see if this would be at all possible. I would use a virtual
    machine, but I need Backtrack Linux on a physical machine for testing purposes as I am taking a course in computer forensics, and I want to test cracking my home wi-fi. My processor is an Intel Core i5 2.5 ghz with a 500 GB HDD and 8GB DDR3 RAM. Any insight
    on this would be appreciated. Thank You.

    Hi,
    You can refer to this article to get detail information.
    http://apcmag.com/how-to-dual-boot-windows-8-and-linux.htm
    Niki Han
    TechNet Community Support

  • Dual boot Windows 7 and Arch from 2 seperate drives (UEFI)

    Hello everyone, I've been working on installing Arch to a secondary hard drive for the past few hours, but I am trying to make sure I won't mess up my Windows 7 install.  I have found several topics talking about dual booting Windows 7 and Arch, but not a whole lot on booting them from separate drives.  My drives are currently setup as follows.
    sda (120GB SSD for Windows 7)
        sda1 (100MB System Reserved NTFS partition)
        sda2 (Windows 7 install)
    sdb (1TB HDD for Windows programs, files, etc)
        sdb1 (1TB NTFS partition)
    sdc (1TB HDD)
        sdc1 (boot 512MB FAT32)
        sdc2 (root 500MB ext4)
        sdc3 (home 300GB ext4)
        sdc4 (swap 10GB)
        rest unallocated "free space"
    I used Gparted to create the partitions.  I ended up getting hung up on the "Create Filesystems" sections, specifically this line"
    # mkfs.fat -F32 /dev/sdXY
    Now that I am looking at it, I'm thinking the "Create Filesystems" section maybe isn't necessary because I've used Gparted?
    If it isn't necessary, when I get to the "mount the EFI System Partition to /boot" section, would I simply use
    # mount /dev/sdc1 /mnt/boot
    instead of
    # mount /dev/sdXY /mnt/boot ?
    The way I had this setup with Ubuntu was 3 partitions on sdc (/, home, swap) and I set my PC to boot to the sdc drive on startup.  The boot loader would then give me the option to boot into Ubuntu or Windows 7, and I never had to alter the sda or sdb drives at all.  Is this possible through Arch?  My thinking is that even if it isn't, I should still be able to enter the BIOS boot menu and select which drive to boot manually correct?  That wouldn't be too big of a deal for me because I spend 90% of my time in Linux, and only use Windows for Photoshop and gaming occasionally.
    Thanks for taking the time to read this.  I would have just tested this out, but I am afraid of messing up my Windows install.

    After several sleepless hours I had to give up and go to bed about 5 hours ago.  The installation process went smoothly (or so I thought).  I followed the tutorial closely and upon rebooting I was met with a blinking cursor.  After some googling I found others who said I should press TAB, but nothing seemed to work.
    I rebooted to the iso disk and found the "boot installed OS" option and noticed it said "Press TAB to edit".  I then found the boot parameters and tried everything from hd0 0 to hd4 4.  I believe I have Grub setup correctly because every option besides hd0 0 either says "Booting..." and then gets stuck, or says "That disk and partition combination does not exist".  So yea, I think hd0 0 is the correct boot path, it just gets stuck with the blinking cursor.
    silverhammermba wrote:
    You have the right idea. You want to install a bootloader on sdc1 which will be able to boot both Arch and Windows.
    Your best bet would be to use something like rEFInd. It has a "scanfor" option that should automatically detect your BIOS-configured Windows installation and add a boot option for it. Note that depending on your motherboard, you may have to switch to UEFI-only mode and Windows will be unbootable without the assistance of a UEFI program which is backwards compatible with BIOS (like rEFInd).
    Thank you for the link.  Considering I can't get into my install and the actual install only took about 30 minutes,  I think I am going to just start from the beginning again with REFIndr.  It seems much simpler.  I only used Grub because I've used it before with Ubuntu, but my very limited knowledge is telling me Grub is probably the problem.
    MoonSwan wrote:Just an idea:  My bios has a "Boot-up Prompt" which I can invoke when it's POSTing by hitting F11.  This brings me to a menu that allows me to choose which drive I want to boot up that day.  I use it when Syslinux isn't working properly (Which is right now as a matter of fact ...) in order to boot Windows so I can do some SCII, for example.  I, too, dual-boot but I have both OSes on different SSDs.  So my 120GB Crucial SSD has Arch on it and the 240GB Kingston has Windows, SCII, Portable Apps, etc and nary the two shall meet.  It makes dual-booting easier in the case of a corrupt OS or MBR or what-have-you.  You may want to give your Bios a better look to see if you can do the F11 trick.  It probably can and will usually tell you so at POST by printing that information on-screen along with your drives-detected and other messages (I hit Pause sometimes to read all the POST messages).
    This is exactly what I was talking about doing when I mentioned:
    My thinking is that even if it isn't, I should still be able to enter the BIOS boot menu and select which drive to boot manually correct?
    That's good to know, because even if this next install doesn't work I think if I pull the other drives I should be able to get it working fairly easily.
    Thanks again everyone.

  • Dual Boot Windows 7 and Arch with Shared NTFS partition.

    Hi everyone,
    I want to dual boot windows 7 and Arch Linux.
    Here's the problem... my hard drive isn't the biggest.  I want to store all my music, movies, pictures, and documents on partition that both linux and windows can access seamlessly.
    I want the partition to be NTFS.   -- (the programs that map an ext4 drive to Windows are trash).
    Here's what I think I need.
    30GB NTFS to Windows.
    30GB ext4 to Arch Linux
    The remainder (190ish GB) to Shared Data.
    I don't want the swap partition because I have a SSD and 4GB of RAM.
    What is the best way to setup my partitions?  And is this even possible?
    Thanks!

    Not a problem.  I would create:
    First of four primary partitions for windows.
    Second of four primary partitions for /boot
    Third of four partitions is an extended partition encompassing all the space not used by the first two partitions.
    Put everything else inside the extended partition.
    Mine is a bit more complicated, but this should give you an idea:
    ewaller@odin:~ 1005 %sudo fdisk -l /dev/sda
    Password:
    Disk /dev/sda: 320.1 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x87b33479
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 121778159 60888056 7 HPFS/NTFS/exFAT
    /dev/sda2 597366784 625135615 13884416 83 Linux
    /dev/sda3 121778160 597366783 237794312 5 Extended
    /dev/sda5 * 121778223 123770219 995998+ 83 Linux
    /dev/sda6 123770283 131770589 4000153+ 82 Linux swap / Solaris
    /dev/sda7 193213818 597360959 202073571 83 Linux
    /dev/sda8 131781258 193213754 30716248+ 83 Linux
    /dev/sda9 131770591 131781194 5302 1 FAT12
    Partition table entries are not in disk order
    ewaller@odin:~ 1006 %
    Partitions 1 and 2 are Primary partitions.  Partition 3 is an extended partition.  All the others live in partition 3

  • Thinkpad x130e dual boot Win 7 and 8

    So, I bought a new Seagate SSD Hybrid drive with the intention of dual booting Windows 7 and Windows 8.  However, upon using my restore DVD's to reinstall Windows 7 on the new drive I hit a snag when trying to install Windows 8.  The Win8 intall says that the drive needs to be GPT and it is currently MBR.  So after removing the partitions and changing the drive to GPT I re-restore the Win7 OS.  Then to my dismay I find that the drive has gone back to MBR during the restore proceedure.
    Is there a way to edit the restore proceedure so that it doesn't change the drive over to an MBR drive?
    Thanks,
    Matt

    the Arch partition should take some space from the windows7_os partition. You should keep the Lenovo_Recovery partition if you don't have a Windows installation DVD, or if you think you may want to reset your hard drive to its original state someday. In my laptop I have completely removed it.
    I have a dual boot of Archlinux/Windows7, and I use the following partitioning
    /dev/sda1   ntfs   60.0GiB   /media/C (for windows os)
    /dev/sda2 (extended partition)
          /dev/sda3   swap   4.0GiB swap
          /dev/sda4   ext4    30.0GiB root
          /dev/sda5   ext4    30.0GiB home
    /dev/sda6   ntfs   376GiB   /media/D
    I use the last partition as a shared partition between Arch and Windows, for storing music and videos... I use it also for installing games, so that I  can play them either from windows or from Arch by using wine.
    I'm not saying this is the best way to do it, but this has been working for me, also I don't use a separate /boot partition, I used to have it when I had multiple Linux distros, but with Arch alone I don't find it necessary.

  • Y500 dual boot windows 8 and fedora 19 problem

    I bought a y500 two days ago and i wanted to dual boot windows 8 and fedora 19, so here's what i did
    1. downloaded fedora 19 (x64) iso from the fedora website.
    2.made a live USB using live usb creator.
    4.opened disk management utility and shrunk the c drive (windows 8 was installed here) by 100 gb and kept the 100gb unallocated.
    3. started the laptop with novo button, changed the bios config to boot from usb.
    4.installed fedora from usb, selecting the 100gb unallocated memory for installation
    5.restarted the laptop.
    now the problem is fedora works perfectly but when i try to boot windows 8, the following error is shown.
    windows failed to start
    file:\BOOT\BCD
    status: 0xc0000225
    info:the boot configuration data for your PC is missing or contains errors.
    i am guessing the fedora installation overwrote the boot files of windows and
     i have not taken a backup. please help

    hi,
    I have a Y500 and I wanted to dualboot fedora 19 with windows 8, this proved to be unsuccessful. I had made a repair disk before the process (but not a set of recovery disks unfortunately >.<   ). now I inserted the repair disk and selected the automatic repair option, it showed a message that auto recovery has failed.  now when I pressed the NOVO button and selected the system recovery option, it does not go into the OKR menu but continues with the normal booting process.  Can somebody guide me or give links where I can find step by step instructions to making OKR work and reset my laptop to factory settings? PLEASE help As Soon As Possible
    NOTE: I did resize the windows 8 os partition but the recovery and the lenovo partition are still untouched

  • [SOLVED] Dual boot windows 7 and arch Linux with seperate hard drives

    Ok so I'm stuck trying to get my computer to dual boot windows 7 and arch. They are installed on different hard drives and I have grub 2 as the boot loader. I can't find any tutorials on how to do it with seperate hard drives I know how to do it if they are on the same hard drive. Also I want windows on the "first" hard drive how do I check to see which one it considers the first?
    Last edited by bdawg (2012-09-21 23:15:37)

    DSpider wrote:
    drobole wrote:If you want to change it so that sda becomes sdb and sdb becomes sda, you should be able to do that in BIOS.
    Not from the BIOS. He would need to physically open up the computer and switch the cables between them (or add another drive).
    There's no actual performance increase in changing this order. Performance increase is when you have the partitions as close to the beginning of a HDD as possible, where the platters spin faster (basic mechanics, not to be confused with CD/DVD, which are being written from the inside-out to prevent errors after extended usage), and it especially doesn't apply to SSDs whatsoever.
    You may be right about that. I remember I had to do this a while back but I probably switched the cables. It also messed up the drive mapping in Windows 98 if I remember correctly.

  • Dual booting Windows 8 and Arch Linux with UEFI

    Hi all!
    I'm trying to install Arch Linux on my computer where I already have Windows 8, and I'm getting a little stuck when it comes to the partitioning.
    Following the beginner's guide and the method here: https://wiki.archlinux.org/index.php/Un … n_in_Linux for setting up the partitions properly, regarding UEFI. My problem is that when using cgdisk to set up a new EFI system partition (ef00), I get an error message when trying to write the partition table (just saying that something went wrong). I figure the problem is that I already have a partition like this (correct me if I'm wrong), but it really looks like it succeded (see info below). So my question is: How do I preceed to keep my Windows 8 installation happy, but installing Arch? Do I remove the old EFI system partition and create a new one, or is there some method that allows me to edit the already existing one, to allow me to dual boot Windows 8 and Arch?
    My partition table now looks like this:
    Part. # Size Partition Type Partition Name
    1007KB free space
    1 500MB Windows RE Basic data partition
    2 300MB EFI System EFI system partition (this one was already present on my system)
    3 128MB Microsoft reserved Microsoft reserved partition
    4 63.5GB Microsoft basic data Basic data partition
    8 512MB EFI System EFI System partition (this is the one I tried to create when I got the error message)
    5 29.5GB Linux filesystem Arch (this is where I was going to put my Arch installation)
    6 22GB Windows RE Basic data partition
    7 1024MB Windows RE Basic data partition
    615KB free space
    Just for the record; I only created partition #8 and #5.
    Any help is appreciated! And sorry for beeing a total noob, but I really suck at this.

    sudo make sandwich wrote:If it is possible to share ESP between OSes, how do I do this (would it be sufficent to follow this section: https://wiki.archlinux.org/index.php/Beginners'_Guide#For_UEFI_motherboards)?
    There's really very little to do to share an ESP between OSes. Most OS installers will auto-detect the ESP and use it. Problem solved. For Arch it may be a bit more effort just because Arch uses a more hands-on installation process, but I've only done a couple of Arch installations, and the last one was several months ago, so I don't recall the details clearly enough to comment.
    And how big will the partition need to be? The beginner's guide says 512MB or higher.
    I don't know what was in the mind of the author, but my guess is that's because that's roughly the cutoff point where mkdosfs starts creating FAT32 by default rather than FAT16. The ESP is officially supposed to be FAT32, not FAT16, although FAT16 usually works OK. It's also possible to create FAT32 on smaller partitions by using an explicit option to mkdosfs ("-F 32").
    The optimal size of the ESP depends on the files stored on it. If you don't store your Linux kernels, something as small as 100MiB is usually adequate; but a few Linux kernels and their initrd files can consume twice that amount. My own recommendation is for the ESP to be 200-500MiB.
    The only error message I got from cgdisk is "Problem saving data! Your partition table may be damaged!", however booting Windows again works fine. Parted did not complain about antything.
    Use the "verify" function in cgdisk. That will reveal any problems with the data structures. If a verify turns up OK, then that means that cgdisk ran into some sort of disk problem. Running gdisk rather than cgdisk and using the gdisk "w" option (without making any changes) may produce a more helpful error message.

  • Dual booting win 7 and arch: cannot install grub to partition

    I have read the arch wiki page on dual booting and several other sources on line, but I am still struggling to get this to work.
    I am trying to dual boot arch and windows 7 on my lenovo ideapad s205. the machine comes with windows 7 pre-installed.
    I shrank the win 7 partition and added an extended partition with 3 logical partions for /boot, swap, and /.
    I am able to install and run arch by installing grub to the mbr. when I do this, though, I cannot boot windows. (the windows section of grub menu.lst is uncommented and points toward hda0,0. I have tried hda 0,1 as well).
    I have also tried to use the windows boot loader to load arch, as described in the arch wiki page on dual booting. The problem here is that, taking this approach, I should install grub to my /boot partition, but when I try to do this, the installer only allows me to install grub to sda or sdb (the usb stick).
    I have read that grub should be able to boot linux from a logical partition. Is this so?
    Is there something wrong with the arch installer that it is not giving me the option of installing to a partition rather than the mbr, or is this  a problem with my partition scheme, or something else?
    I am tempted to remove lenovo's recovery system, but on the other hand, I have already needed to use it several times while monkeying around with installing arch.
    Thanks for any help.
    UPDATE:
    I now have the laptop dual-booting win 7 and arch. My solution ( adapted from here: http://helms-deep.cable.nu/~rwh/blog/?p=177) was to:
    1. installed arch on the partitions I had created for it, but skipped the "install bootloader" stage.
    2. in win 7, I downloaded and installed EasyBCD and made an entry for arch in it. I checked the option to "Use EasyBCD's copy of GRUB"
    3. When I restarted, I got a grub error because the entry in grub's menu.lst was pointing at the wrong partitions for the kernel and root.
    4. So I went back into the arch live disk, mounted the boot partition and edited menu.lst.
    Now when I start the laptop, the windows boot loader starts and I can choose between win  7 and arch. when I select arch, grub4dos starts and gives me the option to start arch. this is not particularly elegant (nor is it fast), so I think this solution is less than ideal, but it does work.
    I'd be interestd in any thoughts about what went wrong and what a better solution would be.
    thanks.
    Last edited by ratchet (2011-10-10 19:09:16)

    ratchet wrote:II am able to install and run arch by installing grub to the mbr. when I do this, though, I cannot boot windows. (the windows section of grub menu.lst is uncommented and points toward hda0,0. I have tried hda 0,1 as well).
    Is this a typo in your post or how it was in menu.lst? Surely it should be hd0,0 and not hda0,0? The entry I have in my menu.lst is as follows:
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    What was yours?
    Last edited by JHeaton (2011-10-10 20:18:22)

  • Can I dual boot snow leopard and mountain lion if I've installed boot camp on my drive

    Can I dual boot snow leopard and mountain lion if I've installed boot camp on my drive

    Yes as I said before. If your model Mac came with Snow Leopard and you are now running Mt Lion and have Windows installed in a Boot Camp Partition all you have to do is make the Mt Lion partition smaller, take the free space and make it another Mac partition and you should be able to install Snow Leopard into that partition.
    I have Snow Leopard, Lion and Mt Lion installed on my MBP. No Windows in a Boot Camp partition because I run Windows XP in a Virtual Machine on both Lion and Mt Lion.

  • Can I dual boot Mountain Lion and OSX10.6.8

    Can I dual boot Mountain Lion and OSX 10.6.8. I just upgraded to Mountain Lion and my InDesign CS2 no longer works. If yes, how does one do it.
    Thanks all,

    Yes, as long as your computer shipped with 10.6.8 or earlier. Insert the Mac OS X 10.6 DVD, restart with the C key held down, and install it onto a separate partition or drive; if you use Boot Camp, repartitioning the internal drive may disable it.
    (75122)

Maybe you are looking for

  • Exporting An message Internal table to Standard program Internal Table

    Hi,   In T-code VOFM, We have Goods issue routine 113, Now in Custmizing 913 is Configured. we are Checking the status of each handling unit of the Delivery. So I am getting the status Incomeplete Message for Multipe HU's. hence AM storing into One i

  • Can't re-enable Genius in 8.0.1

    I can't re-enable Genius is 8.0.1 after I disabled it. The option in the Preferences menu and the "Show Genius Sidebar" option in the View menu are greyed out and unavailable. I have no Genius button in the bottom tool bar, either. Any ideas?

  • Need help for PeopleSoft Installation - PeopleSoft Database configuration

    Hello, I am working on the step that requires me to put in Admin User, Admin Password, PeopleSoft Symbolic ID, PeopleSoft Access ID, PeopleSoft Access Password, PeopleSoft Connect ID, PeopleSoft Connect Password, Microsoft SQL server Data file name &

  • Where is PS Elements 10 download, serial number?

    I bought Intuos 5 touch tablet, which was sold with elements 10 program. I downloaded the complementary program following instructions on the cd, but cannot activate the download without a serial number. I have tried every code on the box but they se

  • Lost and messed up titles

    When rendering a 2 minute video with transitions and titles it's all gone squiffy.  First it wouldn't upload to YouTube - it kept saying my a/c details were wrong (they weren't). So on deciding to manually upload the video from my computer I tried to