LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-22-2007, 11:20 AM   #1
Matz
Member
 
Registered: Oct 2006
Distribution: Kubuntu 9.04, Debian Etch
Posts: 178

Rep: Reputation: 31
fsck died with exit status 8


Hi.

I'm experiencing a new problem with Ubuntu. I set a dual boot system with windows in hda (first drive) and xubuntu in second drive (hdb).
When I boot ubuntu I got this "fsck died with exit status 8" error, even though I can go to graphical login typing "reboot".

How can I sort this?

My fstab is the following:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/hdb1
UUID=c9e2d3e4-e267-4c3e-b5e8-d09fd011a289 /               ext3    defaults,errors=remount-ro 0       1
# /dev/hdb5
UUID=300c64ed-b696-4706-b2a8-a5de06bc659f /media/hdb5     ext3    defaults        0       2
# /dev/hdb5
UUID=300c64ed-b696-4706-b2a8-a5de06bc659f none            swap    sw              0       0
/dev/hdd        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
And this is what I find in /var/log/fsck/checkfs
Code:
Log of fsck -C -R -A -a 
Wed Aug 22 17:51:56 2007

fsck 1.40-WIP (14-Nov-2006)
fsck.ext3: Unable to resolve 'UUID=300c64ed-b696-4706-b2a8-a5de06bc659f'
fsck died with exit status 8
Thank for help
 
Old 08-23-2007, 05:41 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Have you done a "mkswap" on that - or installed another (dual-boot) distro that picked up that swap partition ???. Looks like the UUID has changed.

Two solutions:
- swapoff and do another mkswap, noting the UUID and paste that into fstab
- modify fstab to use /dev/hdb5 in lieu of the UUID.
 
Old 08-23-2007, 05:56 AM   #3
klytu
Member
 
Registered: Mar 2004
Location: Eastern United States
Distribution: Ubuntu
Posts: 65

Rep: Reputation: 15
Quote:
Originally Posted by Matz View Post
Hi.

I'm experiencing a new problem with Ubuntu. I set a dual boot system with windows in hda (first drive) and xubuntu in second drive (hdb).
When I boot ubuntu I got this "fsck died with exit status 8" error, even though I can go to graphical login typing "reboot".

How can I sort this?

My fstab is the following:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/hdb1
UUID=c9e2d3e4-e267-4c3e-b5e8-d09fd011a289 /               ext3    defaults,errors=remount-ro 0       1
# /dev/hdb5
UUID=300c64ed-b696-4706-b2a8-a5de06bc659f /media/hdb5     ext3    defaults        0       2
# /dev/hdb5
UUID=300c64ed-b696-4706-b2a8-a5de06bc659f none            swap    sw              0       0
/dev/hdd        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
And this is what I find in /var/log/fsck/checkfs
Code:
Log of fsck -C -R -A -a 
Wed Aug 22 17:51:56 2007

fsck 1.40-WIP (14-Nov-2006)
fsck.ext3: Unable to resolve 'UUID=300c64ed-b696-4706-b2a8-a5de06bc659f'
fsck died with exit status 8
Thank for help
The fsck error you received indicates there is an error in your /etc/fstab file. In the /etc/fstab you posted, these lines:
Quote:
UUID=300c64ed-b696-4706-b2a8-a5de06bc659f /media/hdb5 ext3 defaults 0 2
# /dev/hdb5
UUID=300c64ed-b696-4706-b2a8-a5de06bc659f none swap sw 0 0
indicate part of the problem. Notice that the same partition is being mounted at /media/hdb5 and then also assigned as swap. Assuming you can boot from a LiveCD or Knoppix, one simple thing you can try is commenting out the first line above:
Quote:
#UUID=300c64ed-b696-4706-b2a8-a5de06bc659f /media/hdb5 ext3 defaults 0 2
# /dev/hdb5
Then try to boot. If that doesn't work, post whatever error message appears and also the output of
Code:
sudo fdisk -l
 
Old 08-24-2007, 02:29 AM   #4
Matz
Member
 
Registered: Oct 2006
Distribution: Kubuntu 9.04, Debian Etch
Posts: 178

Original Poster
Rep: Reputation: 31
Thanks for help. I eventually reinstalled and fixed the problem. I think I messed up my partition a bit in previous install process, which was interrupted during drive partition. Thanks anyway.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PPP Daemon died ... Exit status: 1 windus Linux - Newbie 11 02-03-2008 10:29 PM
Why this error 'pppd died unexpectadly Exit status:1' while connecting GPRS kcarun Debian 3 01-04-2007 11:20 PM
fsck died with exit status 8 Red Knuckles Ubuntu 1 01-01-2007 06:52 PM
PPPD died exit code 2 jtibbit Linux - Networking 2 10-21-2002 05:04 AM
kppp daemon died unexpectedly exit status 4 steelrose Linux - Networking 1 04-03-2002 04:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration