[5.800] Slow Boot

ok im getting a few things.  It takes 20 minutes to boot.  the remounting drives readwrite is where it slows down.  after its booted its fast again.   Ill look into that.
Parents Reply
  • If slow harddisk is the problem you can check the harddisk by simply write onto it. The following command writes data to a file as fast as possible:
    cat /dev/zero > testfile
    Let it run for 2 or 3 seconds then kill it with Control+C. Look at the size of the file. It should be at least 50 MB in size. Then your harddisk should be fast enough. Also you can try to disable DMA by executing 'hdparm -d 0 /dev/'

    Xeno
Children