08-28-2016, 03:09 PM 
		
	
	
		Sorry gold_finger i wasnt clearer in describing my situation. Right now the computer boots straight to windows and thats what i wanted but si would also like to show grub menu or boot into LL when i want, how can i achieve that considering the changes i made to grub?
Here is the output from the terminal:
	
	
	
	
	
Here is the output from the terminal:
Code:
linux@linux:~$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 232.9G  0 disk 
├─sda1   8:1    0   500M  0 part 
├─sda2   8:2    0 172.8G  0 part 
├─sda3   8:3    0   999M  0 part 
├─sda4   8:4    0     1K  0 part 
├─sda5   8:5    0  52.7G  0 part 
└─sda6   8:6    0   5.9G  0 part [SWAP]
sdb      8:16   1   7.3G  0 disk /cdrom
└─sdb1   8:17   1   955M  0 part 
sr0     11:0    1  1024M  0 rom  
loop0    7:0    0 909.8M  1 loop /rofs
linux@linux:~$ sudo parted -l
Model: ATA WDC WD2500AAKX-6 (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 
Number  Start   End    Size    Type      File system     Flags
 1      1049kB  525MB  524MB   primary   ntfs            boot
 2      525MB   186GB  186GB   primary   ntfs
 4      186GB   249GB  62.9GB  extended
 5      186GB   243GB  56.6GB  logical   ext4
 6      243GB   249GB  6324MB  logical   linux-swap(v1)
 3      249GB   250GB  1048MB  primary   ntfs            diag
Error: Invalid partition table - recursive partition on /dev/sdb.
Ignore/Cancel? 
 
 

