i am seeing following message where it stops for long time while booting.
Started Recreate Volatile Files and Directories.
Starting /dev/disk/by-uuid/f1111f8f-9340-4135-a124-807edbf385ef ^[[1;31maborted^[[0m because a dependency failed.
Please suggest some solution.
It seems to be related to swap partition.
i have fedora and ubuntu installed.
**/dev/sda1 has ubuntu in it and /dev/sda6 is its swap.
following are some command output messages that can help find the cause.
Please help in finding solution.
following logs, probably, could help find the issue.
[mypc@mypc ~]$ cat /proc/swaps
Filename Type Size Used Priority
/dev/dm-1 partition 2064380 0 0
[mypc@mypc ~]$
fstab
-------
/dev/mapper/vg_mypc-froot / ext4 defaults 1 1
UUID=f1ff0c3d-ac3a-4321-b271-fa0619aca231 /boot ext4 defaults 1 2
/dev/mapper/vg_mypc-fhome /home ext4 defaults 1 2
/dev/mapper/vg_mypc-fswap swap swap defaults 0 0
UUID=f1111f8f-9340-4135-a124-807edbf385ef swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
[root@mypc mypc]# fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00015ef5
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 102399999 51198976 83 Linux
/dev/sda2 185344000 625141759 219898880 5 Extended
/dev/sda3 102400000 103423999 512000 83 Linux
/dev/sda4 103424000 185343999 40960000 8e Linux LVM
/dev/sda5 186265600 625141759 219438080 83 Linux
/dev/sda6 185346048 186263551 458752 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/mapper/vg_mypc-froot: 5268 MB, 5268045824 bytes
255 heads, 63 sectors/track, 640 cylinders, total 10289152 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_mypc-froot doesn't contain a valid partition table
Disk /dev/mapper/vg_mypc-fswap: 2113 MB, 2113929216 bytes
255 heads, 63 sectors/track, 257 cylinders, total 4128768 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_mypc-fswap doesn't contain a valid partition table
Disk /dev/mapper/vg_mypc-fhome: 34.5 GB, 34527510528 bytes
255 heads, 63 sectors/track, 4197 cylinders, total 67436544 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_mypc-fhome doesn't contain a valid partition table
[root@mypc mypc]#