(12-26-2017, 01:08 PM)trinidad link Wrote: [member=458]m654321[/member]The good news is all you have to do is run fsck manually on the Linux system and answer yes to the questions.
TC
I loaded an Ubuntu 16.04 DVD, and ran sudo fsck from the live environment, on the triple-boot SSD setup on laptop (1), see signature below. Just to give a more complete picture, the partitioning of /dev/sda is as follows:
sda1 ntfs system reserved flag = boot
sda2 ntfs windows 7
sda3 extended
sda5 ext4 PCLOS installed as root only
sda6 ext4 LL /root
sda7 ext4 LL /home
I ran the fsck command for both LL partitions, using the "automatic yes to all" setting: i.e. sudo fsck -y /dev/sda6 and sudo fsck -y /dev/sda7.
However, as Christmas Day (post #1), the system still wont boot to a grub screen: I still have a black screen with short flashing white line flashing near top left corner of display.
So I reboot to the Ubuntu live disk, and attempt to reinstate the grubscreen, and put LL at the top of the grublist using:
Code:
sudo mount /dev/sda6 /mnt
sudo grub-install --boot-directory=/mnt/boot /dev/sda
This ran fine without error, however, still no luck with the subsequent reboot, i.e. black screen again
Should I run fsck on /dev/sda1 and for the PCLOS partitions too ..?
I get the feeling the system is totally screwed, and I might need to reinstall LL as root only, and just hope my configuration files stored in /sda7 haven't been harmed.
What's your opinion?
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work