08-29-2014, 01:39 AM
Dear gold_finger,
I reinstalled LL with our original configuration (sorry partition sizes got changed) and posted below the out puts as requested from your reply #17 and also the out put from other commands posted in your earlier output. The problem remains the same, when booted the Grub blue screen runs and after the defined 10 Seconds it goes blank, does not start OS.
Pl look into it and let me know what is to be done further..
I reinstalled LL with our original configuration (sorry partition sizes got changed) and posted below the out puts as requested from your reply #17 and also the out put from other commands posted in your earlier output. The problem remains the same, when booted the Grub blue screen runs and after the defined 10 Seconds it goes blank, does not start OS.
Code:
linux@linux:~$ sudo mount /dev/sdb1 /mnt
linux@linux:~$ cat /mnt/etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sdb1 during installation
UUID=668e1088-6de1-41c1-abe5-be736568f639 / ext4 errors=remount-ro 0 1
# /home was on /dev/sdb6 during installation
UUID=862df362-9691-4344-a7d3-a9f29295a067 /home ext4 defaults 0 2
# /mnt/Windows was on /dev/sdb7 during installation
UUID=58D83E5E1618D324 /mnt/Windows ntfs defaults,umask=007,gid=46 0 0
# swap was on /dev/sdb5 during installation
UUID=f943611f-2a44-4f89-9b69-f840156d1c80 none swap sw 0 0
linux@linux:~$ sudo umount /mnt
linux@linux:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 232.9G 0 disk
├─sda1 8:1 0 125.5M 0 part
├─sda2 8:2 0 12.2G 0 part
├─sda3 8:3 0 102.9G 0 part
├─sda4 8:4 0 1K 0 part
└─sda5 8:5 0 117.7G 0 part
sdb 8:16 0 465.8G 0 disk
├─sdb1 8:17 0 119.2G 0 part
├─sdb2 8:18 0 1K 0 part
├─sdb5 8:21 0 7.5G 0 part [SWAP]
├─sdb6 8:22 0 97.7G 0 part
└─sdb7 8:23 0 241.5G 0 part
sr0 11:0 1 700M 0 rom /cdrom
loop0 7:0 0 668.3M 1 loop /rofs
linux@linux:~$ sudo blkid -c /dev/null
/dev/loop0: TYPE="squashfs"
/dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="07DB-011B" TYPE="vfat"
/dev/sda2: LABEL="RECOVERY" UUID="663EC66B3EC633B9" TYPE="ntfs"
/dev/sda3: LABEL="OS" UUID="0E58C90F58C8F68D" TYPE="ntfs"
/dev/sda5: UUID="30D748C43DA76362" TYPE="ntfs"
/dev/sr0: LABEL="Linux Lite 2.0 64-bit" TYPE="iso9660"
/dev/sdb1: UUID="668e1088-6de1-41c1-abe5-be736568f639" TYPE="ext4"
/dev/sdb5: UUID="f943611f-2a44-4f89-9b69-f840156d1c80" TYPE="swap"
/dev/sdb6: UUID="862df362-9691-4344-a7d3-a9f29295a067" TYPE="ext4"
/dev/sdb7: UUID="58D83E5E1618D324" TYPE="ntfs"
linux@linux:~$ sudo parted -l
Model: ATA WDC WD2500BEKT-7 (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 132MB 132MB primary fat16 diag
2 134MB 13.2GB 13.0GB primary ntfs boot
3 13.2GB 124GB 110GB primary ntfs
4 124GB 250GB 126GB extended
5 124GB 250GB 126GB logical ntfs
Model: Seagate Portable (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 128GB 128GB primary ext4 boot
2 128GB 500GB 372GB extended
5 128GB 136GB 7999MB logical linux-swap(v1)
6 136GB 241GB 105GB logical ext4
7 241GB 500GB 259GB logical ntfs
Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
has been opened read-only.
Error: Invalid partition table - recursive partition on /dev/sr0.
Ignore/Cancel? i
Model: PLDS DVD+-RW DS-8A5SH (scsi)
Disk /dev/sr0: 734MB
Sector size (logical/physical): 2048B/2048B
Partition Table: msdos
Number Start End Size Type File system Flags
linux@linux:~$
Pl look into it and let me know what is to be done further..