Page 1 of 2 12 LastLast
Results 1 to 10 of 33

Thread: ubuntu refuses to install on thinkpad X201

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Beans
    36

    ubuntu refuses to install on thinkpad X201

    I had at least gotten a mostly working setup via the 9.04 alternative install... I had a working system, except for one tiny problem: The system froze shortly 30 seconds after login, without fail.

    I looked around, and the issue apparently was with my graphics card on the X201.

    Here is the thinkwiki page for the laptop and the graphics card:
    http://www.thinkwiki.org/wiki/Category:X201
    http://www.thinkwiki.org/wiki/Intel_HD_Graphics

    I had been attempting to manually update the kernel to 2.6.33 using .debs I found online - no luck.

    I downloaded the Ubuntu 10.04 RC alt install CD... it installed fine, but when it starts up, it now just goes to a black screen.



    I am very desperate, I am very close to sending this laptop back to Lenovo, if anyone has any suggestions on how to get a working Ubuntu (or any other distro) install going on an X201, please share any details you can remember!
    Last edited by gregnorc; April 28th, 2010 at 04:17 AM.

  2. #2
    Join Date
    Mar 2008
    Beans
    18

    Re: ubuntu refuses to install on thinkpad X201

    I just figured out how to install 10.04 RC on my X201 yesterday. The key is inserting the options "xforcevesa i915.modeset=0" in the boot line for the installer and then the installed system itself. Worked for me.

    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/554569

  3. #3
    Join Date
    Oct 2005
    Beans
    36

    Re: ubuntu refuses to install on thinkpad X201

    Quote Originally Posted by Agnaramasi View Post
    I just figured out how to install 10.04 RC on my X201 yesterday. The key is inserting the options "xforcevesa i915.modeset=0" in the boot line for the installer and then the installed system itself. Worked for me.

    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/554569
    Which image did you use? Alt or main? 32 or 64 bit? Server or home? Any details would be helpful!

    Also, how/when in the process do I add that boot parameter? (Where do I get the boot command line?)
    Last edited by gregnorc; April 29th, 2010 at 01:22 AM.

  4. #4
    Join Date
    Mar 2008
    Beans
    18

    Re: ubuntu refuses to install on thinkpad X201

    I am using linux-image-2.6.32-21-generic 64bit.
    When the grub menu loads (you need to hold shift after the bios screen), I select my kernel image and press 'e' to edit the boot parameters. At the end of the line beginning with "Linux" I append the option "i915.modeset=0". Turns out I can omit the "xforcevesa" option. On my system the modified line looks like this:
    Code:
    linux   /boot/vmlinuz-2.6.32-21-generic root=UUID=3c809b01-30e9-434d-8dc8-96adf09007b1 ro   quiet splash i915.modeset=0
    Then you press ctrl+x to boot with the modified parameter.
    To make the change semi-permanent (it will last until a kernel update), I added the "i915.modeset=0" to the appropriate line of the the kernel's main menuentry section in /boot/grub/grub.cfg. Apparently this is not how to alter the boot menu properly, but it works for me.
    To install 10.04 from the regular livecd you will have to similarly modify the boot parameters of the installation media. I believe I did this by pressing F6 and then Esc from the live cd main menu.

  5. #5
    Join Date
    Apr 2010
    Beans
    6

    Re: ubuntu refuses to install on thinkpad X201

    For any who might want full details: I was able to install Ubuntu 10.04 Desktop (released version) yesterday using the main install disks (not alt). I did this by including the options "xforcevesa i915.modeset=0" on the boot line for the default install -- I needed both these options in order to get it to work. After install, I edited the grub boot command (hold down shift until after the BIOS screen to be able to edit boot options) to include these options in the kernel call. I then edited /etc/default/grub, setting GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xforcevesa i915.modeset=0", and then called "sudo update-grub". Worked like a charm! I'm loving 10.04!

  6. #6
    Join Date
    Oct 2005
    Beans
    36

    Re: ubuntu refuses to install on thinkpad X201

    Quote Originally Posted by amy_cgi View Post
    For any who might want full details: I was able to install Ubuntu 10.04 Desktop (released version) yesterday using the main install disks (not alt). I did this by including the options "xforcevesa i915.modeset=0" on the boot line for the default install -- I needed both these options in order to get it to work. After install, I edited the grub boot command (hold down shift until after the BIOS screen to be able to edit boot options) to include these options in the kernel call. I then edited /etc/default/grub, setting GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xforcevesa i915.modeset=0", and then called "sudo update-grub". Worked like a charm! I'm loving 10.04!
    Did you have to do anything special to get the boot screen?

    Like, when I boot my 10.04 RC cd, it works fine... I can edit the boot param and start the process, but not with the main cd. (I'm using a usb dvd drive obviously since its an X201)

  7. #7
    Join Date
    Oct 2005
    Beans
    36

    Re: ubuntu refuses to install on thinkpad X201

    Quote Originally Posted by amy_cgi View Post
    For any who might want full details: I was able to install Ubuntu 10.04 Desktop (released version) yesterday using the main install disks (not alt). I did this by including the options "xforcevesa i915.modeset=0" on the boot line for the default install -- I needed both these options in order to get it to work. After install, I edited the grub boot command (hold down shift until after the BIOS screen to be able to edit boot options) to include these options in the kernel call. I then edited /etc/default/grub, setting GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xforcevesa i915.modeset=0", and then called "sudo update-grub". Worked like a charm! I'm loving 10.04!
    Question: How did you run sudo update grub? In the live session, or afterwards, cause I did this... I edited the boot parem, then after install, I wrote GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xforcevesa i915.modeset=0"... I did this from within the live image, by writing to the hard drive. But when I try and run update-grub it gives me the error:

    /usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?)
    And booting to the hard drive still gives a black screen

  8. #8
    Join Date
    Feb 2007
    Beans
    40
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: ubuntu refuses to install on thinkpad X201

    Quote Originally Posted by amy_cgi View Post
    For any who might want full details: I was able to install Ubuntu 10.04 Desktop (released version) yesterday using the main install disks (not alt). I did this by including the options "xforcevesa i915.modeset=0" on the boot line for the default install -- I needed both these options in order to get it to work. After install, I edited the grub boot command (hold down shift until after the BIOS screen to be able to edit boot options) to include these options in the kernel call. I then edited /etc/default/grub, setting GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xforcevesa i915.modeset=0", and then called "sudo update-grub". Worked like a charm! I'm loving 10.04!
    Thanks for this!

    BTW, I'm not sure about the holding in Shift bit... At the grub (bootloader) options screen, I selected Ubuntu, and hit "c" to edit it...then proceeded as you describe.

    Although, it seems I had to hold Shift to get the options screen after booting the Ubuntu install CD (10.04, x86-64).

  9. #9
    Join Date
    May 2009
    Beans
    1

    Re: ubuntu refuses to install on thinkpad X201

    Quote Originally Posted by amy_cgi View Post
    For any who might want full details: I was able to install Ubuntu 10.04 Desktop (released version) yesterday using the main install disks (not alt). I did this by including the options "xforcevesa i915.modeset=0" on the boot line for the default install -- I needed both these options in order to get it to work. After install, I edited the grub boot command (hold down shift until after the BIOS screen to be able to edit boot options) to include these options in the kernel call. I then edited /etc/default/grub, setting GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xforcevesa i915.modeset=0", and then called "sudo update-grub". Worked like a charm! I'm loving 10.04!
    Hi All, just installed 10.04 onto my X201, without the grub setting change it worked good when plugged into an external monitor (this was also how I managed to install it) but now I have the setting 'xforcevesa i915.modeset=0' in the grub setting it doesn't boot beyond briefly throwing up the ubuntu logo with purple background the 5 dots then goes to a black screen with the Caps lock LED blinking. anything else I can try?

  10. #10
    Join Date
    Oct 2005
    Beans
    36

    Re: ubuntu refuses to install on thinkpad X201

    Quote Originally Posted by Agnaramasi View Post
    I am using linux-image-2.6.32-21-generic 64bit.
    When the grub menu loads (you need to hold shift after the bios screen), I select my kernel image and press 'e' to edit the boot parameters. At the end of the line beginning with "Linux" I append the option "i915.modeset=0". Turns out I can omit the "xforcevesa" option. On my system the modified line looks like this:
    Code:
    linux   /boot/vmlinuz-2.6.32-21-generic root=UUID=3c809b01-30e9-434d-8dc8-96adf09007b1 ro   quiet splash i915.modeset=0
    Then you press ctrl+x to boot with the modified parameter.
    To make the change semi-permanent (it will last until a kernel update), I added the "i915.modeset=0" to the appropriate line of the the kernel's main menuentry section in /boot/grub/grub.cfg. Apparently this is not how to alter the boot menu properly, but it works for me.
    To install 10.04 from the regular livecd you will have to similarly modify the boot parameters of the installation media. I believe I did this by pressing F6 and then Esc from the live cd main menu.
    Can you be a little more specific?

    Right now what I do is upon boot, I hit F12, and select my USB CD rom drive as the boot drive, then hold shift

    I am asked the following questions (Y/N), and answer yes to each...

    Load Boot graphics (Y/N)?
    Detect display size (Y/N)?

    Then it says "initalizing gfx code" and spits out a bunch of hex, and tells me to press a key to continue. I do so. Then more hex is displayed, then I press any key again, then it goes to a black screen...

    If I hit "n" for load boot graphics I get a different screen, but do not see any kernel images. It says it will start installing automatically in 4 seconds and does NOT list any kernel images that I could "hit e to edit"

    I am using the Desktop install CD for Ubuntu 10.04 RC, if you could give me some visual clues/hints so I can get to the right spot to enter those changes it would be very helpful... I am not very familiar with how to get to this boot parameters area and any information you have would help greatly

Page 1 of 2 12 LastLast

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
  •