Gnome AND KDE won't start (i686 and 64bit)

http://bbs.archlinux.org/viewtopic.php?id=71991
I've had a rough time these past few days and I posted earlier on Arch64 forums thinking it was just architecture thing but as it turns out after my reinstallation of Arch to 64 bit again (First i686, then 64, then i686 and now 64 again) I finally got it to work but this time Gnome is a pain in the ass, it didn't work with KDE either but KDE never gave me an error or gave me an option to failsafe into the OS.
$HOME/.xsession-errors:
/etc/gdm/Xsession: Beginning session setup...
/etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
gnome-session[3898]: WARNING: Could not connect to ConsoleKit: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
gnome-session[3898]: CRITICAL: dbus_g_connection_get_connection: assertion `gconnection' failed
process 3898: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3298.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
gnome-session[3898]: ******************* START ********************************
gnome-session[3898]: Frame 0: gnome-session [0x4192d7]
gnome-session[3898]: Frame 1: gnome-session [0x419426]
gnome-session[3898]: Frame 2: /lib/libc.so.6 [0x7f3cbc493ec0]
gnome-session[3898]: Frame 3: /lib/libc.so.6(gsignal+0x35) [0x7f3cbc493e45]
gnome-session[3898]: Frame 4: /lib/libc.so.6(abort+0x19a) [0x7f3cbc4952aa]
gnome-session[3898]: Frame 5: /usr/lib/libdbus-1.so.3 [0x7f3cbef6ab95]
gnome-session[3898]: Frame 6: /usr/lib/libdbus-1.so.3 [0x7f3cbef66a5d]
gnome-session[3898]: Frame 7: /usr/lib/libdbus-1.so.3(dbus_connection_send_with_reply_and_block+0x198) [0x7f3cbef50a88]
gnome-session[3898]: Frame 8: gnome-session [0x41203c]
gnome-session[3898]: Frame 9: gnome-session [0x412140]
gnome-session[3898]: Frame 10: gnome-session [0x41a5b0]
gnome-session[3898]: Frame 11: gnome-session [0x41aa8f]
gnome-session[3898]: Frame 12: /lib/libc.so.6(__libc_start_main+0xfd) [0x7f3cbc48055d]
gnome-session[3898]: Frame 13: gnome-session [0x40aef9]
gnome-session[3898]: ******************* END **********************************
/var/log/gdm/:0.log.3
X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.29-ARCH x86_64
Current Operating System: Linux deuklin 2.6.29-ARCH #1 SMP PREEMPT Sat May 9 14:09:36 CEST 2009 x86_64
Build Date: 15 April 2009 11:01:49AM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May 12 08:55:10 2009
(==) Using config file: "/etc/X11/xorg.conf"
dlopen: libdrm.so.2: cannot open shared object file: No such file or directory
(EE) Failed to load /usr/lib/xorg/modules/extensions//libdri.so
(EE) Failed to load module "dri" (loader failed, 7)
(EE) Failed to load module "freetype" (module does not exist, 0)
dlopen: libdrm.so.2: cannot open shared object file: No such file or directory
(EE) Failed to load /usr/lib/xorg/modules/extensions//libdri2.so
(EE) Failed to load module "dri2" (loader failed, 7)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
Just a point here is that I've had the exact same software installed the same day that I reinstalled and this error did not occur but after formatting my partition with ext4 and testing Arch64 it did. But it did with 32bit as well, there were tons of errors.
I've read about this ConsoleKit error in a few posts here but nothing seems to indicate a fix or anything and since I'm using Gnome now I didn't find anything on it just about KDE.
I can safely use "Failsafe Gnome" without startup scripts but I want it to work without any problems and I don't know if the "dri" thing is related to the ConsoleKit thing with GDM.
I installed it via FTP and had the latest updates as soon as I've installed, so if this is just something that is happening to me right now or alot of other people, please give us hints or anything that could solve this?
If you read my Arch64 thread you know that stuff stopped working for me, first the network (it turns out I had to boot Windows inbetween installing Arch for my network even to start and that sounds ridicilous if it depends on another operating system starting the device because in Windows the network card was turned on with a green light wherein Arch after installing it didn't. I reformated my partitions and changed it again, installed Windows again and tried it out and then installed Arch. It worked, and then I mixed around with KDE and after five minutes of using "startx" (the only thing working) I decided to reinstall with Gnome, but then the network didn't start again (tried booting about ten times) and then I just thought "Let's start windows first so it turns on" and when I just booted Windows and immiedatiely restarted it and booted with the Arch CD, network was available again. Strange? Or is this a period of instability for Arch?
But when I got my network to start, appearantly Keyboard and mouse wasn't working because Xorg forgot to install the drivers when I installed the full group of Xorg so I had to fix that and now it's giving me this error.

Without a dbus socket, dbus probably isn't running. It's supposed to be started automatically when a program needs it. Check to see that it is installed and running:
pacman -Q dbus
pgrep -l dbus
Dbus won't run without hal, so hal should be in:
tail /etc/rc.conf
Are any of your partitions full?
df -h
For the other error, it looks like libdrm isn't installed, but I don't think you need it if you're running the nvidia driver.
Your xorg.conf and Xorg.0.log would also be useful. Also check dmesg for errors.
And see if /etc/rc.d/dbus is marked executable.
Last edited by fphillips (2009-05-12 18:27:41)

Similar Messages

  • [SOLVED] KDM and KDE won't start

    I just set up a new Arch install and I am new to this distro. I set up KDM to start automatically by putting it as the last thing in the rc.conf file, and I also tried the inittab method and both don't work.
    What happens is my system boots into KDM for a half a second, and crashes back to the text login. If I log in as a normal user and try "startx" I get "could not start kdeinit4 check your installation". XTerm seems to work.
    In my KDM log it doesn't show anything incriminating, it just shows that it started X and then closed X. I tried without an xorg.conf file, but the same thing happened.
    I am hoping someone might have had this happen and know the answer?
    Last edited by jlacroix (2009-09-06 01:03:52)

    deej wrote:
    Do you have / have you set up a video card ?
    If so, could you post your /var/log/Xorg.0.log ?
    It would help a lot if we knew the machine you were installing on:
    Desktop / sloppy-top / Mac .... and the type of video card: onboard video,
    nVidia, Ati... etc
    Deej
    Thank you for the reply. I finally got it working by reinstalling Qt. I am wondering what I did to break it but I am new so I guess I'll learn.

  • [SOLVED] KDE won't start

    I've just installed Arch... again. I decided to go for KDE this time. I installed kde-meta-kdebase, have graphics drivers (xf86-video-intel) and everything. When I've try to run it by startx ("exec startkde" in my .xinitrc, copied from /etc/skel - everything done like always), the process ends after short blink of the screen. No error output now but before reboot it prompted "startkde: no such file or directory" - now no error message but it won't run anyway... there is /usr/lib/kde on my system but when I go
    # systemctl enable kdm.service
    - again: no such file or directory... it's like it's not installed the right way but pacman sees it. It was the same yesterday and I thought I just forgot about something so today I went step-by-step with Beginner's Guide... and still nothing. Only thing that is different from the usual system is zsh. Test xorg DE starts fine.
    Last edited by smsware (2014-03-13 02:08:48)

    I had kde-meta-kdebase installed but now I see that
    sms-linux% sudo pacman -S kdebase
    [sudo] password for root:
    :: There are 11 members in group kdebase:
    :: Repository extra
    1) kde-wallpapers 2) kdebase-dolphin 3) kdebase-kdepasswd
    4) kdebase-kdialog 5) kdebase-keditbookmarks 6) kdebase-kfind
    7) kdebase-konq-plugins 8) kdebase-konqueror 9) kdebase-konsole
    10) kdebase-kwrite 11) kdebase-plasma
    Enter a selection (default=all):
    it's not there by default. Is it a mistake by packager that it wasn't pulled by any of the packages and it's not listed there too? "Minimal install" section of Arch Wiki article about KDE is now invalid and it wasn't like that before... I just went here to type that "I don't know why but after installing some other kde packages, the problem dissapeared" - now I know why, thanks! :-)

  • [SOLVED] KDE won't start after Xorg update(nvidia driver)

    After update, I disabled hotplug, with :
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    kdm starts normally, i can write login/password, i see kde boot splash, then desktop shows and after about 10 secs it is killed and goes back to login screen.
    I think the problem is with hal, because (Xorg.0.log):
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed
    Also (.xsession-errors)
    ERROR: The control display is undefined; please run `nvidia-settings
    --help` for usage information.
    Last edited by ojciec (2008-12-01 22:28:08)

    Well, I rebuilded my xorg.conf with
    Xorg -configure
    and it started working, even with evdev driver, just had to add
    Option "AllowEmptyInput" "False"
    in section "ServerFlags". I'm not really sure what caused that error.

  • [SOLVED] Gnome 3 : Nautilus won't start from other application

    Hi everyone!
    Ok I search everywhere and I found nothing. I have this problem for a long time for now. My interface is in french so I'll try to translate the message but they could be differente in an english gnome.
    I can start nautilus directly from the console or from the menu, no problem. But when I connect a usb drive or any external drive it pop me : "Impossible to open a folder for 'usbName'. No application are register to execute this file".
    Another exemple is when a download a file from internet and then from the browser I click "open the containing folder" it do nothing.
    If a open Baobab and I right click a folder and "open folder" it pop me : "Impossible to open the folder 'folderName'. No viewer are install"
    So well.... I really don't know what to do... Maybe it is in a kind of default application editor but well.. I find something that was kind of this but there was no option for the default system explorer.
    Help me please!!
    Thank you ! Hope someone know what to do! :-(
    Last edited by mooviies (2011-07-30 02:13:16)

    mooviies wrote:
    Hi everyone!
    I can start nautilus directly from the console or from the menu, no problem. But when I connect a usb drive or any external drive it pop me : "Impossible to open a folder for 'usbName'. No application are register to execute this file".
    Another exemple is when a download a file from internet and then from the browser I click "open the containing folder" it do nothing.
    If a open Baobab and I right click a folder and "open folder" it pop me : "Impossible to open the folder 'folderName'. No viewer are install"
    So well.... I really don't know what to do... Maybe it is in a kind of default application editor but well.. I find something that was kind of this but there was no option for the default system explorer.
    right-click on a file / file-type that has no registered application, then click 'properties' and then navigate to the 'open with' tab ~ if there are no applications listed then click 'show other applications'... after that find the proper application to open a given file, then click 'set as default'.
    this should solve your problem. The only one i am not sure about is the USB thing, but the rest are easily solved. Gnome by default will not automatically associate all mime-types to applications. you need to do some of this yourself.
    for example; in order for .html files to open in gedit by default, I first had to associate .html to gedit, and 'set as default' ~ otherwise, all html (local files) automatically would open in Firefox. 
    hope this helps
    Last edited by triplesquarednine (2011-07-29 16:05:02)

  • KDE won't start after kdm login

    Hello,
    I'm new Arch Linux user,
    After a successful fresh installation, setting things up, installing KDE and some other stuff, ... A day after, KDE failed to load just after KDM successful login.
    It almost shows the KDE's splash-screen, and then it fails and returns to KDM! However, login via terminal succeed but can't start KDE nor startX.
      - I've tried every thread out there, searched the Wiki, the forums, tried every possible thing I found...
      - Removed and reinstalled KDE, removed the very last packages I installed, updated the fonts cache, created a new user to test if it's a login issue,
      - Restarted the services with systemctl.
    Just got NOTHING.
    I can post commands output here, just tell what command.
    P.S. I don't have nVideo graphic card, so this is not that issue mentioned on the Wiki (though, I even tried the solution provided there).
    P.S.2. Bye the way, this happened on Kubuntu as well, just before I formated and decided to move to Arch.
    Last edited by 01walid (2012-12-30 18:38:36)

    Welcome to Arch!
    Just to confirm, you see the same issue with a fresh user account? So anything you modified in your home directory can be ruled out as a cause?
    Did you make any changes to /etc/skel/? That would affect new accounts as well.
    Look in the logs for clues. In this case the Xorg and kdm logs might be helpful, if they exist. journalctl can also be filtered for relevant messages.
    Can you start X/KDE from the command line? That is, without starting KDM?
    Did you run pacman to update the system? If so, what was updated? (pacman.log will tell you.)
    Last edited by cfr (2012-12-30 23:27:47)

  • Gnome-volume-control won't start

    Hello all,
    Since last update I can not start gnome-volume-control:
    [romain@arch ~]$ gnome-volume-control
    ERROR:misc.c:52:get_page_num: code should not be reached
    Abandon
    Am I the only to have the problem? How to solve it?
    Regards,
    Kab

    Whoa! Finally someone is having the same problem as I. Unfortunately I have no solution for it
    I'm using OSS since I hade trouble getting the sound to work with ALSA, maybe that is a part of the problem.
    Last edited by tsvensson (2009-09-17 19:49:05)

  • Xorg 7.0 updated successfully but kde (kdm) won't start

    i updated to xorg 7.0 following the wiki but, having kdm in my modules listed, kdm/kde won't start now...

    fdrebin wrote:i noticed that the command startx isn't there anymore
    That means you need to logout and in again, the paths to startx changed. If you still have trouble running kdm, put exec startkde in ~.xinitrc and note the error messages. I had to do Xorg -configure and make some minor adjustments to the config file it spit back to get kde to work again.

  • Gnome and kde not loading with systemd

    Hello!
    I use [testing] repo and after some updates i can't use gnome or kde with systemd anymore.
    * with sysvinit everything works
    * xfce and other wms works fine with systemd and sysv
    * 'gnome-shell --replace' also work in xfce with systemd
    * I've got some errors:
    gnome-session[2301]: WARNING: Application 'gnome-settings-daemon.desktop' failed to register before timeout
    (gnome-settings-daemon:2321): libupower-glib-WARNING **: Couldn't enumerate devices: Activation of org.freedesktop.UPower timed out
    gnome-session[2301]: WARNING: Application 'gnome-shell.desktop' failed to register before timeout
    (gnome-settings-daemon:2321): color-plugin-WARNING **: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-profile auth
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Object::connect: No such signal QDBusAbstractInterface::DeviceAdded(QString)
    plasma-desktop(2323): Communication problem with  "plasma-desktop" , it probably crashed.
    Error message was:  "org.freedesktop.DBus.Error.Disconnected" : " "Connection was disconnected before a reply was received" "
    I think there is some problems with dbus...

    Without a dbus socket, dbus probably isn't running. It's supposed to be started automatically when a program needs it. Check to see that it is installed and running:
    pacman -Q dbus
    pgrep -l dbus
    Dbus won't run without hal, so hal should be in:
    tail /etc/rc.conf
    Are any of your partitions full?
    df -h
    For the other error, it looks like libdrm isn't installed, but I don't think you need it if you're running the nvidia driver.
    Your xorg.conf and Xorg.0.log would also be useful. Also check dmesg for errors.
    And see if /etc/rc.d/dbus is marked executable.
    Last edited by fphillips (2009-05-12 18:27:41)

  • Gnome and KDE 4.1 without mixing?

    I'm running Gnome and love it, but wanted to give KDE 4.1 a chance so I installed it too. When logging in (GDM) I choose whether I want to run Gnome or KDE 4.1,  but when I boot KDE the kde menus are full Gnome stuff, and when I boot Gnome, the menus are full of KDE stuff. It's a mix I don't like. Either I run Gnome or KDE.
    Is there a way to stop the Gnome menus scanning the KDE apps and the KDE menus to stop scanning the Gnome apps?
    Besides that, when I'm in Gnome and open a nautilus bookmark from the "Places" menu, Konquerer starts up happily and makes me think, "What a mess. Is this the way it's supposed to work?"
    If I want to run Gnome only and KDE only, do I need to make a dual boot with two separate Arch installations?
    Last edited by thunderogg (2008-08-01 08:54:02)

    The menu "problem" is due to both desktops using the standard menu item location (Freedesktop.org, I believe defines this).  If you want completely separate, you don't have to dual boot with two separate Arch installs, just create a new user and make a shared data location that your KDE and Gnome user can access.  For example:
    /home/thunderogg could be thunderogg, your Gnome user
    /home/kthunderogg could be kthunderogg, your KDE user
    Create a new /home/shared folder with permissions for both users and save your documents there.  That's the only way that I know of to have both installed and not have a menu mess.

  • [SOLVED] Did pacman -Syu and now gdm, gnome, and pacman won't work

    Hi everyone, I did a search for my problem, but cannot find the solution. Basically, I updated my computer this morning and as soon as the packages got installed my computer crashed. I am using another computer right now. These were the packages that were upgraded: dbus-core, bluez, dbus, gsfonts, libcups, libgdiplus, mono, openssl.
    So after I installed the packages, my screen went black with some error message (don't remember what it is now. I believe it was something about GDM not working.) So I rebooted and "rpcbind" and "File Alteration Monitor" failed. Then I got a bunch of Gdm error messages with "gdm-binary[46081]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors"  as the last message. I don't know how to check the X server log for errors so I logged in and tried pacman -Syu again. I got this error "pacman: error while loading shared libraries: /usr/lib/libssl.so.0.9.8: invalid ELF header." I also tried startx and gnome-session , but they both failed to work as well. It seems like I'm having a graphics error. I don't know what to do now. Any help would be appreciated.
    Last edited by Eivuwan (2010-04-01 06:24:17)

    Eivuwan wrote:Hi everyone. After some thinking, I realized that as attached as I am to Arch, I do not have as much free time as I did in the past to tinker with it. So I manually mounted my IPod and copied everything in my home folder to it. Then I installed Ubuntu. Maybe I'll come back to Arch one day, but for now, farewell. Thanks for all your help.
    Wise decision -- Ubuntu is very stable (we used it extensively in my last place of business; I'm now retired). I've gone a different route, since I prefer to start small, build the environment I want and nothing more (which was my reason for choosing Arch). My preferred environment is pretty minimal -- no desktop system (no Gnome or KDE), just a window manager (dwm) and the apps I need. I did a test install in the last day or so and learned enough about Slackware (I first used it in the early 90s when it was pretty much the only Linux distribution) to convince myself that it will work for me. It's more of a pain to get the apps installed than Arch, certainly, but once you know how to do it and where to find them, it's not really a problem. But my objective is the same as yours -- get away from Arch's rolling releases. Again, as an old hand at both individual development and managing large software projects, what Arch is trying to do is difficult. Because the various components of the system are updated more or less continuously, it's impossible to thoroughly test the whole thing every time it changes. So on any particular day, you are likely to see problems, as happened to you, me, and other folks who have started threads in this category. And sometimes the problems are so severe you end up with a non-functioning system, as happened to both of us.
    I would hope that, in the future, the powers-that-be at Arch would consider periodic, thoroughly tested releases, say every 6 months like Ubuntu and OpenBSD. The fundamental machinery of Arch is excellent (pacman, etc.), installation is easy, the documentation is adequate (I'm not as impressed by the wiki as others seem to be -- see the OpenBSD or FreeBSD documentation; what's available for Slackware is also very good). But I think there are tremendous quality hazards in the rolling release methodology, and forcing it on Arch's users is a bad idea, I think. It can be optional, for the adventurous. This is exactly how the OpenBSD people operate. There's a release every 6 months that is invariably rock solid. If they find problems after the release, they will make changes on a STABLE cvs branch. But you can also, if you choose, run what is on the cvs trunk, which they designate CURRENT, if you are so inclined and willing to take the chance on less thoroughly tested code. This is more or less equivalent to Arch now. I'm suggesting that Arch consider adding a STABLE version.

  • I don't want all those GNOME and KDE libs on my system!

    Kde Libraries/Base/Bindings - 80 megs
    Full KDE - 200 megs
    Full GNOME - 80 megs
    Base Gnome - 55 megs
    I hear so many people saying "Ew, it's using gnome-libs  I don't wanna install that"  I have said this many times.  It's seemed like a lot of usage on my hard drive with all those packages...  In reality, 50 megs for GNOME libs or 80 megs for KDE isn't a lot at all.. Heck, UT2004 is around 90 times bigger than installing base KDE and GNOME libs.  Thanks to modern technology, most PCs have 80 - 120 gigs on them..  Even with this 30 gig hard drive,  150 megs does not even put a dent.  Unless your using a floppy for your hard drive, it won't hurt to install gnome and kde libaries.  You need a gig and a half for just winblows stuff!  Just because it says:
    Targets: hal-0.2.97-2 libgsf-1.9.1-1 gnome-desktop-2.8.0-1 nautilus-2.8.1-1
    nautilus-cd-burner-2.8.1-1 libdvdcss-1.2.8-1 libdvdread-0.9.4-2
    libdvdnav-0.1.9-2 faac-1.24-1 faad2-2.0-5 hermes-1.3.3-1
    libmikmod-3.1.11-1 gtk-1.2.10-4 mjpegtools-1.6.2-1 gst-plugins-0.8.5-1
    totem-0.99.19-2
    Total Package Size: 11.5 MB
    Proceed with upgrade? [Y/n]
    It seems like a lot of depedencies, being on four lines and all... But it's really not that much.  I won't hurt to have it on your PC.
    Just my .2 for the day 

    xerxes2 wrote:
    kth5 wrote:hmm, i have exactly the same scenario on my laptop. it's only a Celeron 700  + 256MB ram. i run kde, mozilla thunderbird, several konsole session, xchat2, xmms plus some more konqueror session w/o any problem. only thing that is lagging behind is my GFX card which needs a share of the system memory. anway, my system in KDE w/ all these apps up needs only ~120MB the rest is filled up w/ diskcache or whatever. it's not bad for a desktop system that is not supposed to render 3D or viewing 100MB+ large files from memory. 
    I'm impressed!
    I havn't tried kde since 3.2.0 and it was totally unusuable due to bugs, crashes, bloat and so forth,
    the kde devs must been busy since then... 
    I was even quite impressed with KDE 3.3.x.  I use KDM for my default DM all the time.. GDM is too buggy..  WDM/XDM too ugly... I actually made KDM look pretty sexy.. People say you can't, but it's not that hard... I'll make some screenies if anyone want some

  • Ok so I updated to iOS 7 on my iPod (5th) it let me update my apps but I cannot download new apps thanks to the terms and conditions. Also my iTunes won't start it just blank, I tried everything I need help

    Ok so I updated to iOS 7 on my iPod (5th) it let me update my apps but I cannot download new apps thanks to the terms and conditions. Also my iTunes won't start it just blank, I tried everything I need help

       Did you download the new iTunes update that was also released this afternoon? That might be the problem. The new iTunes update came out today as well as the new iOS 7 update and if you haven't downloaded the new iTunes update it may be a compatibility problem so if you didn't, first update to the new iTunes and try again.

  • I was messing around with .kext files in the MacintoshHD and now my MacBook Pro won't start up.

    I was messing around with .kext files in the MacintoshHD and moved the system.kext and two others to my desktop and deleted the originals and now the MacBook Pro won't start up. All I get at start up is the apple icon then a bunch of text shows up part of which says Mac OS version: not yet set. then the apple icon turns into the power icon and tells me to turn off the computer. I've tried reinstalling from the install DVD by holding down option when powering on and selecting the install DVD and it just goes to a white screen with the apple icon and stays like that. I didn't have the disk utility on my Mac before this happened because I deleted it to make room on my computer a while ago so I'm not sure if that's why it won't load the install DVD but anyone who knows the solution to this with out going to get it repaired would be greatly appreciated. Thank you!

    Never mind my dad just found the original install DVD and that worked. Before I was using an install disc that Apple sent me for another issue I was having, but thanks for replying so quickly and trying to help on this Thanksgiving day!!!

  • I deleted my extensions manager and now my Mac won't start up. Please Help!!

    I have an IMac, 24" model, running OS X. For the past several days, little warning windows have been popping up with this annoying beep, telling me that my computer was infected with various viruses. 4, to be exact. Also, while on the internet, random pop-up windows have appeared, so I thought I did have a virus. So, to correct the matter (or attempt to), I deleted my preferences folder from the system folder, as well as the extensions manager.
    Now, the computer won't start up past the white logo screen with the turning gear thingy. I've tried resetting the PRAM, and starting in safe mode, and safe mode with the progress screen, and even something there while holding the option key (that one gave me an icon of my HD, but clicking on it took me back to an endless wait on the white screen). I've tried starting from the disk that came with the computer (I held the C key) but not only doesn't the computer start from the disk, it spits the disk out. I don't understand. The computer was fine until I deleted the ext. mgr and preferences, so it can't be that the computer went bad or something.
    I don't know what else to do here. I do have an extended service warranty with Best Buy, but I wanted to see if there was some way to fix this before hauling this thing off to the store. Any suggestions? I'm desperate here, because anything and everything I've tried (based on all the try-this and try-thats I found on the internet), nothing has worked.
    Please help.
    Thanks in advance.

    Well done! You've succeeded in turning your Mac into a useless brick.
    Deleting the System/Library/extensions folder and the associated manager removed most of the functionality from your OS.
    And all to get rid of what sounds like the MacDefender trojan or a variant.
    ref; http://support.apple.com/kb/HT4650 and http://support.apple.com/kb/HT4651
    You may have a slim chance of recovering if it will still boot in Target Disc Mode; in which case you can use another Mac to install the system remotely.
    And I doubt your warranty with Best Buy is going to cover user "error."
    Message was edited by: noondaywitch

Maybe you are looking for

  • RSBBS Jump: AR Line Item Query to R3 Customer Line Item Display

    I am attempting to create a 'Jump Target' from the 0FIAR_C03 AR Line Item Infocube to the R3 FBL5N Customer Line Item Display transaction. The query that the jump is to be performed from an Aging query. The user will be running this query for all tra

  • Outgoing payment exchange rate issue

    Hi all, i have an outgoing payment in yen. but the system 6 decimals does not alow me to calculate the amount without difference.How can i increase the decimal? or any workaround on this? Thanks in advance.. joanne

  • How to erase ipod touch and start over

    Hello All, Michael K. here. This is my first post and my first time here. I hope you can help. Thanks. I downloaded IOS 8 a few days ago onto my iPod Touch, 5th gen. Ever since I put the IOS 8 on I've had nothing but problems! ----- ie: message state

  • Can't sync my iPod Touch with iTunes 9.1

    I just wish I had not gone to iTunes 9.1 - anyway back? It crashes plus it won't sync my iPod Touch photos at all - none visible on my iPod Touch. Bad... If anyway to reinstall iTunes 9.0.1 let me know! Best regards, Steve Schulte Monday 5 April 2010

  • How to view all designer resource warnings?

    We have hundreds of dialogs in XAML.   When we make a global resource change,  it can break the resource links in the XAML. When we open the XAML view in VisualStudio 2012's designer,  it show these broken links as resource warnings: "Warning 43 The