NUC Install Issues - nvme pcie drive - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6) +--- Forum: Hard Drives and SSDs (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=26) +--- Thread: NUC Install Issues - nvme pcie drive (/showthread.php?tid=2415) |
NUC Install Issues - nvme pcie drive - Wirezfree - 11-21-2015 [size=1em]Hi,[/size] [size=1em]I started new thread instead of using the other thread.[/size] [size=1em]I think this is possibly disk related..??[/size] [size=1em]I booted a live gparted, and prepared partitions in advance. (see below)[/size] [size=1em]"IMPORTANT" the NUC contains a "Samsung nvme pcie ssd"[/size] [size=1em]So gparted detected drive O.K, and allowed me to create partitions.[/size] [size=1em]Linux kernel gives an odd, but normal: /dev/nvme0n1p1[/size] [size=1em]I decide to install LL2.6 1st and make sure everything works.[/size] [size=1em]I ran LL2.6 Live boot USB, installed it, and it all ran O.K, no errors.[/size] [size=1em]On re-boot I get the "grub screen"[/size] [size=1em][img height=600 width=800]http://i.imgur.com/J4ZR8pT.jpg[/img][/size] [size=1em]I checked Win7 still booted O.K, and it booted fine.[/size] [size=1em]Then I re-booted and selected "Linux Lite",[/size] [size=1em]momentary disk access, then the following: (sorry only have camera phone)[/size] [size=1em][img height=600 width=800]http://i.imgur.com/SqFUzpz.jpg[/img][/size] [size=1em]More Info when I re-booted a LL Live USB:[/size] Code: it@it:~$ sudo os-prober Code: it@it:~$ sudo parted -l [size=1em]Couple of observations/notes:[/size] [size=1em]1. The NUC Bios is set to Legacy & Safeboot "disabled", and the nvme pcie drive is recognised in BIOS[/size] [size=1em]2. For the Win7 install I needed to install it initially to 2nd drive, add 2 NS hofixes, then "clone" to nvme drive.[/size] [size=1em] This is because Win7 does not recognise nvme pcie drives.[/size] [size=1em]3. I think the disk order is due to the nvme pcie card being plugged direct on Mobo, and 2nd disk is on SATA port[/size] [size=1em]4. The nvme pcie disk "Model Unknown."..?? and it's sector size 512B/512B vs other disk is 512B/4096B ??[/size] [size=1em]Googling shows nvme pcie drives appear to be problematic in terms of setting up for Linux Boot[/size] [size=1em]I got confused, when discussions centred around UEFI & GPT started to be discussed, no mention of "Legacy scenario"..!![/size] [size=1em]So more research needed, but any comments welcome [/size] Re: NUC Install Issues - nvme pcie drive - technomancer - 11-21-2015 where did you install grub to ? have you tried installing grub to both of the disks and get the same result ? Re: NUC Install Issues - nvme pcie drive - Wirezfree - 11-21-2015 Hi, On the installer you only get to choose 1, I did it to /dev/nvme0n1 This I assumed worked, it gives me the grub screen to select from, Given it wont boot, not sure how to install it also to /dev/nvme0n1p3 (this is the partition where LL is installed) /dev/nvme0n1p1 is where Win7 is already installed. /dev/nvme0n1p2 is where I planned Linux Mint to go. Re: NUC Install Issues - nvme pcie drive - Wirezfree - 11-21-2015 Further update: I noticed something just before the above error appears, it appears very quick, so I re-booted s few times.. It says: "error attempting to Read/Write outside of disk" "HD0" Verified in BIOS that the nvme is showing: Re: NUC Install Issues - nvme pcie drive - firenice03 - 11-21-2015 I'm sure you've searched... but I came across a couple links... http://askubuntu.com/questions/397485/what-to-do-when-i-get-an-attempt-to-read-or-write-outside-of-disk-hd0-error And http://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/boot-problem-after-installing-ubuntu-11-04-kernel-panic-not-syncing-vfs-919143/ Maybe worth a look... Good Luck!! Re: NUC Install Issues - nvme pcie drive - Wirezfree - 11-22-2015 @firenice03, Thanks, Yes I have those on a growing list with a few more, now this is where lack of knowledge shows. All the things I have found, like 1 of those you linked to must be being done from a "Live Boot" But how do I correctly mount and edit where these files reside..?? When I "Live Boot" I think all the various partitions show on the desktop, Do I just double click, navigate to files and Edit, is it that simple.?? I think 1 you also listed, 1st Link, Maybe be if you select the "Advanced > Recovery" option at boot... I will try that 1st It's late, I'm tired, don't want make a mistake, will try later... after some shut-eye... Re: NUC Install Issues - nvme pcie drive - technomancer - 11-22-2015 I am not familiar with your hardware, i wish i could help more. I noticed you AHCI enabled, have you tried disabling it (IDE)then booting to LL or install LL in IDE mode ? Just don't boot back into windows after. If you are successful booting to LL or installing, reboot then sudo update-grub. Lastly reboot again and change it back to AHCI and make sure you can boot to windows and LL. Sorry thats all I can think of. Re: NUC Install Issues - nvme pcie drive - gold_finger - 11-22-2015 Not familiar with those types of drives so don't think I'll be much help here. Try technomancer's suggestion of disabling AHCI to see if that solves issue. Regarding how to edit files from a "live" LL disk, just mount the partition that you need to access files on to the "/mnt" directory. Then you can use file manager to browse the file system there and pick whatever file needs to be edited (probably as Root if it's a system file). Example: Mount partition with this command: Code: sudo mount /dev/nvme0nlp3 /mnt If you needed to edit the fstab file on that partition, (as a random example), command would be: Code: gksu leafpad /mnt/etc/fstab Or you could just use gui file manager, right-click and open the /mnt/etc folder as root, right-click the fstab file and open with leafpad to edit it. Re: NUC Install Issues - nvme pcie drive - Wirezfree - 11-22-2015 @firenice03 Thanks, The AHCI setting is only for the SATA port for a 2nd drive, it does not affect the mini pcie port where the mvne M2 disk plugs in. @gold_finger Many Thanks, I will note this, Now I need to figure out what, if anything needs editing to fix this..??, I'm just gathering some more info. Re: NUC Install Issues - nvme pcie drive - Wirezfree - 11-22-2015 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..?? Code: it@it:~$ sudo fdisk -l 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 Code: it@it:~$ lsblk 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..?? 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' { Thanks to all for your help, much appreciated.. |