CrusaderAD; Hi !
As I understand it, the default is to install grub onto the USB device in the install process; and yeah, there is an option in that process to direct where grub is to be installed.
As the system is installed, how about installing grub onto the SSD from the liveUSB ?
Boot the liveUSB -> try ubuntu mode -> terminal;
Code:
sudo mkdir mnt/work
sudo mount /dev/sda1 /mnt/work ##assumes the SSD is device SDA AND that "root" in in that 1st partition, adjust accordingly !
sudo grub-install /dev/sda
sudo umount /mnt/work
reboot into the actual install and:
just to ensure all is in order.
workie great last long time ?
Bookmarks