All public logs

Jump to navigation Jump to search

Combined display of all available logs of I Will Fear No Evil. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:08, 26 October 2023 Chubbard talk contribs created page Grub (Created page with "== GRUB commands == == Recovery from Grub Prompt == Find the uefi path in your drive [https://forums.linuxmint.com/viewtopic.php?t=362388 Stuck in grub hell] <pre> grub> ls (proc) (hd0) (hd0,gpt2) (hd0,gpt1) (cd0) grub> ls (hd0,gpt1)/ efi/ EFI-old/ grub>_ </pre> Now run the commands to use the partition * After the "normal" command many times grub will boot at that point * Have not needed the linux /boot, or the initrd /boot done yet <pre> grub rescue> set prefix=(hd0,...")