12-18-2019, 12:16 AM
(12-17-2019, 08:38 PM)DeepThought link Wrote: [member=5414]firenice03[/member]
Quote:You may wanna try, connecting the disk boot to a LiveUSB, once at the desktop launch terminal and run
Code: [Select]
sudo update-grub
Won't that try to update-grub on the liveusb ? I think you will need to create a chroot environment on sda and then update grub there
Eh you maybe right on that... [member=7644]DeepThought[/member] Thanks!!
and each/either will need to be mounted .. i.e. /dev/sdxY will need to mounted then chroot then grub could be updated....
The following should do this... although I'm not at my system else I would test the commands... [member=7644]DeepThought[/member] this more on par? missing anything
For x the corresponding letter (sda or sdb ... ) Y the number (sda2 or sdc1) - You'll need to know these.. *It maybe sda but confirm and I would start with 1 drive not both..
From the LiveUSB...
Code:
sudo mount /dev/sdxY /mnt
Code:
sudo chroot /mnt
Code:
sudo update-grub
If grub needs re-installed
Code:
sudo grub-install /dev/sdxY
Reboot
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