Hey! I just recently upgraded to Kubuntu 18.10 and, upon my first boot, I was introduced to the GNU GRUB screen. After some searching around, I was able to find out how to actually boot up my computer. After doing all of this, a question popped up in my head. Why isn't GRUB autofinding my Vmlinuz and Initrd files?
I was wondering if there was a way to make GNU GRUB actually use its config file, since several runs of update-grub seems to not have changed anything. While this issue isn't exactly breaking, I find it rather annoying to constantly have to use
Whenever I want to work on my college work or browse the internet after having my computer turned off.
I hope that this problem gets resolved.
Thanks!
~Perseus Kane
I was wondering if there was a way to make GNU GRUB actually use its config file, since several runs of update-grub seems to not have changed anything. While this issue isn't exactly breaking, I find it rather annoying to constantly have to use
set root=(hd0,gpt2)
ls (hd0,gpt2)/
linux /./vmlinuz-4.15.0-24-generic
initrd /./initrd-4.15.0-24-generic
boot
ls (hd0,gpt2)/
linux /./vmlinuz-4.15.0-24-generic
initrd /./initrd-4.15.0-24-generic
boot
I hope that this problem gets resolved.
Thanks!
~Perseus Kane
Comment