[SOLVED] GRUB is gone after reinstallation

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
slogum

[SOLVED] GRUB is gone after reinstallation

Post by slogum »

After upgrading to Linux Mint 9 (from 8 ) I can't choose witch OS to boot. Before, when i started Mint 8, I got a GRUB-screen where I could choose between normal boot, safe-mode boot, ..., and Windows 7. After upgrading I don't see this screen anymore, it boots directly into Mint 9.

How can I get it back?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
oobetimer

Re: GRUB is gone after reinstallation

Post by oobetimer »

slogum wrote:After upgrading to Linux Mint 9 (from 8 ) I can't choose witch OS to boot. Before, when i started Mint 8, I got a GRUB-screen where I could choose between normal boot, safe-mode boot, ..., and Windows 7. After upgrading I don't see this screen anymore, it boots directly into Mint 9.

How can I get it back?
Open a terminal.

Code: Select all

sudo os-prober

sudo update-grub
http://forum.ubuntu-fi.org/index.php?to ... #msg192787

http://translate.google.fi/translate?js ... =en&swap=1
slogum

Re: GRUB is gone after reinstallation

Post by slogum »

I ran sudo update-grub successfully, but when i run sudo os-prober I get:

ls: cannot access /var/lib/os-prober/mount/boot
Boot: No such file or directory
oobetimer

Re: GRUB is gone after reinstallation

Post by oobetimer »

slogum wrote:I ran sudo update-grub successfully, but when i run sudo os-prober I get:

ls: cannot access /var/lib/os-prober/mount/boot
Boot: No such file or directory
Solution
Boot into your Linux OS and deleted or rename the folder /boot on the Windows system partition. Make sure that your don't delete the /Boot folder. The /Boot folder contains the file "bcd" which is necessary to boot Windows Vista/7.
http://sourceforge.net/apps/mediawiki/b ... On_Windows
slogum

Re: GRUB is gone after reinstallation

Post by slogum »

Thanks man!
Locked

Return to “Installation & Boot”