Re: what is the proper way to recover grub in an EFI environment ?

2019-11-05 Thread shirish शिरीष
at bottom :- On 05/11/2019, shirish शिरीष wrote: > > > Dear all, > > I was getting the error unknown which was messing me up. I finally > went to supergrub github page and saw this issue - > > https://github.com/supergrub/supergrub/issues/35 > > I downloaded the hybrid image as shared by the aut

Re: what is the proper way to recover grub in an EFI environment ?

2019-11-05 Thread shirish शिरीष
Dear all, I was getting the error unknown which was messing me up. I finally went to supergrub github page and saw this issue - https://github.com/supergrub/supergrub/issues/35 I downloaded the hybrid image as shared by the author i.e. https://sourceforge.net/projects/supergrub2/files/2.04s2-b

Re: what is the proper way to recover grub in an EFI environment ?

2019-11-05 Thread shirish शिरीष
at bottom :- On 06/11/2019, shirish शिरीष wrote: > at bottom :- > > I didn't get far but did get the following when using ls in grub rescue - > > grub rescue > ls > > (hd0) (hd0, msdos1) (hd1) (hd1,gpt7) (hd1,gpt6), (hd1,gpt5), (hd1,gpt4), > (hd1,gpt3), (hd1,gpt2), (hd1,gpt1) > > I am unsure o

Re: what is the proper way to recover grub in an EFI environment ?

2019-11-05 Thread shirish शिरीष
at bottom :- On 06/11/2019, shirish शिरीष wrote: > Dear Pascal, > > I saw your answer at > https://lists.debian.org/debian-user/2019/11/msg00059.html . > > I did use supergrub disk image > > https://www.supergrubdisk.org/super-grub2-disk/ > > and was able to get grub rescue prompt. > > Now I gues

Re: what is the proper way to recover grub in an EFI environment ?

2019-11-05 Thread shirish शिरीष
Dear Pascal, I saw your answer at https://lists.debian.org/debian-user/2019/11/msg00059.html . I did use supergrub disk image https://www.supergrubdisk.org/super-grub2-disk/ and was able to get grub rescue prompt. Now I guess I have to follow - https://askubuntu.com/questions/192621/grub-resc

Re: what is the proper way to recover grub in an EFI environment ?

2019-11-02 Thread Pascal Hambourg
Le 02/11/2019 à 17:45, shirish शिरीष a écrit : Directory: P:\EFI ModeLastWriteTime Length Name - -- d- 15-02-2018 19:21Microsoft d- 15-02-2018 19:26Boot d---

Re: what is the proper way to recover grub in an EFI environment ?

2019-11-02 Thread shirish शिरीष
Reply in-line :- On 02/11/2019, Pascal Hambourg wrote: > Le 02/11/2019 à 13:30, shirish शिरीष a écrit : >> >> /boot/efi/ is empty > > As expected. /boot/efi is just a mount point for the EFI partition. > Check /EFI/debian in the EFI partition (FAT). > It took me sometime but ultimately was able

Re: what is the proper way to recover grub in an EFI environment ?

2019-11-02 Thread Pascal Hambourg
Le 02/11/2019 à 13:30, shirish शिरीष a écrit : /boot/efi/ is empty As expected. /boot/efi is just a mount point for the EFI partition. Check /EFI/debian in the EFI partition (FAT). How did you change Debian boot mode to EFI ? Can you see a "debian" entry in the UEFI boot menu or boot order ?

Re: what is the proper way to recover grub in an EFI environment ?

2019-11-02 Thread shirish शिरीष
please CC me in case somebody finds any answers. On 02/11/2019, shirish शिरीष wrote: > Dear all, > > I am on a system which used to dual-boot between Debian GNU/Linux and > MS-Windows. I have shared couple of screenshots to show the structure > of how Debian/GNU linux looks within MS-Windows. Fo

Re: What is the proper way

1997-04-17 Thread Alexandre Lebrun
Hi, If you already have compiled the Kernel yourself, just do make *config; make modules; make modules_install and perhaps depmod -a; After that the modules can be inserted automatically by kerneld. No need to recompile or reboot. If you still run the kernel from the distribution floppy, I **