Grub 0.97 install [SOLVED by MYSELF]

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
gaaslight

Grub 0.97 install [SOLVED by MYSELF]

Post by gaaslight »

I installed grub 0.97 using synaptic. It automatically removed grub-pc. However, I reboot and it looks like grub2 is loaded and I also can't find /boot/grub/menu.lst. Do I need to install grub in a console

Code: Select all

grub> install
?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 4 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Grub 0.97 install

Post by remoulder »

[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
gaaslight

Re: Grub 0.97 install

Post by gaaslight »

Following the instructions from your link. Skipping the parts I'd already performed with synaptic,

Code: Select all

sudo update-grub
sudo update-grub: command not found
However.

Code: Select all

su
Password: 
 _________________________________________

box chris # update-grub
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... 

Could not find /boot/grub/menu.lst file. Would you like /boot/grub/menu.lst generated for you? (y/N) y
Searching for splash image ... none found, skipping ...
Found GRUB 2: /boot/grub/core.img
Found kernel: /boot/memtest86+.bin
Found kernel: /boot/vmlinuz-2.6.31-20-generic
Found kernel: /boot/vmlinuz-2.6.31-16-generic
Found GRUB 2: /boot/grub/core.img
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
Perhaps a better response to my "do I need to install grub in a console?"

Code: Select all

grub> install
would have been

Code: Select all

su update-grub
gaaslight

Re: Grub 0.97 install

Post by gaaslight »

remoulder wrote:Please Edit your post title and add [SOLVED] once your question is resolved.
Having updated grub and successfully rebooted, I will mark my thread as "Solved", though I think it a bit presumptuous to assume that all your responses will result in a solution.
Locked

Return to “Installation & Boot”