Gnome startup problem

Hi
I just installed Arch and gnome, but I have a problem!
In my .xinitrc I have "exce gnome-session", but when I type "startx" I only get to see the gnome splash-screen and after that nothing happens.
I have tried icewm and Enligtenment, here can I log in, but there is none program luncher to start programs from
When I logout of X there  there is are some  error and warning.
"(ww) warning, (EE) error, (NI) not implemented, (??) unknow."
"(EE) MGA: Faield to load module "mga_hal" (moudule does not exist, 0)"
I have tried to aad mga_hal in my /etc/rc.conf " MODULES=(ide-scsi 3c59x mga_hal)"
But when the coputer boots it say "Fatal: module mga_hal not found"
And still the same problem with gnome, icewm, enlightenment
I have installed "hal"
My Vidio card is Matrox Millennium G450 32Mb SDRAM Duel Head
Does anybody know anything about this?  and have a solution.
Carl Andersen

When I am writing this I am in X now, but there is still some problems.
Here is what I have done
1. open /etc/X11/xorg.conf
Write DRI section to this
# Section "DRI"
# Mode 0666
# EndSection
"startx" only black screen
2.pacman -S hwd
3. hwd -h
XWindows:
       Video Card   : Matrox|MGA G450 DualHead AGP
       Monitor      : Old Monitor (no DDC)
       H kHz        : 28.0-96.0
       V Hz         : 50.0-60.0
       Xserver      : Xorg
       Xmodule      : vesa
       Mouse        : Generic PS/2 Wheel Mouse at /dev/psaux module: msintellips
/2
4. cd /etc/X11
5. mv xorg.conf.hwd xorg.conf
my ~xinirrc
# exec wmaker
# exec startkde
exec icewm
# exec blackbox
# exec fluxbox
# exec gnome-session
# exec enlightenment
# exec evilwm
6. startx and I am in icewm, but when I push  the botton  in the left corner "icewm> programs"  but there isn´t  any programs
I have tried gnome but when I type "startx" I only get to see the gnome splash-screen and after that nothing happens.
my /var/log/Xorg.o.log
(EE) error "nothing ok"
(NI) Not Implemented "nothing ok"
(??) Uknown "nothing ok"
(WW) VESA(0): config file hsync range 28-96kHz not within DDC hsync ranges.
(WW) VESA(0): config file vrefresh range 50-60Hz not within DDC vrefresh ranges.
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
my /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
# PS/2 Mouse using /dev/input/mice in Kernel 2.6
# Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
EndSection
Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"
EndSection
Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
#       FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
#       FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
#       FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
#       FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
#       FontPath     "/usr/share/fonts/ttf/western"
#       FontPath     "/usr/share/fonts/ttf/decoratives"
#       FontPath     "/usr/share/fonts/truetype"
#       FontPath     "/usr/share/fonts/truetype/openoffice"
#       FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
#       FontPath     "/usr/share/fonts/latex-ttf-fonts"
#       FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
#       FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection
Section "Module"
        Load  "ddc"  # ddc probing of monitor
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "bitmap" # bitmap-fonts
#       Load  "speedo"
        Load  "type1"
        Load  "freetype"
        Load  "record"
EndSection
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option "XkbRules" "xfree86"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "dk"
EndSection
Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection
Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
Option          "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection
Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection
# Auto-generated by KNOPPIX mkxf86config
Section "Monitor"
        Identifier "Monitor0"
Option "DPMS" "true"
        ModelName    "Old Monitor (no DDC)"
#       HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
        HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
#       VertRefresh  50.0 - 76.0 # Very conservative. May flicker.
        VertRefresh  50.0 - 60.0 # Extreme conservative. Will flicker. TFT defau
lt.
        #  Default modes distilled from
        #      "VESA and Industry Standards and Guide for Computer Display Monit
or
        #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
        #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/
18 16:52:17 tsi Exp $
Section "Device"
        ### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
        Identifier  "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
        Driver      "vesa"
        VendorName  "All"
        BoardName   "All"
#       BusID       "PCI:1:0:0"
EndSection
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
  DefaultColorDepth 16
        SubSection "Display"
                Depth     1
                Modes  "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes  "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes  "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes  "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes  "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
Modes  "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes  "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Section "DRI"
        Mode 0666
EndSection
Why is there no program in the folder programs in Icewm? and why can´t I start Gnome? 

Similar Messages

  • I am having an MacBok Pro 13inch,having an Startup Problem, the time i press the power button after few seconds the apple symbol appears w/a loading sign below it

    i am having an MacBook Pro 13inch  , having an Startup Problem , the time i press the power button after few seconds the apple symbol appears with a loading sign below it and wont go further ahead of it . My data is all in the hard drive .. . I even tried the Internet recovery but no use !!!! but still no respons and the recovery and macintosh hd is now lock! but earlier only the recovery is lock and after both of them is lock.  i can reinstall,... and i didnt try to back up any data bec i dont know how? so please help me to resolve my prroblem.?

    luoie wrote:
    This thing happend,, it say Disk utility stopped repairing "Macintosh HD" disk utility can't repair this disk
    Sorry, possibly you need a new hard drive or try reformating. First
    you can try something like http://www.alsoft.com/diskwarrior/  it has been known to repair disk that DiskUtility could not. YMMV and they don't give it away.
    If Disk Warrior can not repair then you need to Reformate the drive. Make sure you have a back-up in place no matter what.
    http://www.apple.com/support/backup/
    Disk Utility will tell you something about it's SMART status:

  • I am having a Startup problem. Someone comes on the screen with Open Firmware to Startup. How can I reset the PRAM myself to solve this problem?

    I am having a Startup problem. Someone comes on the screen with Open Firmware to Startup. How can I reset the PRAM myself to solve this problem?

    Read these.
    http://support.apple.com/kb/HT1431
    http://reviews.cnet.com/8301-13727_7-10330118-263.html

  • Dual Monitor Startup Problem on MacPro - Solved

    I have a model 53135LL/A = mid 2010 MacPro with 8 cores, DUAL monitor cards and monitors, 24GB memory, running Lion 10.7.3.  It is important to note that I am also using the Apple bluetooth Magic Mouse and the smaller, bluetooth keyboard (no numeric keypad).  This unit was supplied with Lion in December 2011 and has had a startup problem from the beginning as follows:
    1 - when starting from a cold start the dual monitor positions are reversed from the correct position
    2 - additionally the USB and firewire connected devices (e.g. Wacom tablet, 2 card readers) do not function properly.
    The workaround for me has been to start the system, wait for the logon screen, then click restart. Upon restart everything comes up and functions correctly.
    Specifics on my setup and starting problems:
    1 - My main monitor (Monitor #2) is a large gamut monitor that is located to the right. This monitor is connected to card slot 1 as that is the faster card slot (pcx16). The second monitor (Monitor #1) is an ordinary unit and connected to card slot 2 (pcx4). The monitors are set up as an extended desktop.
    2. The Wacom tablet (Intuous 3 wide) is connected to USB port on rear of machine. CF card reader by Delkin is connected to Firewire on rear of machine, and an SD card reader is connected to USB on the rear of the machine.
    3. My dock is positioned on the left side of the left monitor. The menu bar is along the top of the left monitor, and all desktop icons are on the left monitor.  The right monitor has no items on it.
    On a typical cold start, as mentioned above, the apple logo appears on the right and then the logon screen appears on the right. 
    If I proceed to logon at that point, all the desktop items move to the right monitor and the computer thinks the positions are reversed.  In other words, it behaves as though the right monitor (#2) is on the left of the desktop and left monitor (#1) is on the right. 
    Additionally, the Wacom tablet using either pen or mouse does not map over the full desktop range.  If I use either card reader and then eject the card, no further card insertions will be recognized.
    To fix this, I simply restart the machine thru the apple menu and everything comes up correctly.
    I had discovered, that instead of completing the logon on a bad cold start, I could simply restart from the logon screen and all would work correctly.
    On occasion, the logon screen would come up on the left monitor (as it should do) and in that case, if I log on all works correctly.
    I have worked with Apple support on the phone, clearing setup ram etc. Have had the unit in to Apple store for hardware check, all OK.  Next suggestion was reload OS and start over - no thanks.
    SO - Here is the latest.
    If I turn off my keyboard and mouse before starting the machine, then wait for the logon screen to appear - It starts correctly, with the logon screen on the left.  I can then turn on my keyboard and mouse and all works as it should.
    Bottom line - there appears to be a startup issue with Bluetooth devices from a cold start.  Note that once the machine has been used for a bit, I can turn it off for short periods of time (e.g. 30 minutes) and it will start correctly even with the mouse and keyboard turned on.

    mkaito wrote:
    That's how dwm behaves. I believe dwm's multihead support is rather lackluster out of the box. You might want to check out some of the patches they have, and ask around in the dwm hackers thread.
    I currently have dwm simply draw status on all monitors, but I'm investigating separate status bars per monitor. We'll see where that takes me. Dwm is a tinker's WM!
    i found the patch , thanks!

  • After a startup problem with my macbook pro i put it as slave and formatted the internal Hard drive. Now i want to install OS X Mavericks from USB

    After a startup problem with my macbook pro i put it as slave and formatted the internal Hard drive. Now i want to install OS X Mavericks from USB
    How can i do that?

    What did you "put as slave?" What Mac model do you have, exactly?

  • Can anyone diagnose my startup problem from this screen pattern?

    After failing to startup my Mac on about 8 consecutive attempts today, I finally got it to boot up, and now I'm afraid to turn it off for fear that I won't be able to re-boot.
    Here's a photo of what kept happening:
    http://www.doctorkeys.com/startup-problem-screen.html
    This screen came up immediately, along with the spinning cog and the apple logo, both rather faint. But then those two disappeared, and all that was left was the gray screen with the pattern as shown in the photo. And that's as far as I got each time.
    The display itself seems to be fine, because even when I couldn't use it with the Mac Pro, I was able to hook it up to my MacBook Pro and it worked fine.
    Can anybody tell me what's happening?
    Thanks,
    Bruce Siegel
    Message was edited by: Bruce Siegel

    Hi-
    To be honest, though, I was hoping that the pattern in the photo was so specific and common that someone would look at it and say, "Oh, of course! I've seen THAT one before. Do this and your problem is solved."
    I have seen graphics cards produce that type of screen as a result of a few of situations.
    One, if the card is miss seated.
    One other is if a capacitor on the card has failed, while VRAM failure is another cause.
    The first case is easy to fix; remove and reseat.
    The second and third require replacement of the failed graphics card.
    Cleaning the gold contacts with 99% isopropyl alcohol and thoroughly dusting the card while it is out is a good idea.
    I have been able to replace a bad capacitor to restore a card, but luck was a big part of determining which one it was....

  • Startup problem with Lion OS 10.7.3

    Just recently, I've been experiencing a startup problem with Lion. I don't usually have any issues running my Mac, so I'm at a loss why this is happening now.
    I have an Intel Mac Pro running 10.7.3. I usually leaving my Mac running all the time and only restart when the need arises. In addition to being my main computer, this mac alsocontrols a MacMini that serves as a music server thru screen sharing.
    This past weekend, I restarted my Mac and could not get past the grey screen. The mac chimes, the apple logo appears with the spinning gear, the blue screen briefly appears, but instead of progressing to the desktop it reverts to the grey screen with a repeating cycle of the spinning gear appearing (spins for a while, stops, disappears, reppears spinning, stops, disappears, over and over) - never progressing beyond that stage.
    I decided to reinstall the system and things have been fine for the past few days. Today, restarting again resulting in the same problem.
    I've tried several things without success. I disconnected all peripherals, reset the PRAM/SMC, ran Disk Utility from a install volume and ran repair and permissions (no problems reported). Tried safe mode startup - a progress bar appeared but never fully progressed and could not get to the desktop.
    Recent changes included updating the OS to 10.7.3 and Adobe Photoshop CS5.5 - no recent hardware changes. No bluetooth devices connected.
    Any thoughts? Thanks -

    Thanks -
    I've reinstalled the OS today and am back up and running.
    But, since this is twice this has happened within the past week, I'm worried about might be causing this issue - besides bad luck. My Mac is usually rock solid - can't remember the last time I've had to reinstall the OS in the past few generations of OS X.

  • Httpd startup problem

    iAS 9i on Sun Solaris
    Oracle 8i (8.1.6) on W2000
    http port = 7777
    After installing iAS 9i on Sun Solaris, i get startup problem with Apache http:
    'Syntax error on line 14 of /export/home/ias/isuites/Apache/Apache/conf/mod__ose.conf: AuroraService - directive already in effect for this server'
    'httpd could not be started'
    After disabling the 'AuroraService inst1_http' in mod__ose.conf file, the Apache http did startup without any problem.
    But unfortunedly i can't open http://<host>:7777/pls/portal30.
    Any help will do...
    null

    Thanx Mukul,
    You're right, mod__ose.conf appears twice in oracle_apache.conf.
    Apache http started now.
    But still i can't start the page:
    http://myhostname:7777/pls/portal30
    The DAD for portal30 is configured with Oracle username: portal30
    Oracle password: portal30
    connect string: tml000 (is the same as in portal30_sso and is defined in tnsnames.ora)
    error message:Internal Server Error
    Instead the page http://myhostname:7777/pls/portal30_sso is starting well.
    These messages are in error_log: Exception in thread "main" java.lang.NullPointerException
    at org.apache.jserv.JServServletManager.load_init(JServServletManager.java:526)
    at
    org.apache.jserv.JServServletManager.loadServlet(JServServletManager.java:488)
    at
    org.apache.jserv.JServServletManager.loadStartupServlets(Compiled Code)
    at
    org.apache.jserv.JServServletManager.init(Compiled Code)
    at
    org.apache.jserv.JServServletManager.start(Compiled Code)
    at
    org.apache.jserv.JServServletManager.main(Compiled Code)
    Please help.....
    null

  • Startup problems--time for a new machine?

    I have an imac G5 that I bought last February. In the last few weeks I've been experiencing serious startup problems. When turned on, the screen goes gray and the lines and pixels fragment and shimmer. It takes a long time to go to the main screen and often the screen isn't stable and freezes. It takes me eight to ten startups to get the system stable.
    I've repaired disk permissions, repaired h-drive, reset Pram. Still a mess. My husband wants me to just get a new one and get something that is not an Apple this time. I'm resisting that.
    I don't want to lose all my data and I've backed up what I can but I'm worried the data is corrupted and if I load it on to a new machine, I will experience the same problems.
    Any advice? I'm not even sure if this is a hardware or software problem. I'm out of warranty so I am on my own, but I'm frustrated to be having these problems with such a new machine.
    Thanks for any advice,
    Cassandra
    iMac G5   Mac OS X (10.4.6)  

    Cassandra, in addition to Barbara's excellent suggestion: looking to see if you qualify for the program, please make sure that you have an external FireWire drive and clone your drive, (SuperDuper is an excellent choice for backing up, cloning and making scehduled backups).
    Let us know how you made out,
    Miriam
    Rev A 20" iMac G5, 15"iMac G4, 15"iMac G3 DVD Mac OS X (10.4.6)

  • Mpd and gnome startup applications [SOLVED]

    i am using mpd as a regular user (i couldnt get the permissions right when trying to follow the wiki's instructions)
    so to start mpd i must execute:
    mpd ~/.mpd/config
    however, that doesnt work when pasted into gnome's startup applications, it also doesnt work when put under Exec= in a .desktop entry.
    how can i make this executable so i dont have to type it? i'd rather not put it in .xinitrc
    thanks.
    Last edited by originalsurfmex (2010-02-04 17:43:01)

    THANKS! the
    bash -c "mpd ~/.mpd/config"
    worked great.  i just put it in gnome startup applications.

  • Startup problems w/ Power Mac G4 (QuickSilver 2002) M8667LL (dual 1 GHz)?

    Startup problems w/ Power Mac G4 (QuickSilver 2002) M8667LL (dual 1 GHz)
    Starts up with bong and then a long wait then screen comes on with old time smiley Mac and spinning beach ball then another long wait and then OS X loading bar and then a panic screen. Subsequent start, bong, and then hard drive spins for 6 or 7 minutes, then hard drive stops and then nothing. Could this be symptomatic of a hard drive failure?
    Thanks very much.

    I am pleased to report that I think the problem has been solved. Apparently the strange behavior can be attributed to overheating. After some on line research and the help of people on this list I opened the case and found that the logic board fan was clogged full of lint and dust. After cleaning it I discovered that the fan is inoperable. The computer is now operating with the case open and a small electric fan directed at the logic board heat sink. The computer has been operating flawlessly now for several hours. Will have to replace the bad cooling fan and clean the computer regularly. Thanks so much to all of the people who have responded to my request for help. Would like to mention that a firm with a canine connection charged me over a hundred dollars to report that their diagnosis is a faulty logic board.
    Thank you.

  • Troubleshooting iMac Startup Problem

    I've been trying to troubleshoot a problem with my mid-2007 iMac 24" where it sometimes will not startup.  I can hear it turn on when I press the power button but it doesn't chime.  I can also hear the fan.  I don't boot from the internal drive as my main drive and instead boot from a larger firewire external drive attached directly to the iMac.  When the iMac won't start up, I usually let it sit for about ten minutes and it will startup again.  Yesterday though, this procedure wasn't working but it did eventually startup after I left it alone for several hours to run some errands.
    After using it for about an hour, the internal drive unmounted and disappeared from my desktop -- I got the usual "disk was not properly ejected" warning when it happened.  I ran Disk Utility but the drive did not show up on the list.  I also ran System Profiler and it did not locate the drive either.  Instead it said "There was an error scanning for Serial-ATA Devices".
    My question is this, could it be that the internal hard drive has been slowly failing and has been the cause of the startup problem?  Does the internal HD have to be in working order to be able to startup properly and boot up from my external?  I've been told by others that it does appear to be a logic board or video card problem and I've inspected and reseated the RAM and it has not been the issue.
    My iMac is out of warranty and I'm gonna have to bring it in for repair.  If it is the internal drive that is the problem, I don't want to shut it down for any reason until I'm ready to have it repaired.  Thankfully, I have full backups.

    This sounds very similar to my situation. When I restart the computer it usually gives me the grey screen with ?-folder.  Using the Install Disc to boot, I ran Disk Utility but the drive did not show up on the list.  I also ran System Profiler and it did not locate the drive either.  Instead it said "There was an error scanning for Serial-ATA Devices".  Wait a while or repeated restarts eventually boots the system.  When I can get the iMac to boot up I used the Install disc and ran Disc Utility Repair but no errors were detected.  I have ran the extended AHT a couple of times and no errors were returned. 
    Did you resolve your problem?  Bad HD?

  • Startup Problem & "Zapping the Pram"

    Okay, I'm having startup problems, and I did the Command/Option/P/R startup.
    Next, I know that Command S, or Option S, something like that should take me to a startup equivilant of Disk Utility. It's been so long, I forgot what to do. I searched but cannot find the answer.
    Hopefully someone here can help.
    Thanks.

    See http://docs.info.apple.com/article.html?artnum=106388
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh343.html
    http://docs.info.apple.com/article.html?artnum=107392
    for details on starting up in various modes.

  • MacBook pro when windows 7 has startup problem and Mac os doesn't work

    I installed windows 7 on my MacBook pro and it did work well. But now windows has a startup problem and "startup repair" couldn't solve it, so I can't use both Mac os and windows and my laptop has become completely useless. Any suggestion?

    Reboot and hold down command-R at the sound of the chime, that should take you to the Lion recovery partition, if it does go to disk utility and see if you have an OSX partition at all.

  • System startup Problem grey screen is going regularly and automatically shutdown

    Hi
       kindly resolve us this problem urgently
              error msg. :- System startup Problem grey screen is going regularly and automatically shutdown
    thanks
    Dhaval Oza

    Use RECOVERY MODE.
    Boot from another drive with a copy of OS X too is always good.
    A Safe Boot at a minimum.

Maybe you are looking for

  • Itunes cannot read from or write to disk

    So I just got this new notebook, and I moved all my itunes files over and tried to sync my ipod touch. It didn't work out so well... I got an error message saying that the disk could not be found, it begins to sync and then I got an additional messag

  • ERROR: Units field CURR1 for field HSL of DataSource 3FI_SL_Z3_SI is hidden

    Hi all, This is the error msg i'm getting when trying to activate the extract structure for FI-SL. Did anybody come across it? And how to unhide the HSL,ASL etc fields .. four of my fields got locked and i have no clue what made it hide. these were t

  • How do you transfer all data from iphone 3gs to new iphone 4?

    Am i right in thinking its simply backup old phone and unplug then plug in new phone and restore ? will this transfer all contacts and settings with apps etc? and also enable me to use the facetime with all the new software ? thanks guys

  • Removing Non-numeric characters from Alpha-numeric string

    Hi, I have one column in which i have Alpha-numeric data like COLUMN X +91 (876) 098 6789 1-567-987-7655 so on. I want to remove Non-numeric characters from above (space,'(',')',+,........) i want to write something generic (suppose some function to

  • Best software for mac book pro

    I am a new mac user and having trouble finding the best software for mac.  Windows for mac and parallels desktop have been recommended to me.  There is such a significant price difference between the two, is there a difference in what they offer? Are