Results 1 to 8 of 8

Thread: SiS Onboard Graphics - 10.04 failed boot

  1. #1
    Join Date
    May 2007
    Beans
    54

    SiS Onboard Graphics - 10.04 failed boot

    Hi All,

    I got an issue trying to upgrade a machine from 8.04 > 10.04. It's running 100% fine with 8.04.

    The machine has onboard video and a nVidia AGP card. It should default to the AGP card which works fine under 8.04, but I believe with 10.04 there seems to be an issue with the SiS onboard card messing things up.

    Using the LiveCD, I'm unable to get to the install environment. The machine goes through the boot process and hangs after the following error message:

    "acer-wmi: no or unsupported WMI interface, unable to load"

    Any suggestions how to work around this?

    Short of replacing the whole motherboard, I'm stumped after 6 hours...

    Cheers
    Brendan

  2. #2
    Join Date
    Jun 2007
    Location
    Minneapolis, MN
    Beans
    749
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: SiS Onboard Graphics - 10.04 failed boot

    Can you disable the SIS graphics in the BIOS?

    I followed these instructions to get rid of a problem with SIS graphics a while back.
    I booted with a Puppy live CD to make the edit.

    Edit this file: /etc/x11/xorg.conf

    If the file does not exist copy this:
    Code:
       Section "Device"
         Identifier    "Configured Video Device"
       EndSection
    
       Section "Monitor"
         Identifier    "Configured Monitor"
       EndSection
    
       Section "Screen"
         Identifier    "Default Screen"
         Monitor        "Configured Monitor"
         Device        "Configured Video Device"
       EndSection
    Now copy this line:
    Code:
     Driver "vesa"
    After the Identifier line in the Device section.

    Make a backup of the file before editing in case this doesn't work.

    Hope this helps.
    Last edited by JRV; March 20th, 2011 at 07:56 PM.
    Moderation in all things; including moderation.

  3. #3
    Join Date
    May 2007
    Beans
    54

    Re: SiS Onboard Graphics - 10.04 failed boot

    Thanks for the reply.

    Unfortunately the BIOS does not have option to disable the onboard vga chip or choose a default.

    I'm keen to test a fresh install on a separate partition before migrating the user. So my end goal is to install via the Ubuntu 10.04 LiveCD and if successfuly upgrade from 8.04 > 10.04 via the normal method.

    However, using VESA like you suggested would mean scaled down resolution and no 3D acceleration for the user, a deal breaker.

    Any other thoughts on how to get the LiveCD to run, and I guess the final install?

    Cheers
    Brendan

  4. #4
    Join Date
    Jun 2008
    Location
    UK
    Beans
    1,846
    Distro
    Ubuntu Budgie

    Re: SiS Onboard Graphics - 10.04 failed boot

    if you can install using vesa, then I would blacklist your SIS graphics kernel module and you should be able to boot using your nvidia card

    use instructions here to describe how to blacklist kernel modules

    find your sis kernel module by typing

    sudo lshw -class display

    in the "configuration" part of the output should be the kernel module your SIS graphics is loading.
    Last edited by davidmohammed; March 20th, 2011 at 09:56 PM. Reason: url
    mark your thread as [SOLVED], use Thread Tools on forum page.

  5. #5
    Join Date
    May 2007
    Beans
    54

    Re: SiS Onboard Graphics - 10.04 failed boot

    Just a quick note to say thanks for the suggestion. Will be trying that this evening.

  6. #6
    Join Date
    May 2007
    Beans
    54

    Re: SiS Onboard Graphics - 10.04 failed boot

    Hi All,

    Just a short note to say thank you for your help.

    Unfortunately I was unable to get this machine to boot with newer kernels with various distributions.

    So abandoned the machine to it's propriety chip hell. A word of warning, stay away from SiS hardware.

    Cheers
    Brendan

  7. #7
    Join Date
    Apr 2008
    Beans
    13

    Re: SiS Onboard Graphics - 10.04 failed boot

    Does your onboard graphics use shared memory? I had a problem after upgrading to 10.04 where I would get to the login screen but no further. After a while it would just come back to the login screen. After some searching I found a post saying that this problem could be resolved by going into the BIOS and increasing the amount of video memory to 64MB and this worked for me. Previously it was 32MB.

  8. #8
    Join Date
    May 2007
    Beans
    54

    Re: SiS Onboard Graphics - 10.04 failed boot

    Thanks for the reply, but I've sent that machine to the tip a long while ago where all SiS hardware belongs!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •