OS X and Arch dual-boot on MBP - bootloader error

I have a Macbook Pro 9,2, and I dual-boot OS X and Arch. My main Arch partition is encrypted with an LVM on LUKS setup, and my main OS X partition is encrypted with Firevault 2. I run the vanilla Arch kernel, and I use xfce as my DE. I use refind as my boot manager, and grub as the bootloader for the Arch partition. This setup has worked flawlessly for several months. I update my Arch system once per week, and last Sunday was a large update since xfce got a large overhaul (in terms of program and config files). However, since the update I cannot boot into OS X (I am posting this here instead of an OS X forum since no change occurred to the OS X system so the problem must be with a change to my Arch system).
When I attempt to boot into OS X, I am asked for my password to decrypt the partition, but then I get the following error message:
efiboot loaded from device: Acpi (PNP0A03,0)/Pci(1F12)/SATA(0,0)/HD(Part3.Sig698A
48BA-88E6-471C-9359-AD63C7EEBE74
boot file path: \System\Library\CoreServices\boot.efi
............Read error 0x6
Error loading kernel cache (0x6)
Error: Aborted returned from boot.efi
*Hit any key to continue*
Starting boot.efi
Using load options ''
efiboot loaded from device: Acpi (PNP0A03,0)/Pci(1F12)/SATA(0,0)/HD(Part3.Sig698A
48BA-88E6-471C-9359-AD63C7EEBE74
boot file path: \com.apple.recovery.boot\boot.efi
.............Read error 0x6
Error loading kernel cache (0x6)
Error: Aborted returned from boot.efi
*Hit any key to continue*
When I hit a key, I get taken back to the refind menu. If I choose OS X again, I get the same error. This cycle can be repeated ad nauseam. Booting into my Arch partition, on the other hand, works just fine, with one hiccup. While usability does not seem to be reduced, after I input my password to decrypt the Arch partition, and before I see the tty1 login, I (since Sunday) occasionally get the following error message that I have never had before:
19.636262] [drm:crypt_set_fifo_underrun_reporting] *ERROR* uncleared pch fifo underrun on pch transcoder
19.636264] [drm:crypt_serr_int_handler] *ERROR* PCH transcoder A FIFO underrun
19.331860] ata1.00: exception Emask 0x50 SAct 0x1100 SErr 0x280900 action 0x6 frozen
19.331927] ata1.00: irq_stat 0x08000000, interface fatal error
19.331974] ata1: SError: {UnrecovData HostInt 10B8B BadCRC }
19.332821] ata1.00: failed command: READ FPDMA QUEUED
19.332866] ata1.00: cmd 60/00:40:70:c1:01/01:00:24:00:00/40 tag 8 ncq 131072 in
19.332866] res 40/00:60:b0:55:2a/00:00:24:00:00/40 Emask 0x50 (ATA bus error)
19.332176] ata1.00: status: { DRDY }
The "READ FPDMA QUEUED" line and those below it repeat a few time with different numbers following "cmd" and "res," but then after a few moments the messages clear off the screen and I arrive at my tty1 login screen and from there everything in Arch (including my now-upgraded DE) works normally. This error does not occur during all boots, but I cannot discern any pattern behind when I see it and when I do not. The OS X error and failure to boot occurs every time I try to boot into OS X.
I have learned a lot as an Arch user, but this problem is beyond me. Google has not been particularly friendly, understandably so given the peculiarity of the problem and my setup. I have not yet tried undoing the update I did on Sunday because (a) it would be a pain since there were >30 packages that were upgraded, and (b) I have no evidence that the upgrade was actually causative of this issue, though I may eventually attempt the downgrade out of desperation if I cannot find a solution. Note that the update I keep referencing did not including a kernel update.
I appreciate any advice or insight that you can offer.

I don't have much in the way of a solution for your problem, but to start with, what were the  > 30 packages? In particular, was grub/refind updated (or anything else that would likely touch your efi partition? I know from my own messing with refind, that you can potentially 'damage' your partition layout with certain commands which maybe causing osx not to boot...
Then again, the errors may have nothing to do with your arch installation and maybe indicative of a different problem all together. Normal procedure is at this point is to backup your complete disk (clone/mirror it, read up on how to do that especially with regards to the encryption systems used), and try to diagnose for any problems the mbp maybe having.
You could use an apple rescue cd (that may no longer be available with newer mbp , I have no idea..) or maybe use a different harddisk and install osx there and see if you can get everything running 'normally' thus ruling out any funky errors with the hw.  check apple's recovery options if need be.
I guess you'll just have to fiddle about a bit and try to more closely determine what the actual problem is. and again, backup your stuff!

Similar Messages

  • [Solved] Windows 7 and Arch Dual boot- unable to boot into Windows7

    Had to reformat computer and reinstall windows and Arch on two separate hard drives (Dual boot) .
    Windows 7 was the first install on SDA: (/dev/sda1 - system reserved 100mb, /dev/sda2 - 20gb)
    Arch on SDB: (/dev/sdb1- boot 94mb, /dev/sdb2- swap, /dev/sdb3 - root, /dev/sdb4 - /home)
    Installed grub2 on /dev/sda. now grub bootloader loads Arch fine. Also shows Windows 7 (on /dev/sda1).
    But when chosen Windows 7, it does not load and loops back again to boot loader screen.
    In BIOS i have set disk drive SDB as first boot option.
    If i choose SDA as first boot option in BIOS, same scenario is repeated.
    I have gone through mostly all the pages related to the topic but i can not co-relate the solution
    to my exact situation due to limited knowledge.
    Can somebody pls help me as to how to edit grub.cfg so as to point it to load windows 7?
    the entry related to windows 7 reads as follows:-
    quote
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menue$
            insmod part_msdos
            insmod ntfs
            set root='hd0,msdos1'
            if [ x$feature_platform_search_hint = xy ]; then
              search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint$
            else
              search --no-floppy --fs-uuid --set=root F010D97410D941F0
            fi
            chainloader +1
    unquote
    for Arch set root value is hd1,msdos1 and working fine.
    Thanks and regards.
    Last edited by commsanjay (2012-10-14 08:08:54)

    This is exactly why I have chosen to use windows MBR and syslinux
    https://wiki.archlinux.org/index.php/Wi … oot-loader
    Last edited by ackt1c (2012-10-14 02:32:55)

  • Win 7 and Arch dual boot [SOLVED]

    There are other help threads about this, but I didn't want to hijack somebody's elses thread.  Sorry for the long post, I just want to provide as much detail as possible:
    I am trying to use Grub (not Grub2) to dual boot between Arch Linux and Windows 7.  I had this working before using Windows XP, but when I reinstalled Windows 7 over Windows XP, Grub would no longer boot Windows.
    1.  If I manually choose the hd containing Windows 7 to load first in my BIOS, Windows 7 boots no problem.  If I manually choose the hd with Grub and Arch to load first in my BIOS, I get a Grub menu, which boots Arch, but not Windows 7.  Ideally, I think, I would like to have the internal drive with Arch ranked first, then the internal drive with Windows second in my BIOS. At least, that's how I had been doing things before blowing away XP and installing Windows 7.
    2.  Here is the (abbreviated) output of sudo fdisk -l
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *        2048      206847      102400    7  HPFS/NTFS
    /dev/sdb2          206848   169934847    84864000    7  HPFS/NTFS
    /dev/sdb3       169935570  1953520064   891792247+  83  Linux
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *          63     1028159      514048+  83  Linux
    /dev/sda2         1028160     3084479     1028160   82  Linux swap / Solaris
    /dev/sda3         3084480    44050229    20482875   83  Linux
    /dev/sda4        44050230   488392064   222170917+  83  Linux
    3.  From that, I can tell that Arch is installed on sda:  sda1 = boot partition; sda2 = swap; sda3 = root partition; sda4 = home partition.
    Windows 7 is installed on sdb:  sdb1 = system reserved partition (created automatically by Windows 7 during install); sdb2 = Windows; sdb3 = separate ext3 partition
    4. I am comfortable editing Grub menus.  This is an excerpt of mine:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/blah-blah-blah ro
    initrd /kernel26.img
    # (2) Windows
    title Windows 7
    rootnoverify (hd1,0)
    savedefault
    makeactive
    map (hd1) (hd0)
    map (hd0) (hd1)
    chainloader +1
    5.  The error I get is "error 15: file not found"  If I change the line reading "rootnoverify" to "root", I get the same error plus the bit about "filesystem unknown, partition type 0x7" so I think I'm pointing at the right partition/drive.  That is, I know that partition type 0x7 is an NTFS filesystem/Windows.
    6.  I messed around with the Grub entry for Windows.  I modified the root line to read "rootnoverify (hd1,1)", but things still did not work.  I wasn't sure if I needed to bypass the "system reserved" partition created by Windows, or not.  I also flip-flopped the two map lines, so they read:
                        map (hd0) (hd1)
                        map (hd1) (hd0)
    That did not work either.  I tried these combinations together, but Windows still would not boot.  Always the same error message: "filesystem unknown, partition type 0x7"
    7.  I think I have a mapping problem given that Arch boots fine and Windows boots fine from the BIOS.  However, I'm not sure how to fix this.  Any help would be appreciated.
    Thanks,
    Culley
    Edit:
    Okay, so I fixed things.  I just removed a bunch of stuff from my Grub entry.  Even though Windows is not on the same drive as Grub, it does not need the map sections like I thought.  I also removed the savedefault and makeactive entries, not sure if that made a difference or not. My new grub entry looks like this
    # (2) Windows
    title Windows 7
    rootnoverify (hd1,0)
    chainloader +1
    Last edited by CulleyS (2010-09-24 15:45:12)

    This is exactly why I have chosen to use windows MBR and syslinux
    https://wiki.archlinux.org/index.php/Wi … oot-loader
    Last edited by ackt1c (2012-10-14 02:32:55)

  • Question about the "Windows and Arch Dual Boot" wiki

    I've been reading this wiki http://wiki.archlinux.org/index.php/Win … _Dual_Boot to get a better understanding of what I need to do to install Arch along side of my XP installation and there's one point that I don't understand. Here it is
    It is important to note that there is a 1024 cylinder limit with some older BIOSs. This means that the BIOS cannot access things beyond the 1024th cylinder (about 8.5GB), so the /boot partition should be in the first 8.5GB (space before Windows partition).
    How does one go about getting the /boot partition created during the installation of Arch to install in the first 8.5g? I have installed Arch in Virtualbox twice so far just so that I'm familiar with the procedure and I can't see anything in the installation where I can do this.
    There's one other item that is not clear to me as I've seen conflicting information on it. If I do create a seperate "/boot" partition for Arch, do I need to make it "bootable"during the installation? At this point I don't think that I do.
    My understanding of installing to be able to dual boot is that I only need to install Grub to "Sda" and of course edit the grub menu to add the information needed for XP. Is this enough?
    Thanks for any help.

    Yes, you install grub to sda (master boot record), and add the entry for Windows. In the step where you partition the harddrive, you can choose where to create it. Actually it may not be that much of a problem anymore, my boot is on the third partition, after ~15 GB. You can forget about the bootable flag when using grub, it does not care.

  • Partitioning Hard drive ubuntu arch dual boot

    Hello I am running on Ubuntu 11.10, and I'd like to try out Arch Linux. I'm pretty much a complete beginner, and would like to know exactly how to manually configure my hard disc partitions to allow for a ubuntu/arch dual boot.
    I have read the beginner's guide and have tried searching for existing documentation on how to configure the partitions. I have not been able to find anything helpful and I apologise if there are already clear instructions aimed at beginners floating around. In this case, could someone point out this documentation to me?
    Thank you
    Last edited by Goatfluff (2012-01-14 03:28:42)

    Hi there and welcome to arch.
    First off, Google offers a plethora of information as to how to go about it.
    Our wiki has also quite a few hints.
    Just have a browse around. There's plenty of info out there.

  • ATI display driver lost with Linux and XP dual boot os

    I brought ThinkPad W500 with windows vista. I want to get rid of the hidden boot system reserved partition and downgrade to windows xp and install OpenSuse os. Following some sourses found on the web, I first set the bios sata ahci mode to compatable mode. Then install windows xp and update the sata driver. Restart and reset the bios sata back to ahci mode. It works fine with windows xp and I install back all driver. Finally I install OpenSuse and create dual boot with Grub. 
    But a serious problem come up with me. Everytime after restart from the linux os and back to windows xp, xp doesn't regonize the ATI display divice and tell me no driver installed with low screen resolution. And I have to restart the machine and boot direct into xp for the second time and the problem gone. But it is so annoying of doing this everytime. Anyone can help? Many thanks.
    Solved!
    Go to Solution.

    Hi stanleyimko,
    I don't have an answer, just a couple of questions:
    Does your W500 have switchable graphics?  If so, you may have to turn off "let the OS detect" or permanently select one or the other in BIOS.  XP isn't switchable aware, so I don't know why that would make a difference.
    Do you see the problem on cold (re) boot to XP, or only on warm reboot from Linux to XP?
    Seems like something is leaving your BIOS in an odd state (I guess that's obvious) and maybe a cold reboot would sort it.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Uninstall Linux and Grub dual boot from Win7 HP dm4..

    uninstall Linux and Grub dual boot from Win7 HP dm4. I only have recovery disks. I just want to do a Startup Repair not a full system recovery. 
    When I reboot with the recovery disk there is no choice for Startup Repair.
    thank you for any help.
    Blue Jacket

    Hello bluecape.  I understand you'd like to uninstall Grub/Linux.  Is your recovery disc a Windows Recovery disc or the HP System Recovery disc?  
    You will need to begin by fixing the "Master Boot Record."  This is where Grub is installed and what allows you to select your operating system.   If you have a HP System Recovery disc the steps may be different--these steps are specifically for a Windows Recovery Disc.  Try the following.
    Boot the notebook with your Recovery Disc.  
    Select "Repair your Computer."
    Select your Windows version once the dialog box populates.
    Choose "Command Prompt" as your Recovery Tool.
    From the command prompt type "bootrec /FixMbr" and press Enter.
    Once this is finished type "exit" and press Enter.
    Take the disc out and reboot the PC.  It should boot straight into Windows without a boot loader prompting you.
    The Linux files and partitions are still there but you can now remove those partitions from Windows.  Simply format the partitions to "uninstall" Linux.
    I hope this is helpful.  If you have further questions just let me know.  Have a great day! 
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

  • Dual-boot on MBP Retina SSD

    Hi!
    I've just started university and have been wondering whether to get a Mac or PC (I already own a desktop Windows PC). After much thought, I've decided to go the Mac "ultrabook" way, namely the MBP 13'' Retina (I might still choose the MB Air...).
    I know that there are many alternatives to OneNote 2013 (whether special Mac ones or multiplatform like Evernote) but none has been as compelling as OneNote (especially because I have my desktop PC which I would also like to use to edit notes).
    So I see two solutions :
    1) Use the OneNote web app during lectures
    2) Set up a OS X/Windows 8(.1) dual-boot
    My question is, regarding option 2 : does a dual-boot "hurt" the SSD in some way like reducing it's lifespan? Furthermore, is it worth the effort? Does it work well?
    Thanks in advance!
    Jonas

    Don't forget that you don't have to choose to "dual boot" only.  You have the option of runnign Windows in a virtual  machine environment like Parallels Desktop, VMWare Fusion, or Virtual Box.  Each of those allows you to create a virtual PC within your Mac, then boot that virtual PC just as if it were a real PC.  At that point, you are then running Windows and can install and run your Windows software on that virtual machine.  I have gone this route with my latest MacBook Pro, which is a Late 2011 model, and it is older and slower than the MacBook Pro with Retina that you are looking to buy...

  • [SOLVED] Mac OS X/Arch dual boot Missing Operating System GRUB problem

    I am attempting to dual boot Mac OS X.5 and Arch on my "unibody" macbook pro.
    I am getting the "Missing Operating System" error over and over. I have followed the Macbook install guide in the wiki and the Beginners install guide. I've also read all the threads I could find on the subject. The common fix seems to be changing the root path on the grub menu.lst... I've tried that. twice. with no luck.
    I have EFI on sda1, Mac OS X on sda2 and Arch root on sda3.
    My menu.lst is pretty much standard with
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/sda3 ro
    for both Arch and the Arcch fallback.
    I'm not sure what else to try. I can give more information, but I'm not sure what else to give.
    Thanks in advance .
    Last edited by Weird Fishes (2009-06-14 15:34:31)

    I know exactly what the problem is.
    If you're using rEFIt, sync your partition tables (should be the menu item called 'Partitioning Tool'). The problem is that GRUB has been installed, but doesn't know where to find the Arch partition.
    After syncing, you may find that the boot process hangs at the Linux logo on a gray background. No worries — just reboot and the problem should fix itself.
    N.B. You will need to do a partition table sync every time you change your hard drive's layout.

  • Logical Partition Only? Windows Arch Dual Boot

    ASUS Eee PC
    I want to dual boot for the present time and my hard drive is currently partitioned as:
    Winows - NTFS - Primary partition - 70 GB
    Hidden - Fat32  - Primary partition - 15 GB
    Unknown - Other - Primary partition - 20 MB
    Unallocated - 147 GB
    I have no idea what the hidden and other partitions are, but I don't want to delete them just yet.
    This leaves me only one partition to install Arch on. Can I make the all of unallocated a logical drive and install Arch or do I need at least one primary partition?
    Thanks,
    Kent

    There's also usually an option to make a set of recovery disks. I think I had a 12GB recovery partition and the "set" of discs was going to be 21CDs but it would free up that space and a primary partition.

  • Recommended partition layout for Ubuntu/Arch dual boot?

    I just got a new (old) laptop, and my plan is to dual-boot Arch and Xubuntu. The Xubuntu is mostly to hold me over so I have a stable system while I'm setting Arch up/if I mess up Arch somehow/for testing. It has a new 160GB (149.05 GiB) drive, and my plan is to allocate roughly 35 GiB each for the Xubuntu and Arch / partitions, and a roughly 80 GiB partition for common data (that is, most of my home directory folders will be symlinks to that partition - e.g. ~/code will link to /common/code*).
    Right now, my plan is to have three logical partitions - one for Xubuntu, one for Arch, and one that contains the common and swap partitions. So, I'm asking (A) are there any better ideas for partitioning, (B) does Arch still need a /boot partition, and (C) how should I handle the bootloader situation? (i.e. should I install Xubuntu's to the MBR and have it chainload to Arch's on a separate partition, or what?)
    *The reason I'm not using a common /home partition is because my config files and the like will probably be different between the two OSes.

    A) Probably -- partitioning is always a relative subject
    B) no...and it never did
    C) Whatever you prefer.
    Basic tips :
    Having a separate /home helps in re-installing(if you ever have to) and it saves your config files.
    Having a separate /var allows you to put a different filesystem on it which may be more suitable to the type of files in /var
    You can use a separate /boot, if you are going to use the same /boot for both Xubuntu and Arch. That way 1 partition handles both. If not, I think there is no need to create a separate partition. If you do create one and plan to use it for Xubuntu and Arch, make sure that you install a filesystem that is acceptable to both distros. For eg. Arch grub is patched so it can read from ext4. I do not know if Xubuntu's grub is patched or not.
    Last edited by Inxsible (2010-06-24 03:55:20)

  • Lion and Mavericks dual boot.

    Hello everyone,
    I have an rMBP with Mavericks its runs fine and i'd like to install Mavericks on my 2010 (white) Macbook as well.
    The macbook currently runs 10.7 Lion and only has 2GB RAM, Mavericks will be even slower than 10.7.
    Because of that reason and some others i'd like to dual boot 10.7 and 10.9 so my Lion partition remains.
    I already created a partition for Mavericks but i have
    a few questions and hope someone could anwser those..
    1. Will Mavericks create a recovery partition ? and if so will it rewrite my old 10.7 ''Recovery Partition'' or will it create 2 seperate ones? (saw that in a vid)
    2. If the installation of Mavericks fails will i still be able to boot to my current 10.7 partition?
    Thanks in advance!

    1. If you install them onto separate partitions, they'll each have their own recovery partition.
    2. Yes.
    (107920)

  • Mac and Linux dual boot mac G4

    Ok I now have a linux os that works on my power mac G4 but now I would like to dual boot it.
    Anyone know how to do that?
    P.S. I'm doing research on the subject myself and If I find a solution before anyone on here can answer this I will post it.
    (Hopefully)

    Depends on which Linux distro you're using. The general outline is:
    1. Using the OS X installer, partition the disk in two partitions, one for OS X and one for Linux. At this point the Linux partition can be the OS X Disk util's default HFS+; it's only created as a placeholder.
    2. Install OS X to the partition dedicated to it.
    3. Using the Linux installer, remove the partition previously created for Linux and create at least three partitions for Linux in the freed space: one for bootloader, one for the Linux OS and one for swap
    4. Install linux to the partition given to it.
    5. If not handled by the installer, install and configure the bootloader
    6. Point Open Firmware to boot from the bootloader partition.
    The bootloader partition contains the machinery for multibooting. It's usually under one megabyte, but I'd advice 16MB to better accommodate a better bootloader. Yaboot is still usually the default, but grub2, which is a bigger should become the standard at some point.
    Swap should be 1G or so.

  • XP64 and XP32 dual boot - AGAIN.......

    I was going to reply to the other topic that talked about pci.sys but the forum suggested starting a new one...
    P965 Platinum running XP64.  Been working fine.........  Unfortunately, I'm using Adobe PS CS3, and Bridge is
    so unstable I figure its worth trying XP32 to see if it'll run more than 10 minutes at a time.....
    SO, tried the XP32 CD and got the pci.sys BSOD.  Found the topic that said I need to slipstream SP2 into
    the CD...  Did.  Put the slipstreamed CD in and got an error that says usbehci.sys is corrupt.  This is a CD
    that hsa worked PERFECTLY for installation on another system.  AND a downloaded SP2 that ALSO works
    PERFECTLY on two other systems. 
    I've ALSO done the F6 thing and installed the jMicron RAID...  No difference. 
    I even grabbed a drive from a working machine and booted from it...  It gets to just past the line of dots
    then flashes a blue screen so fast I can't even read it and goes back to reboot...... 
    SO, WHAT do I have to do to install a stinking dual boot operating system on this %&^%$#@ thing?

    The system is a 965 Platinum running 4G of (I believe) Corsair matched, registered memory (I don't
    recall which brand, but its one of the ones listed as "recommended").  The disks are 2- 500G SATA in
    Raid mirror and 2- 400G SATA in Raid mirror.  Boot drive is 250G on the Jmicron port.  IDE ports have
    two CD/DVD burners.  Video is MSI NX8600GT. 
    Nothing odd, unusual, or even interesting in the box......  Works fine with XP64.
    The XP32 CDs (I've got a couple of them) have been used to install on a laptop and another system
    that isn't using the MSI board...  My goal is to be able to boot into XP32 on this box so I can use the
    Adobe tools with having them crash every 10 minutes.......
    As I said, I even pulled the IDE system disk from another system and tried booting from a USB port with
    that disk...  Gets started but fails before the logo window...  Unfortunately, the error goes by so fast
    I can't tell what's causing the failure.
    Unfortunately, I figure there's got to be something simple or intuitively obvious that I'm missing 'cause
    it can't possibly be that hard to get this thing to install.
    I'm thinking about taking the CD with SP2 slipstreamed and slipstreaming the release candidate for SP3
    onto it and seeing if THAT will get it to install...
    Edit by NovJoe: Warning! Please refrain from using these "$%^&*" as replacement. We all know too well what these symbols point to!

  • How to run solaris 10 and windows, dual booting.

    I installed solaris 10 first and then windows 2000 on my celeron pc. Nopw every time i start pc, it starts windows, coz of windows mbr.
    how to set at startup before booting the option which ask for solaris or windows? suggest me a easy way as i am a new user of solaris.

    The procedure to reinstall the Solaris boot sector
    (along with lots of info on dual booting) can be
    found here: http://multiboot.solaris-x86.org
    Another approach is to use the Windows 2000/XP boot
    menu. Assuming your S10 DVD is on D:\, type at a
    command prompt:
    copy
    d:\Solaris_10\Tools\Boot\usr\lib\fs\ufs\mboot
    c:\bootsect.solThen add the following line at the end of the
    C:\boot.ini file:
    C:\bootsect.sol="Solaris"(google "boot.ini" for more info on the above)
    Now Windows will display a boot menu where you can
    choose between Win2K and Solaris.
    BlaiseThe menu appears as you mentioned but there is another problem it tells me that there is no active partitions.
    i have to hards in my system, and it seems i screwed the booting thing during installation since this is the first time i install solaris.
    regards
    firas nemer

Maybe you are looking for

  • Horizontal scroll bar for each page of the ADF page???

    Hi Everyone, I have developed one ADF page which is working very fine. The width and height of the page is more by which it is showing vertical scroll bar and horzontal scroll bar at the end(bottom) of the page. But the requirement is that the horzon

  • Document splitting generate lines with alternative +/- signs (very urgent)

    Hi experts, I am facing the above problem when i am clearing the vendor Document clear F-44, After simulate the Entry will be coming, when save the entry we are faced this problem Massage Class GLT0002. Regards gvr

  • Problems authorizing computer on windows vista

    I use a windows vista pc and when I try to authorize the computer it gives the message:CONNECTION ERROR DIGITAL EDITIONS CANNOT CONNECT TO THE SERVER. MAKE SURE YOU ARE CONNECTED TO THE INTERNET. But I am connected to the internet. I am sending this

  • Burning  audio content  cd from a dvd ??

    Hello, Does anyone know if it's possible to take the audio content from a DVD and burn it as for eg. an MP3 or something that could be listened to on a cd player? I have some presentations that are video recorded and want to copy the audio as such. T

  • Scanner sharing Snow Leopard / Lion

    Hallo, first I will post my system configuration: Mac Mini / OSX 10.6 Snow Leopard MacBook Pro i7 / OSX 10.7 Lion Canon MP550 Printer&Scanner The printer & scanner works with both systems. but if I share the scanner with Snow Leopard the Network scan