Find the answer to your Linux question:
Results 1 to 9 of 9
Hey guys. I was wondering, any idea why I'd be able to get Ubuntu working with the Live CD, but not a fresh install? I know the install went *well*, ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    46

    Question Can only boot from Ubuntu 8.10 Live CD

    Hey guys.


    I was wondering, any idea why I'd be able to get Ubuntu working with the Live CD, but not a fresh install? I know the install went *well*, disc is good. In fact, I tried 3 different discs, just to eliminate a bad install. I noticed that when I booted from the cd, I went into other boot options, and X'd :

    acpi= off
    noapic
    nolapic
    edd=on

    just editing those did nothing, so I went to safe graphics mode, and it booted, but only from the cd. Any thoughts?

    Just for more info, after going into terminal and doing lspci I got this:

    ubuntu@ubuntu:~$ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)


    I'm not sure , maybe there is a way to edit, so I stay in safe graphics mode when I boot from my hdd? Thanks.

  2. #2
    Just Joined!
    Join Date
    Jan 2009
    Posts
    6

    ubuntu not working

    which version of ubuntu are you trying to install ?

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Posts
    6

    ubuntu sorry

    Oh it is 8.10

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    grep -i driver /etc/X11/xorg.conf
    Post output here.

    Have you tried to fix display through this
    Code:
    sudo dpkg-reconfigure xserver-xorg
    ?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jan 2009
    Posts
    46
    Quote Originally Posted by devils casper View Post
    Execute this
    Code:
    grep -i driver /etc/X11/xorg.conf
    Post output here.

    Have you tried to fix display through this
    Code:
    sudo dpkg-reconfigure xserver-xorg
    ?


    cheers for the replies .

    here's what I got:

    ubuntu@ubuntu:~$ grep -i driver /etc/X11/xorg.conf
    Driver "vesa"


    No, I have not tried that, Casper. I am very new to linux. It's taking me a while to get a decent install. I had to actually do all kinds of things, just to get my computer going again. But I did manage to get everything up and running. I didn't change anything, and I wore one of those wrist bands, to stay grounded. I will try that last terminal command now.

  6. #6
    Just Joined!
    Join Date
    Jan 2009
    Posts
    6

    vesa driver

    if possible change driver to "i810" or "intel"

  7. #7
    Just Joined!
    Join Date
    Jan 2009
    Posts
    46
    Quote Originally Posted by ahiliation View Post
    if possible change driver to "i810" or "intel"
    I'm trying to figure out exactly how to change that now. Cheers for the advice.

  8. #8
    Just Joined!
    Join Date
    Jan 2009
    Posts
    46
    I'm not sure how to change the driver so it's intel. I'm assuming it takes more than a simple edit of xorg.conf.This 'vesa', it's default?

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Press Alt+F2 and type this
    Code:
    gksu gedit /etc/X11/xorg.conf
    Replace "vesa" with "i810".

    You can use text based editro too.
    Execute this in Terminal :
    Code:
    sudo nano /etc/X11/xorg.conf
    Press Ctrl+x, y and hit Enter key to save file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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