problem booting linux

Discussion in 'Parallels Desktop for Mac' started by macgeek21, Feb 1, 2007.

  1. macgeek21

    macgeek21 Junior Member

    Messages:
    14
    Hi i have Fedora Core 6 installed on my macbook core duo 1.83ghz with 1 gb of ram via parallels. the problem is when i try to boot into fedora instead of going into the desktop for some strange reason it keeps booting into the command line. also are parallels tools avaliable for linux? i ask because the screen is all screwed up when i boot into linux i get the scroll bars and half of the page is missing so in order to see anything i have to remove the mouse from the window and then use the bars to fix the window but then i can't see anything else thats going on in the screen. anyone know whats going on?
     
  2. ksenks

    ksenks Parallels Developers

    Messages:
    164
  3. jkneen

    jkneen Member

    Messages:
    49
    Dammit, I had this and managed to fix it. Same issue - was booting into command prompt and running the GUI just came up with an error. I looked up the error and found out I had to run a del command and then it worked. When you type "startx" what error message do you get? If you do, google it and you'll find the del command you need to run to make it work. That worked for me.

    Wish I'd documented it now - sorry.
     
  4. jkneen

    jkneen Member

    Messages:
    49
    PS I don't believe tools are available for Linux.
     
  5. macgeek21

    macgeek21 Junior Member

    Messages:
    14
    so startx boots into the gui? i am new to linux so im trying to learn all i can. i did get an error message saying that it couldn't find the install on the virtual hd when it was first booting up.
     
  6. MacSweeney

    MacSweeney Bit poster

    Messages:
    2
    startx

    I experianced this problem too. When I logged in and entered the startx command it threw an error wanting me to delete a hidden file named .X0-lock in /tmp. Once I did this Fedora booted into gnome without issue. If you're new to Linux just login as root and type this:

    cd /tmp
    rm .X0-lock
    startx

    That's it!
     

Share This Page