Boot issue (May be a bug)

Asked by Loofy

Well I would rather file this as a bug. But since I don't know what package that might cause this to happen I need some help on gather some more information that might help us figuring out what it is.

I took a screenshot to begin with.

The shot displays what I have been encountered for for like 5-7 times during Boot of the system. To get past this message all I had to do is put a "CTRL+ALT+DEL" command and then everything boots up as normal.

I want to know why this happened.

Here you can download and watch how the screen looks like:
http://dl.dropbox.com/u/4404882/Booterror_Ubu1004LTS_64bit.jpg

Best Regards
Fredrik L

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Loofy (loofy) said :
#1

I ran some additional checkups in this matter.

<printout>
XXXXX@XXXXX-desktop:/dev/disk/by-uuid$ ls -la
totalt 0
drwxr-xr-x 2 root root 160 2010-05-04 08:50 .
drwxr-xr-x 6 root root 120 2010-05-04 08:50 ..
lrwxrwxrwx 1 root root 10 2010-05-04 08:51 1c801b98-d757-4203-8e51-6b1ffc5fb1f8 -> ../../sda2
lrwxrwxrwx 1 root root 10 2010-05-04 08:51 4850678a-0b2c-40ca-9ce2-08ed1d04e5cc -> ../../sda3
lrwxrwxrwx 1 root root 10 2010-05-04 08:51 6acace05-d4c5-4ec5-a01d-705f9896acdf -> ../../sda4
lrwxrwxrwx 1 root root 10 2010-05-04 08:51 91bf0e5e-e060-4b7f-b5c6-29c4b31a6837 -> ../../sdd1
lrwxrwxrwx 1 root root 10 2010-05-04 08:51 968b7d43-c92c-4906-ad66-d0c95316b16f -> ../../sdb1
lrwxrwxrwx 1 root root 10 2010-05-04 08:51 a3600b07-ac1c-4446-9893-2cd819e7f223 -> ../../sda1
</printout>

The printout tells us that the last thing in the screenshot previously added isn't true, right? Since I got that particular UUID right there - linked to ../../sda2

//Fredrik L

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

try changing the 1c801b98-d757-4203-8e51-6b1ffc5fb1f8 in /etc/fstab to the old school name /dev/sda2

May work

e.g.

UUID=f1c42e59-678f-4c90-9102-70d1e5e872c3 /home ext4 defaults 0 2

would become:

/dev/sda2 /home ext4 defaults 0 2

THIS IS JUST AN EXAMPLE. So do NOT just copy the above. It will NOT work.

Revision history for this message
Loofy (loofy) said :
#3

I checked my fstab... but before doing something I need a confirmation

This is how my fstab looks like:

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda2 during installation
UUID=1c801b98-d757-4203-8e51-6b1ffc5fb1f8 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda4 during installation
UUID=6acace05-d4c5-4ec5-a01d-705f9896acdf /boot ext4 defaults 0 2
# /home was on /dev/sda3 during installation
UUID=4850678a-0b2c-40ca-9ce2-08ed1d04e5cc /home ext4 defaults 0 2
# swap was on /dev/sda1 during installation
UUID=a3600b07-ac1c-4446-9893-2cd819e7f223 none swap sw 0 0

End of file

I can see that it looks quite strange it says "errors=remount-ro" at the first row - should i retype this to say "defaults" instead?

//Loofy

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Then change

UUID=1c801b98-d757-4203-8e51-6b1ffc5fb1f8 / ext4 errors=remount-ro 0 1

to

/dev/sda2 / ext4 errors=remount-ro 0 1

Should be ok

Revision history for this message
Loofy (loofy) said :
#5

Ok I try this.

Since this does not happen all the time I will get back to this thread in about one week confirming that it has been "solved" my issue.

Thanks

Best Regards
Fredrik L

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

cool beans, good luck.

Can you help with this problem?

Provide an answer of your own, or ask Loofy for more information if necessary.

To post a message you must log in.