I have read the other related articles, but have not been able to resolve this issue. Either the scenario is not applicable, or I do not fully understand the subject matter, as one who has been a microsoft guy for 25 years.
I have decided to venture into the Linux pool, but I have to say that after 2 weeks of reading and loading and configuring a working FOG server, only to have it rendered unusable by a software update, has put a kabosh on some measure of my enthusiam. A trust issue right out the door is not a good thing. Anyway-
Im running a fresh load of 18.04LTS with FOG 1.5.6. Neither are upgrades from prior versions.
Today (18.June.2019) the system had another batch of software updates to load. After reboot, the system goes straight to GNU GRUB menu. Nothing in this menu will get me past it.
Linux 4.18.0-22 generic tops the Grub menu
Please advise. (in beginner dialect) Very much obliged.
/boot/grub/grub.cfg
(in your sda1)? – schrodingerscatcuriosity Jun 18 '19 at 17:42ls
: this should show you a list of HD devices (where hopefully your initramfs is stored). You can navigate through them as in a normal shell, likels (hdX)
, and you should find one that contains the path(hdX)/boot/grub
. If so, please typeset root=(hdX)
followed byset prefix=/boot/grub
(orset prefix=(hdX)/boot/grub
), thenlsmod normal
(orinsert normal
) andnormal
– Alessandro Flati Jun 18 '19 at 17:33System Boot Order not Found. Initializing defaults. Creating Boot entry Boot002E with label "Ubuntu" for file "\EFI\ubuntu\shimx64.efi
– qweequeg Jun 18 '19 at 17:39