Announcement

Collapse
No announcement yet.

Slow boot

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Slow boot

    When my machine boots it hangs on as soon as the progress bar is displayed. I have had this problem before and I think it had something to do with my cd drives. The fix was to add something to the kernel line in menu.lst in /boot/grub, but I can't seem to find the answer anymore. Does anyone remember the fix? Every time the kernel gets updated I have to fix this.

    #2
    Re: Slow boot

    Verify (check) that the cd rom entry in /ect/fstab has not been set to auto (it should be noauto). This is also true if you have a floppy drive listed in your fstab file (I do). Basically, all 'removeable media' devices - cd/dvd roms and floppys - should not be set to auto mount. Doing so, and not having any media already in the drives, is going to cause issues.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Slow boot

      both of my cd drives and my floppy are listed as noauto.

      Comment


        #4
        Re: Slow boot

        Originally posted by em21701
        add something to the kernel line in menu.lst in /boot/grub
        Hmmm ... how about noapic and/or pci=routeirq

        In addition, studying /var/log/dmesg ought to help

        Comment


          #5
          Re: Slow boot

          Currently it looks like this

          Code:
          kernel		/boot/vmlinuz-2.6.20-16-generic root=UUID=9c244a93-26b3-4f4c-a982-491cb5836667 ro quiet splash noapic nolapic noirqdebug
          I'll take a look at the log and see if it yields anything, thanks!

          Comment

          Working...
          X