Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 433  / 2 Years ago, sun, january 9, 2022, 1:49:16

I'm trying to install Ubuntu 13.04 on Lenovo ThinkCenter with installed windows 7 from live CD. Everything seems ok but after first reboot from Ubuntu Grub doesn't appears and instead only windows 7 is loading. What can be wrong?



Thanks!



UPDATE:
As Srivatsa Kanchi sad I just had repair grub with following commands:



sudo fdisk -l


It's give me list of partions where I should select with Linux and mount with:



sudo mount /dev/sda4 /mnt


Where sda4 my Ubuntu partition. Next fix grub:



sudo grub-install --root-directory=/mnt /dev/sda


That's all. Thanks!


More From » grub2

 Answers
3

GRUB should be installed on the /dev/sda (for example) and not in any of its partition


[#30969] Tuesday, January 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
chilgirlguid

Total Points: 123
Total Questions: 114
Total Answers: 121

Location: Macau
Member since Mon, Nov 16, 2020
4 Years ago
;