Fresh install: GRUB2_BIOS error

Hi,
Just fresh installed Arch_X86-64 on my system. During the install, I skipped GRUB legacy alltogether, and chrooted to get and install GRUB2-BIOS instead (per GRUB2 wiki) in the first 440 bytes of /dev/sda. My system is a dual HD dual OS (win 7 as well), with a separate /boot partition). Afterwards I exited chroot, reboot, and got the following error message:
missing /boot/grub/i386-pc/normal.mod 
Please advise!

DSpider wrote:The new install method also uses the simple form: https://wiki.archlinux.org/index.php/Ar … ll_Scripts
That might be where I saw it, actually, as I read through that page (and got very, very scared...).
Definitely an improvement over:
# grub-install --directory=/usr/lib/grub/i386-pc --target=i386-pc --boot-directory=/boot --recheck --debug /dev/sda
Ugh.
Definitely but how smart is it? That is, will it figure out correctly what it is meant to do and where it is meant to install? I usually need to do this when grub2 is updated:
modprobe efivars
grub-install --directory=/usr/lib/grub/x86_64-efi --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --boot-directory=/boot --recheck
Then I need to use efibootmgr to delete the extra entry this creates in the boot menu ("arch_grub") since that doesn't match whatever I have.
Is it smart enough to figure all that out?
Last edited by cfr (2012-07-22 22:32:55)

Similar Messages

  • Windows Server 2012 R2 with Exchange Server 2013 SP1 Completely fresh install giving errors signing into EAC

    Hi,
    I am struggling with a completely clean installation of Server 2012 R2 and Exchange 2013 SP1.  I followed these steps:
    Installed Server OS
    Windows Updates
    Added Active Directory Role (This is a single standalone server that would have been SBS until it was dropped)
    Added DHCP & DNS
    Added Certificate Services
    Added Windows Server Update Services (WID Database & WSUS Services)
    Windows Updates
    Added Media Foundation
    Added File Server Resource Manager and Work Folders
    Added Windows Server Backup
    Windows Updates
    Checked all running without errors in Server Manager and performed a full bare bones backup.
    Ran Setup.exe from Exchange 2013 SP1 disc.
    Installed Pre-requisites and then rebooted
    Windows Updates
    Ran Setup.exe from Exchange 2013 SP1 disc.
    Installation completed without errors
    Rebooted
    Checked all running without errors in Server Manager.
    I Launch Exchange Administrative Center and get "problem with website's server certificate error" (normal on machine with self-assigned certificates).  Click Continue to Website and get:
    Windows Security dialog box:
    iexplore - "The server localhost is asking for your username and password.  The server reports that it is from Digest"
    however no username and password combination will work:  have tried [Administrator]; [Domain\Administrator] even created a user to no avail.
    I believe the issue is somewhere in the IIS configuration because I also get the same error when trying to log into the server website from either the server or another machine on the network.
    I have tried the complete installation three times now:  (full disclosure not all of the same features/roles each time).  On the first attempt I got this error immediately and on try number 2 was able to get into the EAC and created the mailboxes
    but then it started giving the same error.  The above steps are try number 3.
    Any ideas?
    Thanks in advance.
    Andy Halford
    P.S. A Follow up which might be significant:  The Default Web Site is not running and will not start (it was previously running before the Exchange installation) and when I try I get the message that Another Website may be using the same port however none
    of the others (Exchange Back End or WSUS Administration) are using ports 80 or 443 and I still get the error when they are both stopped.

    Could you post the list of sites:
    appcmd list site
    The ones listening on port 80:
    appcmd list site /bindings:http/*:80:
    And on port 443:
    appcmd list site /bindings:https/*:443:
    Step by Step Screencasts and Video Tutorials

  • Oracle R12 on Win XP Post Fresh Install  Form Error

    Hi Guys,
    Please has anyone successfully and permanently resolved this issue after successfully installing and logged on to Oracle Apps R12 but consistently getting this error when trying to log on again to the forms. I installed R12 directly on Winxp and using IE8 as the browser.
    "Frm-92101: There was a failure in the forms server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details"
    Steps followed to try to resolve issue but failed include:
    Running successfully Autoconfig cmd,
    Stopping/starting oracle process manager(Failed to stop but starting indicates services already running)
    Disabling XSS filter.
    Stopping and starting Oracle services
    Anymore ideas will be appreciated.
    Please do not provide me with metalink ids as I d not currently have access to it. I need direct solution if any.
    Thanks in advance
    Ify
    Edited by: Ify on 27-Jun-2012 08:01

    "Frm-92101: There was a failure in the forms server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details"Check the application.log file for details about the error.
    Please do not provide me with metalink ids as I d not currently have access to it. I need direct solution if any.Please note that posting the contents of MOS docs violates Oracle Support agreement policy and that is why we post the Doc ID instead of posting its contents.
    Thanks,
    Hussein

  • Fresh Install DHCPD Error

    Hi All
    I currently have a desktop that up till now has had windows 7 install which i never use.  So earlier i thought i'd do a clean install of arch but the installation stops when setting up the network.  I have the desktop connected to the router via ethernet and it will not connect. i get an error saying dhcpd timed out and i cant go any further with the install.
    Any suggestions please

    What happens if you try dhclient eth0 (or whatever your interface is)? Or when you try using a static ip?

  • Fresh install with lots of errors

    Good Morning,
    I just installed oracle XE on a Ubuntu Server 10.04 and I had to fix a problem I never had before.
    When I tried to connect to the database with sqlplus
    sqlplus /
    I got a error saying that ORACLE was'nt running. So, I logged differently:
    sqlplus /nolog
    SQL> connect sys/ORACLE as sysdba
    connected to an idle instance
    SQL> startup nomount
    Then it complained that ORACLE could not find either initDB_NAME.ora or SPFILE.ora
    After a quick check I notice that there were neither initDB_NAME.ora nor SPFILE.ora on my system. The only file I found was the standart init.ora in $ORACLE_HOME/dbs which i rename to initXE.ora, then after a restart I had to fix a ORA-00371: not enough shared pool memory, should be atleast string bytes.
    Ok, after fixing that problem I got the error: "ORA-00205: Error in identifying control file, check alert log for more info" when I tried to mount the database.
    Checking in the database
    SQL> SHOW PARAMETERS control_files;
    It says somenthing like $ORACLE_HOME/dbs/ora_control1 and $ORACLE_HOME/dbs/ora_control2
    Those files does not exist either.
    Are those problems normal for a fresh install??? Should'nt be created a initXE.ora file automatically??
    Thanks

    Hello,
    So, you didn't find neither the PFILE/SPFILE to Start the Instance nor the Control Files to MOUNT the Database.
    Are you sure that the XE Database was created ? Or do you use the right environment variables ORACLE_HOME, ORACLE_SID, ... ?
    Normally, these files should be created on the right place and should be found when the Database startup.
    The init.ora file is always there as a sample file, even if you don't create a Database.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Fresh Install Mac - Licensing for this product has stopped working  Error: 6

    We just got the new macbook pro refreshes at work and decided to make the switch to standalone CFBuilder.   We downloaded the trial and installed.  On launch we get this error, "Licensing for this product has stopped working  Error: 6".  Every macbook had the same result.   All are running 2 Ghz Quad Core i7 with 8GB of ram.   All of them get the same error.    All have a fresh install of 10.6.6.   Other than installing Air before the CFBuilder install they have no other applications installed.   Other than Air, there are no other Adobe products installed.  All CFBuilders were installed under an admin account.
    We've tried all the troubleshooting.   Permissions, LicenseRecovery, Setting the clock back to 2010... we even tried reinstalling OSX, then installing acrobat, then air, then CFBuilder with the same result every time.   We even activated the root account on the system and installed under root.  Same result every time.    The Flexnet service never gets created unless we use the License recovery tool.   If we install the updater it still makes no difference.
    All options for CFBuilder are grayed out under help.   Registration, Deactivation, Updates...
    Any suggestions?

    Thanks for posting and letting me know. Yes, it is crappy to have to work-around it like that. I noticed when I installed
    Builder that it over-wrote some newer files, but I said "Okay to All". I'm using CS4 not CS5 and my newer files were probably better. I'm glad you got your program working at least. My problem is I started my first Project at the wwwroot level, like all the instructions say. It wasn't until I saw Ben Forta's video of it that I realized I was supposed to start a new folder within the wwwroot folder as my Project folder. Now I can't get rid of my first Project folder without DELETING all of the files in wwwroot, WHICH I CANNOT DO. MANY OF THE FOLDERS THERE ARE WORKING WEB SITES! If you know of any way to detach that original Project, I'd sure like to know how to do it.
    Thanks,
    Tedra

  • Fresh install - pacstrap step - get SQUASHFS error

    Hi.  I'm trying to do a fresh install of 64-bit arch on an Acer Aspire One netbook.
    I'm following the beginner's guide, but I'm getting an error at this step
    # pacstrap -i /mnt base base-devel
    ==> Creating install root at /mnt
    ==> Installing packages to /mnt
    [2011.201801] SQUASHFS error: Unable to read data cache entry [c0f8db4]
    ...and 3 more SQUASHFS errors referring to c0f8db4
    Googling this error comes up with a few possible causes, but within the context of trying to boot a liveCD.  Causes include, bad memory, bad media, bad drive, bad iso.  I ran memtest and it passed without errors.  I'm trying to install from a usb drive (not optical), so I'm not sure if it's a media/drive problem.  I had to do this to get it to boot properly from usb.  In my case, the live arch boots fine...the problem occurs when I try to install the base system (could it still be the iso?).
    In my case, live arch boots fine, the problem occurs when I try to install the system.

    Hmmmm.  After a couple of reboots and re-partitions of the drive, it seems to be working.

  • G555 (0873) error loading operating system with fresh install of XP

    Hello,
              I am in need of assistance.  i had XP Pro installed and functioning on my Lenovo G555 0873, but due to a bad virus i received in email I needed to reload XP because it corrupted everything.  Just use it for some games so wasn't worried about data.  But now I get an error loading operating system after fresh install of XP Pro,  Computer formats drive copyies files and restarts like itis supposed then Operating system is lost?  Can you help me?
    Xtiansdomain

    hey Xtiansdomain,
    i do hope that you created recovery media via One Key Recovery. If you did, use that to recover your system.
    however if no recovery media was made, get in contact with the support crew via : http://bit.ly/LNVsuppNum
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Fresh install: Discussion Board item "alert me" errors Web Parts Maintenance Page

    This happens on a freshly installed Sharepoint 2013 Foundation standalone server.
    I create a standard Discussion board app and add a discussion post. I enter the post, and use the "alert me" option (under the post, not in the top ribbon). I hit ok on the alert settings and get the "sorry, something went wrong"
    page. Doesn't matter what user tries to use the "alert me" option, same error occurs. Doesn't matter if I create a new web application or site collection, Discussion board always does this. Just to note, even though there is an error, the alert is
    still created.
    An unexpected error has
    occurred.
    Web
    Parts Maintenance Page: If you have permission, you can use this page to
    temporarily close Web Parts or remove personal settings. For more information,
    contact your site administrator.
    Application error when access /Lists/tax discussion/Flat.aspx, Error=Value does not fall within the expected range.
    at Microsoft.SharePoint.SPContentTypeId..ctor(String id)   
    at Microsoft.SharePoint.SPViewContext.get_FolderContentTypeId()  
    at Microsoft.SharePoint.WebControls.ViewSelectorMenu.AddMenuItems()  
    at Microsoft.SharePoint.WebControls.ToolBarMenuButton.CreateChildControls()  
    at Microsoft.SharePoint.WebControls.ViewSelectorMenu.CreateChildControls()  
    at System.Web.UI.Control.EnsureChildControls()   
    at Microsoft.SharePoint.WebControls.TemplateBasedControl.OnLoad(EventArgs e)  
    at Microsoft.SharePoint.WebControls.ToolBarMenuButton.OnLoad(EventArgs e)  
    at System.Web.UI.Control.LoadRecursive()   
    at System.Web.UI.Control.AddedControl(Control control, Int32 index)  
    at Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.CreateChildControls()  
    at Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateChildControls()  
    at System.Web.UI.Control.EnsureChildControls()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    System.ArgumentException: Value does not fall within the expected range. 
    at Microsoft.SharePoint.SPContentTypeId..ctor(String id)   
    at Microsoft.SharePoint.SPViewContext.get_FolderContentTypeId()  
    at Microsoft.SharePoint.WebControls.ViewSelectorMenu.AddMenuItems()  
    at Microsoft.SharePoint.WebControls.ToolBarMenuButton.CreateChildControls()  
    at Microsoft.SharePoint.WebControls.ViewSelectorMenu.CreateChildControls()  
    at System.Web.UI.Control.EnsureChildControls()   
    at Microsoft.SharePoint.WebControls.TemplateBasedControl.OnLoad(EventArgs e)
    at Microsoft.SharePoint.WebControls.ToolBarMenuButton.OnLoad(EventArgs e)  
    at System.Web.UI.Control.LoadRecursive()   
    at System.Web.UI.Control.AddedControl(Control control, Int32 index)  
    at Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.CreateChildControls()  
    at Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateChildControls()
    at System.Web.UI.Control.EnsureChildControls()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Control.PreRenderRecursiveInternal()   
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    This issue is known by Microsoft but there is no ETA on a fix. My case for this issue was closed a few days ago on this problem.
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Fresh install of cs 2, invalid serial number error

    My version of CS wont register anymore. I was directed to install version CS2 from the website download section. I uninstalled CS from windows 7 and installed CS2 using the supplied installer. I used the supplied serial number only to get a inavlid name, company, or serial number error, and the program shuts down. Online help was of no help other than walking me through another fresh install of the program ending up with the same results.
    Is the problem in the registry? and if so how do I clean it without disrupting other programs?

    To locate the serial number:
    http://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • DBus service error after a fresh install

    Hi!
    I have a freshly installed Archlinux system. The dbus-org service seems to be reporting an error and I am not sure
    $ systemctl status dbus-org
    dbus-org.service
    Loaded: error (Reason: No such file or directory)
    Active: inactive (dead)
    I am not seeing any side effects to this though. DBus has to be working since systemd is using it. I am also running Gnome 3 which also needs DBus to run.
    Still, I'm curious if anybody has seen this and could help investigating the source of this error message.
    Thanks!

    murb wrote:
    I think the service is called dbus. Try:
    $ systemctl status dbus
    Wow ok. Dbus is working. I've been mislead in thinking dbus-org would be valid and though the "No such file or directory" error was coming out of dbus. It is actually systemctl telling me it can't find a file/service matching dbus-org.
    Thanks!

  • [SOLVED] - Arch Fresh Install - Errors

    I have a few ERRORS from a Fresh Install that I need a bit of help with:
    1.  I've created a user (larry) and added myself to audio,lp,optical,wheel,storage,video,power,scanner and inserted the password.
         But when I try to login with user larry and my password, I am unable to login.  (My password is the same as root and I can login
         as root.)  Is there a way to reset my user password without deleting user larry?  I don't want to lose the files I have in /home/larry.
    2.  In /var/log/xorg.0.log I have an error displayed:
         (EE) Failed to load module "fbdev"
         I've searched and found that I might also need to use pacman -S xf86-video-fbdev  Do I also need to install this package even though
         I have the xf86-video-intel (i915 Video Driver is used in Debian 6) installed?  Some postings say don't use it as it is SLOW?  I haven't
         a clue????
    3.  My .xinitrc in /home/user has startxfce4 enabled, but xfce never starts.  But, I can ONLY login as root, and that might be causing the
         problem by not using /home/larry/.xinitrc  I've only got two partitions on my USB Flash Drive and they are / (1.95 Gig) and also
         /home (1.96 Gig).  I'd like to get Arch running from USB Flash Drive before I install on a Hard Drive.  If I am logged in as root, how can
         I get xfce to start
    4.  I installed the ttf-dejavu fonts with pacman -S ttf-dejavu   I got an error stating: mkfontscale:  /usr/lib/libz.so.1 Version ZLIB_1.2.5.2 NOT FOUND!
         How do I correct this missing lib problem?
    I've got my Wifi working via a small script, so far I've kept fixing the errors/problems and I'm keeping a log so I can duplicate the process.
    I just need a bit of help getting the above issues solved.  When XFCE finally runs as my Desktop I'll be happy.
    Thanks.
    Larry
    Last edited by lkraemer (2012-02-21 15:16:34)

    1) Congrats.
    2) You can remove it, but I don't think it should matter; it will likely only take up a bit of space.
    3) Glad that's working.  This means X is set up well.  If you do find yourself in the TWM environment again, the default is pretty vanilla.  To exit I believe you just type "exit" into each terminal, when there are no running 'clients' remaining, TWM and X quit.  Alternately, you can Ctrl-Atl-F1 to get to tty1 (or where ever you ran startx/xinit from) and hit Ctrl-C to force-quit X.
    Other) X can be fairly verbose.  I don't think those warnings are anything to be concerned with, unless they seem related to a feature you are lacking.  It is common for programs to try one feature and fall-back on another if it is not available.  I suspect the gtk warning is just this sort.  I get a boatload of gtk warnings whenever I run many gui apps, but everything works fine.  The thunar error is likely because you don't have one of the addons installed.  Thunar has many bells and whistles that can be added, and it may be checking for all of them when it starts.  The warning says one of them is not there.  If it's a feature you want, check out the thunar wiki's and install the required packages - otherwise, I suspect it's safe to ignore.
    Do you have Xfce up and running?

  • Installation error....fresh install on a fresh clean server 2012...

    Hi,
    I am installing Exchange 2013, a fresh install on a fresh clean server 2012, but after copying the files, it says "Setup is preparing the necessary resources before......" and then it gives the error message as shown below:
    "Exchange server is in an inconsistent state.  Only disaster recovery mode is available. Please use Setup/m:RecoverServer to recover this Exchange server.".
    In addition in the ExchangeSetup.log file, I see the following at the bottom of the file:
    "[10/09/2013 16:52:55.0448] [0] Setup is determining what organization-level operations to perform.
    [10/09/2013 16:52:55.0448] [0] Setup has detected a missing value. Setup is adding the value PrepareDomain.
    [10/09/2013 16:52:55.0448] [0] Because the value was specified, setup is setting the argument OrganizationName to the value First Organization.
    [10/09/2013 16:52:55.0448] [0] Setup will run from path 'C:\Windows\Temp\ExchangeSetup'.
    [10/09/2013 16:52:55.0495] [0] InstallModeDataHandler has 9 DataHandlers
    [10/09/2013 16:52:55.0495] [0] RootDataHandler has 1 DataHandlers
    [10/09/2013 16:52:55.0588] [0] [ERROR] The Exchange Server is in an inconsistent state. Only disaster recovery mode is available. Please use Setup /m:RecoverServer to recover this Exchange server.
    [10/09/2013 16:53:17.0182] [0] The registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\V15\Setup, wasn't found.
    [10/09/2013 16:53:17.0182] [0] End of Setup
    [10/09/2013 16:53:17.0182] [0] **********************************************"
    Any idea what is causing this?  Any help is appreciated.  Thank you.

    I just wanted to add a thank you as well to this post. I was installing a fresh copy of server 2012 with exchange 2013 CU3 (fresh install) and was getting this exact error message. What i had done to cause this is not deleting the computer AD account
    prior to setting up another server with the same host name. I deleted the AD account and setup the serve 2012 installation again using that "exchange" hostname i wanted to keep. and then ran the Exchange 2013 CU3 installer again and it worked. The problem
    was i didnt remove my existing exchange server properly. Thanks for the answer in this post it steered me in the right direction. 

  • Error after fresh install

    Hi
    I've just installed NetPoint on a second machine and getting the following error:
    ==========================================================
    The path '/burhouse/App_GlobalResources/' maps to a directory outside this application, which is not supported.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.HttpException: The path '/burhouse/App_GlobalResources/' maps to a directory outside this application, which is not supported.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    ==========================================================
    Any ideas anyone? No other settings have been changed, its a fresh install. Thanks in adavance. Andy

    Hi Andy,
    I'm not sure what this /burhouse/App_GlobalResources is for, I may be wrong but I don't think it's part of Netpoint.
    What you should do is check that there is a web.config file in the actual directory for Netpoint in IIS, if so, edit this and remove any reference to "burhouse/App_GlobalResources" in it. If not, copy the wwwroot's web.config into the netpoint website folder and do the same.
    I've noticed that sometimes netpoint does not create a web.config file in the correct location so you end up using the IIS website root web.config, which could have references to all other kinds of stuff (like other web applications) in it.
    Hope this helps.

  • Console Messages:Color profile errors after fresh install of Snow Leopard

    This is a dump of the Console Messages for my Macbook Pro immediately after a fresh install.
    Are all the Color profile errormessages normal?
    24/12/2010 16:06:02 com.apple.launchd[1] * launchd[1] has started up. *
    24/12/2010 16:06:17 com.apple.launchd[1] (com.apple.bsd.dirhelper) Throttling respawn: Will start in 6 seconds
    24/12/2010 16:06:18 com.apple.launchd[1] (com.apple.smb.sharepoints[24]) Exited with exit code: 71
    24/12/2010 16:06:20 com.apple.launchd[1] (com.apple.bsd.dirhelper) Throttling respawn: Will start in 3 seconds
    24/12/2010 16:06:35 com.apple.service_helper[90] launchctl: Error unloading: com.apple.backupd-auto
    24/12/2010 16:06:35 com.apple.service_helper[90] launchctl: Error unloading: com.apple.backupd-wake
    24/12/2010 16:06:35 com.apple.service_helper[90] launchctl: Error unloading: com.apple.backupd-attach
    24/12/2010 16:06:37 com.apple.fontd[82] FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0)
    24/12/2010 16:06:38 com.apple.fontd[82] FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0)
    24/12/2010 16:08:52 com.apple.coreservicesd[49] ThrottleProcessIO: throttling disk i/o
    24/12/2010 16:18:07 com.apple.service_helper[150] org.ntp.ntpd: Already loaded
    24/12/2010 16:21:43 com.apple.coreservicesd[49] ThrottleProcessIO: throttling disk i/o
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorIllegalArgument: CGSGetDisplayBounds (display 0)
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Warning>: CGSLookupServerPort: _CGSSessionDeathWatchPort(gSessionPort) returns 268435459
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: kCGErrorFailure: CGSColorProfileCreateWithColorProfileID: Cannot initialize color profile client
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Error>: (ipc/send) invalid destination port: CGSGetNextEventRecord (Inline) connection 0x7b07, 16384 bytes
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    24/12/2010 16:24:34 [0x0-0x8008].com.apple.IncompatibleAppDisplay[203] Fri Dec 24 16:24:34 Jeremy-Gordon-Flowerss-MacBook-Pro.local IncompatibleAppDisplay[203] <Warning>: 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.
    24/12/2010 16:24:36 com.apple.launchd.peruser.501[215] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    24/12/2010 16:24:36 migCacheCleanup[221] Flushing Cache Locations...
    24/12/2010 16:24:36 com.apple.loginwindow[205] 2010-12-24 16:24:36.819 migCacheCleanup[221:903] Flushing Cache Locations...
    24/12/2010 16:24:38 SoftwareUpdateCheck[229] Checking for updates
    24/12/2010 16:24:40 com.apple.fontd[228] FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0)
    24/12/2010 16:24:42 com.apple.launchd.peruser.501[215] (com.apple.Kerberos.renew.plist[247]) Exited with exit code: 1
    24/12/2010 16:24:43 com.apple.fontd[228] FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0)
    24/12/2010 16:26:53 SoftwareUpdateCheck[229] PackageKit: Missing bundle path, skipping: <bundle id="com.apple.NetworkUtility"></bundle>
    24/12/2010 16:26:53 SoftwareUpdateCheck[229] PackageKit: Missing bundle path, skipping: <bundle id="com.apple.Terminal"></bundle>
    24/12/2010 16:26:53 SoftwareUpdateCheck[229] PackageKit: Missing bundle path, skipping: <bundle id="com.apple.DiskUtility"></bundle>
    24/12/2010 16:26:53 SoftwareUpdateCheck[229] PackageKit: Missing bundle path, skipping: <bundle id="com.apple.SystemProfiler"></bundle>
    24/12/2010 16:26:53 SoftwareUpdateCheck[229] PackageKit: Missing bundle path, skipping: <bundle id="com.apple.RAIDUtility"></bundle>
    24/12/2010 16:26:55 Software Update[269] PackageKit: Missing bundle path, skipping: <bundle id="com.apple.NetworkUtility"></bundle>
    24/12/2010 16:26:55 Software Update[269] PackageKit: Missing bundle path, skipping: <bundle id="com.apple.Terminal"></bundle>
    24/12/2010 16:26:55 Software Update[269] PackageKit: Missing bundle path, skipping: <bundle id="com.apple.DiskUtility"></bundle>
    24/12/2010 16:26:55 Software Update[269] PackageKit: Missing bundle path, skipping: <bundle id="com.apple.SystemProfiler"></bundle>
    24/12/2010 16:26:55 Software Update[269] PackageKit: Missing bundle path, skipping: <bundle id="com.apple.RAIDUtility"></bundle>
    24/12/2010 16:28:14 SoftwareUpdateCheck[229] Downloading "iTunes"
    24/12/2010 16:28:47 SoftwareUpdateCheck[229] Background check cancelled by user-initiated update.
    24/12/2010 16:28:47 SoftwareUpdateCheck[229] Auto-download of "iTunes" SUCCESSFUL.
    24/12/2010 16:28:47 com.apple.launchd.peruser.501[215] ([0x0-0xd00d].SoftwareUpdateCheck[229]) Exited with exit code: 102
    24/12/2010 16:50:06 com.apple.WebKit.PluginAgent[344] Debugger() was called!
    24/12/2010 16:50:06 com.apple.WindowServer[84] Fri Dec 24 16:50:06 Jeremy-Gordon-Flowerss-MacBook-Pro.local WindowServer[84] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    24/12/2010 16:50:39 com.apple.WebKit.PluginAgent[344] Debugger() was called!
    24/12/2010 16:51:45 com.apple.WebKit.PluginAgent[344] Debugger() was called!
    24/12/2010 16:52:17 com.apple.WebKit.PluginAgent[344] Debugger() was called!
    24/12/2010 16:52:53 com.apple.WebKit.PluginAgent[344] Debugger() was called!
    24/12/2010 16:53:25 com.apple.WebKit.PluginAgent[344] Debugger() was called!
    24/12/2010 16:55:44 com.apple.WebKit.PluginAgent[344] Debugger() was called!
    24/12/2010 16:56:39 com.apple.WebKit.PluginAgent[344] Debugger() was called!
    24/12/2010 16:57:05 com.apple.WebKit.PluginAgent[344] Debugger() was called!
    24/12/2010 17:00:45 com.apple.WebKit.PluginAgent[344] Debugger() was called!
    Message was edited by: gr8fanboy - fixed os version was 10.6 at this point

    try this idea: Do a leopard install to an external disk then do a Disk Utility "restore" function to that clean partition. So you restore from the external to the internal partition. Should leave Bootcamp untouched.

Maybe you are looking for

  • How to delete the Transport Request release from SE09

    Please let me know How can I delete the New Transport release request from SE09 and if I HAVE OBJECTS SUCH AS Process chain and process variant, infopackage in one request. Being A NEW request it has Delevelopment correction ABDK904193 under main req

  • SQL Query (pl/sql function body returning Sql query)

    Hi All, I have created a region of "SQL Query (pl/sql function body returning Sql query)" type and it is working fine , but when I am migrating(export /import) this application from development to systest environment , It gives error for this region

  • ¿How to create a template to synchronize a catalog?

    http://thatsmycloset.businesscatalyst.com/ This is mounted with its Web pages. It is also the template that is repeated in all. No leads predefined template I put some modules which are catalogs of clothing. But the problem that when I set the catalo

  • Dynamic SQL for creating report in portal

    Has anyone had to create report in Portal using dynamic sql. That is you build up the query commands depending on the parameters entered by the user. E.g the columns displayed will be what the users has selected in the parameter form. Urgent reply pl

  • Date range validation

    I have a requirement where i have to check date range in select option and if its more than 45days the I have to give an Informatory message and exit the programme , How can I do that ?? Urgent Plzz..