Big problem with centos minimal installation


Hi ,
Here im sharing an image taken loading the centos 7 and there I can see an error marked as FAILED in red colour
Could you please anyone tell me that what is it and how can I solve it
. My centos taking more than 30min sometime to boot up… And please guide me that how can I i stall software and app in to my system … I’m very new to Linux so please help me…
Thanks

Please I need the help badly , its installation already wiped out my entire windows 7 ultimate from the system now can’t able to access neft partion done for windows … After I installed few updates in my system I taking more than 1hr to boot up . Why the centos acting like this … I had server 2008 in my system it only take maximum 5 min to turn on … Please, someone could you help me on this…
Thanks

Hi Arun,

Can you please provide more technical info so we can help? Information such as current partition table, what updates you have installed, any errors, warning messages you see on the screen whild the system is booting/running etc.

thank you

Lubos

Hi Lubos,
Thats not system update details i thinks WLAN connection log ,sorry for that…

There was a yum log files but now its not there …

Hi Lubos ,
I really thankful for your replay … i can share few images of that you were asked but i feel difficulty to upload directly so used image repository …
1)

(details about disk volume )

  1. Imgur: The magic of the Internet (Boot Up error…)

Once again thank for your replay…

Hi Arun,

Please run the following command as root to get your current partition tables layout and paste this output here:

# fdisk -l

Lubos

Hi Lubos,

Thanks for your help …i run the disk check command and i got the following …

Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk label type: dos
Disk identifier: 0xddfc5761

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 492683263 246340608 7 HPFS/NTFS/exFAT
/dev/sda2 492683264 758923263 133120000 7 HPFS/NTFS/exFAT
/dev/sda3 976769024 976771071 1024 6 FAT16
/dev/sda4 758923264 976769023 108922880 5 Extended
/dev/sda5 758925312 759949311 512000 83 Linux
/dev/sda6 759951360 976769023 108408832 8e Linux LVM

Partition table entries are not in disk order

Disk /dev/mapper/cl-root: 53.7 GB, 53687091200 bytes, 104857600 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk /dev/mapper/cl-swap: 4160 MB, 4160749568 bytes, 8126464 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk /dev/mapper/cl-home: 53.1 GB, 53091500032 bytes, 103694336 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

[root@localhost admin]#

Thanks

HI,

/dev/sda1   *        2048   492683263   246340608    7  HPFS/NTFS/exFAT
/dev/sda2       492683264   758923263   133120000    7  HPFS/NTFS/exFAT

The above are your windows related partitions. You can tray access the data on those partition by mounting them:

# mkdir /mnt/win
# mount /dev/sda1 /mnt/win
# cd /mnt/win

Lubos

Thanks for your help Lubos… And could you please help me on how to install yum packages since I cant do any software or app installation on my system but I don’t have a dvd iso ,it was huge in size so I downloaded centos minimal(just 700mb)… Is it possible to download yum packages alone from any website ?
Thanks…