04-29-2021, 12:37 AM
[member=48258]llmojo[/member]
If you're unsure how to confirm which BIOS LL is installed to (UEFI or Legacy BIOS) you can run the following command - it looks for the telltale efi directory..
Again we'll want to confirm whether /home is attached..
You could 'ls /home' to ensure its a blank/empty directory - it may not have gotten recognized - it may have needed the label "/home" reused or reentered at time of install...
You can also use gparted to view partitions. As we'll need the filesystem.. "/sdX#" i.e. /sda2 or /sdb1 etc..
IF...everything is seen by the OS or attached - then it should be easily mounted to LL ...
IF... the partition isn't seen by LL or cannot be mounted, it may be installed to the opposing BIOS - I don't see this being the case - as its not the OS and its not booting...
I really see that the problem being during the install the home partition didnt have the "/home" label (my guess)..
If you're unsure how to confirm which BIOS LL is installed to (UEFI or Legacy BIOS) you can run the following command - it looks for the telltale efi directory..
Code:
[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD"
Again we'll want to confirm whether /home is attached..
Code:
lsblk
You could 'ls /home' to ensure its a blank/empty directory - it may not have gotten recognized - it may have needed the label "/home" reused or reentered at time of install...
You can also use gparted to view partitions. As we'll need the filesystem.. "/sdX#" i.e. /sda2 or /sdb1 etc..
IF...everything is seen by the OS or attached - then it should be easily mounted to LL ...
IF... the partition isn't seen by LL or cannot be mounted, it may be installed to the opposing BIOS - I don't see this being the case - as its not the OS and its not booting...
I really see that the problem being during the install the home partition didnt have the "/home" label (my guess)..
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2