Announcement

Collapse
No announcement yet.

Error after restart

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

    Error after restart

    I have installed Kubuntu Feisty for the second time now. Both times I configures settings to my liking, installed many packages (Eclipse, Sun-Java-6, ATI binary drivers, etc.), and both times after restarting I get a black screen with lots of messages stating hdd is not ready and KDE never boots.

    After some tinkering I found /etc/fstab had my main drivers commented and only the dvd drive (mounting on /media/hdd) was uncommented. I figured it had something to do with that so I uncommented the lines, but after restarting all I get is a black screen.

    Any hints?

    Greetings,
    Magus


    #2
    Re: Error after restart

    Could you please post the contents of /etc/fstab ...?

    Comment


      #3
      Re: Error after restart

      /etc/fstab
      Code:
      # /etc/fstab: static file system information.
      #
      # <file system> <mount point>  <type> <options>    <dump> <pass>
      proc      /proc      proc  defaults    0    0
      # /dev/hda5
      UUID=5ac92189-47de-4876-b0ed-0af9323f7987 /        ext3  defaults,errors=remount-ro 0    1
      # /dev/hda1
      UUID=1255BB2E8DC3A509 /media/hda1   ntfs  defaults,nls=utf8,umask=007,gid=46 0    1
      # /dev/hda4
      UUID=4483-4D95 /media/hda4   vfat  defaults,utf8,umask=007,gid=46 0    1
      # /dev/hda6
      UUID=e804b36a-50e6-41e0-9363-c930392fa0f9 none      swap  sw       0    0
      /dev/hdd    /media/cdrom0  udf,iso9660 user,noauto   0    0
      /dev/hdc    /media/cdrom1  udf,iso9660 user,noauto   0    0
      /dev/fd0    /media/floppy0 auto  rw,user,noauto 0    0
      I belive the greater problem didn't have to do with fstab. I have managed to boot into Kubuntu by using

      Code:
      sudo dpkg-reconfigure -phigh xserver-xorg
      As stated in some posts on the forum, but the messages
      Code:
      hdd: drive not ready for command
      are still appearing on the background when using TTY# so I think there might be something wrong still.

      Thanks a lot

      Greets!

      Comment


        #4
        Re: Error after restart

        This sounds just like the problem I have which I posted several weeks ago (about one week after the release).
        I am not a 'tinkerer', and just want to be able to use this! Any suggestions?

        Richard
        Please mail and and all suggestions also to: richard@LPAgroup.biz - thanks

        Comment


          #5
          Re: Error after restart

          Merely a guess - but does adding ide=nodma to the boot options change anything?

          Comment

          Working...
          X