Linux Lite Forums
not being able to boot from ssd - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17)
+--- Thread: not being able to boot from ssd (/showthread.php?tid=5147)



not being able to boot from ssd - onnipoika - 04-03-2018

I installed LL, but after the install should have been finished I restarted my computer and everything seemd normal. But after I had once shutdown and removed the usb I got LL from my laptop opened to the BIOS menu and the ssd I installed LL to was not detected.
When I am in the live version of LL it detects my laptops ssd as a sd card reader and when I look into it all the LL files are there, but I can't boot to it.
please, help!


Re: not being able to boot from ssd - TheDead - 04-05-2018

I don't know the command to check but maybe the SSD stayed partitionned in GPT/UEFI mode in some way.
It can be read in LL but not booted from.

Cheers!


Re: not being able to boot from ssd - rokytnji - 04-05-2018

Quote:When I am in the live version of LL it detects my laptops ssd as a sd card reader and when I look into it all the LL files are there, but I can't boot to it.

Code:
$ sudo lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda      8:0    0 55.9G  0 disk
├─sda1   8:1    0 48.1G  0 part /home
└─sda2   8:2    0  7.8G  0 part /
sr0     11:0    1 1024M  0 rom 
$ sudo parted -l
Model: ATA KINGSTON SV300S3 (scsi)
Disk /dev/sda: 60.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
2      1049kB  8390MB  8389MB  primary  ext4
1      8390MB  60.0GB  51.6GB  primary  ext4

Just giving you a example of what you should post next. While running in live session.

Code:
$ sudo fdisk -l







Disk /dev/sda: 55.9 GiB, 60022480896 bytes, 117231408 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
Disklabel type: dos
Disk identifier: 0x4322667d

Device     Boot    Start       End   Sectors  Size Id Type
/dev/sda1       16386048 117229567 100843520 48.1G 83 Linux
/dev/sda2           2048  16386047  16384000  7.8G 83 Linux