11-22-2015, 01:20 PM 
		
	
	
		So, some more info, and some odd confusing results, sorry this is a bit long..
If I do an fdisk -l, the nvme does not show up..??
But if I do a lsblk , it shows the exact structure inc the nvme drive that I did with "Live gparted" before install.
I assume the /media/it/ is because I'm doing this from a "Live Boot" , I have added some # notes on what is what
Now if I check within a Live Boot, "Disks" shows the nvme drive, but in "other devices", not in Disk Drives.??
but with "gparted in the Live Boot" the nvme drive is "not" shown on the drop-down list of devices, it is shown in a "gparted live" , that's how I did the partitions..??
![[Image: Gh7KNWz.png]](http://i.imgur.com/Gh7KNWz.png)
Finally,
This is(I believe) the "grub.conf" referred to in other posts that that firenice03 and I found
Where the device was not correct in the "vmlinuz" line..?? , should this be referencing "/dev/nvme0n1"
There are 3 references to: [color=rgb(255, 0, 0)]UUID=89ddbfbb-26a0-4476-ba01-736c7aee234b[/color]
Thanks to all for your help, much appreciated.. 
	
	
	
If I do an fdisk -l, the nvme does not show up..??
Code:
it@it:~$ sudo fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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 identifier: 0x77b04277
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048   104859647    52428800    7  HPFS/NTFS/exFAT
/dev/sda2       104859648   146802687    20971520   83  Linux
/dev/sda3       146802688   188745727    20971520   83  Linux
/dev/sda4       188745728  1951426559   881340416    5  Extended
/dev/sda5       188747776  1908412415   859832320    7  HPFS/NTFS/exFAT
Disk /dev/sdb: 8086 MB, 8086618112 bytes
37 heads, 13 sectors/track, 32836 cylinders, total 15794176 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: 0x000a0fdf
   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        2048    15794175     7896064    b  W95 FAT32But if I do a lsblk , it shows the exact structure inc the nvme drive that I did with "Live gparted" before install.
I assume the /media/it/ is because I'm doing this from a "Live Boot" , I have added some # notes on what is what
Code:
it@it:~$ lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda           8:0    0 931.5G  0 disk 
├─sda1        8:1    0    50G  0 part /media/it/Data                                                          # This is D:\ drive for Win7 , Data
├─sda2        8:2    0    20G  0 part                                                                                # This was a place-holder for Mint /home 
├─sda3        8:3    0    20G  0 part                                                                                # This is LL /home  
├─sda4        8:4    0     1K  0 part                                                                                 # extended
└─sda5        8:5    0   820G  0 part /media/it/1B3FF3B32DE36FDE                                  # This is going to be a large shared ntfs partition
sdb           8:16   1   7.5G  0 disk 
└─sdb1        8:17   1   7.5G  0 part /cdrom
loop0         7:0    0 747.6M  1 loop /rofs
nvme0n1     259:0    0 119.2G  0 disk 
├─nvme0n1p1 259:1    0    50G  0 part /media/it/OpSys                                                 # This is Win7 C:\ OpSys
├─nvme0n1p2 259:2    0    20G  0 part /media/it/rootlm                                                 # This was a place-holder for Mint /
├─nvme0n1p3 259:3    0    20G  0 part /media/it/89ddbfbb-26a0-4476-ba01-736c7aee    # This is where LL / is
├─nvme0n1p4 259:4    0     1K  0 part                                                                           # extended
└─nvme0n1p5 259:5    0    17G  0 part                                                                          # spare free spaceNow if I check within a Live Boot, "Disks" shows the nvme drive, but in "other devices", not in Disk Drives.??
but with "gparted in the Live Boot" the nvme drive is "not" shown on the drop-down list of devices, it is shown in a "gparted live" , that's how I did the partitions..??
![[Image: Gh7KNWz.png]](http://i.imgur.com/Gh7KNWz.png)
Finally,
This is(I believe) the "grub.conf" referred to in other posts that that firenice03 and I found
Where the device was not correct in the "vmlinuz" line..?? , should this be referencing "/dev/nvme0n1"
There are 3 references to: [color=rgb(255, 0, 0)]UUID=89ddbfbb-26a0-4476-ba01-736c7aee234b[/color]
Code:
menuentry 'Description:    Linux Lite 2.6 GNU/Linux' --class description_ --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-89ddbfbb-26a0-4476-ba01-736c7aee234b' {
    recordfail
    load_video
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root  89ddbfbb-26a0-4476-ba01-736c7aee234b
    else
      search --no-floppy --fs-uuid --set=root 89ddbfbb-26a0-4476-ba01-736c7aee234b
    fi
    linux    /boot/vmlinuz-3.13.0-62-generic root=UUID=89ddbfbb-26a0-4476-ba01-736c7aee234b ro  quiet splash $vt_handoff
    initrd    /boot/initrd.img-3.13.0-62-generic
}
submenu 'Advanced options for Description:    Linux Lite 2.6 GNU/Linux' $menuentry_id_option 'gnulinux-advanced-89ddbfbb-26a0-4476-ba01-736c7aee234b' {
    menuentry 'Description:    Linux Lite 2.6 GNU/Linux, with Linux 3.13.0-62-generic' --class description_ --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-62-generic-advanced-89ddbfbb-26a0-4476-ba01-736c7aee234b' {
        recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root  89ddbfbb-26a0-4476-ba01-736c7aee234b
        else
          search --no-floppy --fs-uuid --set=root 89ddbfbb-26a0-4476-ba01-736c7aee234b
        fi
        echo    'Loading Linux 3.13.0-62-generic ...'
        linux    /boot/vmlinuz-3.13.0-62-generic root=UUID=89ddbfbb-26a0-4476-ba01-736c7aee234b ro  quiet splash $vt_handoff
        echo    'Loading initial ramdisk ...'
        initrd    /boot/initrd.img-3.13.0-62-generic
    }
    menuentry 'Description:    Linux Lite 2.6 GNU/Linux, with Linux 3.13.0-62-generic (recovery mode)' --class description_ --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-62-generic-recovery-89ddbfbb-26a0-4476-ba01-736c7aee234b' {
        recordfail
        load_video
        insmod gzio
        insmod part_msdos
        insmod ext2
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root  89ddbfbb-26a0-4476-ba01-736c7aee234b
        else
          search --no-floppy --fs-uuid --set=root 89ddbfbb-26a0-4476-ba01-736c7aee234b
        fi
        echo    'Loading Linux 3.13.0-62-generic ...'
        linux    /boot/vmlinuz-3.13.0-62-generic root=UUID=89ddbfbb-26a0-4476-ba01-736c7aee234b ro recovery nomodeset 
        echo    'Loading initial ramdisk ...'
        initrd    /boot/initrd.img-3.13.0-62-genericThanks to all for your help, much appreciated..
 
	
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
	
	
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)

 
 

 
