Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Boot: progress bar depends on key press on startup

  1. #11
    Join Date
    Jul 2008
    Beans
    2

    Re: Boot: progress bar depends on key press on startup

    I've got the same problem also. Here is the attached dmesg to examine.
    Attached Files Attached Files

  2. #12
    Join Date
    Nov 2007
    Beans
    58

    Re: Boot: progress bar depends on key press on startup

    Here is my dmesg log

    http://topos.webhop.net/topos/temp/dmesg.txt.tar.gz

    Thank you once more

  3. #13
    Join Date
    Nov 2007
    Beans
    58

    Re: Boot: progress bar depends on key press on startup


  4. #14
    Join Date
    Nov 2007
    Beans
    58

    Re: Boot: progress bar depends on key press on startup

    The entire dmesg.log is here: http://pastebin.com/m49642a1c

  5. #15
    Join Date
    Nov 2008
    Beans
    1

    Re: Boot: progress bar depends on key press on startup

    I had the same problem.

    I am using HP Pavilion dv6000 and since I upgraded from Ubuntu 8.04LT to 8.10, I suffered under the same thing - the booting progressed only when I press the key.

    And with the kernel option of
    Code:
    acpi=noirq
    the problem solved completely and I am happy now.

    Thanks Josueped.

  6. #16
    Join Date
    Nov 2007
    Beans
    42

    Re: Boot: progress bar depends on key press on startup

    Quote Originally Posted by crinje View Post
    I had the same problem.

    I am using HP Pavilion dv6000 and since I upgraded from Ubuntu 8.04LT to 8.10, I suffered under the same thing - the booting progressed only when I press the key.

    And with the kernel option of
    Code:
    acpi=noirq
    the problem solved completely and I am happy now.

    Thanks Josueped.
    It worked for me too

  7. #17
    Join Date
    May 2006
    Location
    Portugal
    Beans
    189
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Boot: progress bar depends on key press on startup

    Heck, I went completely nutts with my HP Pavilion dv6710 and fired "acpi=off" right-away!

    It did solve the key problem and later ones (oh, 'cause besides that it'd hang before getting the X server up (which I would then manually start!), during fresh-install, that complained about USB, keyboard, etc.

    Now I have this problem with Bluetooth! I never had anything Bluetooth in my life, don't plan on having and still, shutdown hangs on the darned thing! I', sure I can find a way to turn it off once I get back to having a boot to Linux (currently with Vista and I do know that is a different problem).

    Anyways, wanted to provide my input, FYI sake.

    jblackthorne, I myself don't really have time to play around with this, moving to another town later this week, where amongst other things, Internet-connection will not be freely available soon...

    If you can get a nicer or just quicker workaround, I'd appreciate. I do understand there are now more than one case being discussed in this thread, whose rightful owner is wribeiro (hey, Ribeiro's my mother's mom maiden name! lol).

    I guess I'm going a bit berserck. This seems somewhat a common problem though?


    EDIT: I gave up and simply did a fresh install of Hardy.
    My BIOS does have problems though. HP Health Check in Vista keeps saying I need to update my BIOS firmware - I do so and everytime I do it's the exact same release (F30 of April 24th 2008 ) and after I "re-update", it keeps saying I have to update. Could be a problem with the HP Health Check program but as I got problems in Ubuntu 8.10 too (which actually told me I might need to use pnpbios=off, which I did to no improvements), I'm assuming it's either the BIOS firmware itself or maybe the Winflash utility used to ... flash it.
    Last edited by jdackle; November 19th, 2008 at 10:55 AM.
    jdackle ~ Linux Counter user # 274021 ~ Ubuntu Counter User # 17154

  8. #18
    Join Date
    May 2006
    Location
    Portugal
    Beans
    189
    Distro
    Xubuntu 12.04 Precise Pangolin

    Arrow Re: Boot: progress bar depends on key press on startup

    You'll find a very good tuorial/troubleshooter concerning this and other issues with HP notebooks here:

    HowTo [EN]: Ubuntu Linux on HP Pavilion series dv2000, dv6000, dv9000



    EDIT: Both methods posted on the above site for working around the boot problem seemed to work. However, none could actually get me an usable Intrepid install.
    Last edited by jdackle; November 27th, 2008 at 04:14 PM.
    jdackle ~ Linux Counter user # 274021 ~ Ubuntu Counter User # 17154

  9. #19
    Join Date
    Jan 2008
    Beans
    14

    Re: Boot: progress bar depends on key press on startup

    Quote Originally Posted by Josueped View Post
    here is the fix. from terminal

    gksudo gedit /boot/grub/menu.lst

    Find the line

    kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=...ro quiet splash

    add

    acpi=noirq to the end so

    kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=.... ro quiet splash acpi=noirq

    and you are good to go.
    Thank you so much! It worked perfectly for me too!
    Just some info to add about this bug that might aid in solving it:
    Compaq Presario F700
    Ubuntu 8.10
    Kernel 2.6.27.9

  10. #20
    Join Date
    Aug 2008
    Location
    Lethbridge, Canada
    Beans
    118

    Re: Boot: progress bar depends on key press on startup

    The best solution I have found is to add nophet to the kernel line in menu.lst

    Why? Because AMDs and the latest Linux kernels do not play well together if the High Precision Timer is enabled, this timer is geared towards Windows Media Player. The nophet command will disable the timer.

    VLC will work fine without the timer anyways, and a lot better than any other media player.
    Last edited by Ripose; February 19th, 2009 at 10:11 AM. Reason: Typo
    All that and pizza too!

Page 2 of 3 FirstFirst 123 LastLast

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
  •