The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Ubuntu 7.04 on VMware Fusion Beta 3 only seeing one core

    Discussion in 'Apple and Mac OS X' started by sp00n, Apr 19, 2007.

  1. sp00n

    sp00n Notebook Deity

    Reputations:
    512
    Messages:
    1,684
    Likes Received:
    0
    Trophy Points:
    55
    I've decided to install VMware Fusion Beta 3 because Parallels didn't support Ubuntu. At first it was running very slowly and I thought VMware was to blame, but then I realized I had to install VMware drivers. After that, Ubuntu runs almost as fast as if it were installed natively.

    I checked in System Monitor and only noticed showing only one core. Is this normal? Is it actually using only one core, or is it just hiding the second core?

    [​IMG]
     
  2. zadillo

    zadillo Notebook Virtuoso

    Reputations:
    421
    Messages:
    3,770
    Likes Received:
    3
    Trophy Points:
    106
    With virtualization, I am pretty sure the VM only uses one CPU core.
     
  3. hollownail

    hollownail Individual 11

    Reputations:
    374
    Messages:
    2,916
    Likes Received:
    0
    Trophy Points:
    55
    Heh... don't use VMWare. The Fusion Beta is terrible compared to Parallels.
     
  4. sp00n

    sp00n Notebook Deity

    Reputations:
    512
    Messages:
    1,684
    Likes Received:
    0
    Trophy Points:
    55
    I would but Parallels doesn't work with Ubuntu. The screen just stays black whenever I try to boot up Ubuntu. :(
     
  5. TheDeepThought42

    TheDeepThought42 Notebook Enthusiast

    Reputations:
    0
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    5
    Are you sure that Ubuntu doesn't work under Parallels? I haven't used 7.04 yet, but 6.06 ran perfectly fine when I chose "Other Linux" when installing it.
     
  6. sp00n

    sp00n Notebook Deity

    Reputations:
    512
    Messages:
    1,684
    Likes Received:
    0
    Trophy Points:
    55
    I believe Parallels changed something in their latest build that give it trouble booting into Ubuntu. I remember it working when I had an earlier version.
     
  7. Paul

    Paul Mom! Hot Pockets! NBR Reviewer

    Reputations:
    759
    Messages:
    2,637
    Likes Received:
    0
    Trophy Points:
    55
    Well, I haven't used VMware Fusion (obviously since I don't have a Mac), but I know that in Server and Workstation, there is a Control Panel and you can select to use 1 or 2 CPUs there. If Fusion doesn't have this (as VMware Player doesn't either), you'll have to edit the .vmx file by hand. Find where that is, open it in a text editor, and post it here. I'll see if I can help.

    Other than that, you'll also want to make sure that Ubuntu is configured for SMP. They've been using a generic kernel since 6.10 that should detect multiple processors (as long as it can see them). Go into a terminal and type:

    Code:
    uname -a
    and post what you get. If you have anything besides 2.6.20-XX-generic or 2.6.20-XX-i686 SMP, then you'll have to configure it to use two cores. It's not that difficult.
     
  8. hollownail

    hollownail Individual 11

    Reputations:
    374
    Messages:
    2,916
    Likes Received:
    0
    Trophy Points:
    55
    Hrm... interesting. I'll download the new Ubuntu sometime soon and give it a whirl.