Grub rescue mode always boot
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
i have a problem, my pc in every boot puts in mode grub rescue, i know the sequence for boot
set prefix=(hd1,msdos5)/boot/grub
insmod normal
normal
And after that the system boots normal (i have dual system, with dual hard drive, windows and unbutu 17.10, windows C lives in a ssd, sdb unit, and linux and a windows drive d lives in a normal hard drive sda), but i'm tired of make that
that happens after i reinstall the system (because i break the gui dependences), i try all solutions:
update-grub
grub-install
set manually:
sudo grub-install --root-directory /mnt/sda5 /dev/sda
Anyone know some solution, for now my only choice is change from grub to lilo (but i don't get enought examples for make that process), is a normal boot (not uefi).
boot dual-boot grub2 partitioning
add a comment |Â
up vote
0
down vote
favorite
i have a problem, my pc in every boot puts in mode grub rescue, i know the sequence for boot
set prefix=(hd1,msdos5)/boot/grub
insmod normal
normal
And after that the system boots normal (i have dual system, with dual hard drive, windows and unbutu 17.10, windows C lives in a ssd, sdb unit, and linux and a windows drive d lives in a normal hard drive sda), but i'm tired of make that
that happens after i reinstall the system (because i break the gui dependences), i try all solutions:
update-grub
grub-install
set manually:
sudo grub-install --root-directory /mnt/sda5 /dev/sda
Anyone know some solution, for now my only choice is change from grub to lilo (but i don't get enought examples for make that process), is a normal boot (not uefi).
boot dual-boot grub2 partitioning
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
i have a problem, my pc in every boot puts in mode grub rescue, i know the sequence for boot
set prefix=(hd1,msdos5)/boot/grub
insmod normal
normal
And after that the system boots normal (i have dual system, with dual hard drive, windows and unbutu 17.10, windows C lives in a ssd, sdb unit, and linux and a windows drive d lives in a normal hard drive sda), but i'm tired of make that
that happens after i reinstall the system (because i break the gui dependences), i try all solutions:
update-grub
grub-install
set manually:
sudo grub-install --root-directory /mnt/sda5 /dev/sda
Anyone know some solution, for now my only choice is change from grub to lilo (but i don't get enought examples for make that process), is a normal boot (not uefi).
boot dual-boot grub2 partitioning
i have a problem, my pc in every boot puts in mode grub rescue, i know the sequence for boot
set prefix=(hd1,msdos5)/boot/grub
insmod normal
normal
And after that the system boots normal (i have dual system, with dual hard drive, windows and unbutu 17.10, windows C lives in a ssd, sdb unit, and linux and a windows drive d lives in a normal hard drive sda), but i'm tired of make that
that happens after i reinstall the system (because i break the gui dependences), i try all solutions:
update-grub
grub-install
set manually:
sudo grub-install --root-directory /mnt/sda5 /dev/sda
Anyone know some solution, for now my only choice is change from grub to lilo (but i don't get enought examples for make that process), is a normal boot (not uefi).
boot dual-boot grub2 partitioning
boot dual-boot grub2 partitioning
edited Apr 1 at 6:07
asked Apr 1 at 5:10
APRocha
12
12
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
--root-directory /mnt/sda5
looks like it may be the problem. When you're installing grub, make sure your actual system's root is at /
(chrooting if necessary to make this the case), then run grub-install
without this parameter.
add a comment |Â
up vote
0
down vote
To recover grub:
- Open the live version (boot from live dvd/usb)
- Open the terminal and run sudo fdisk -l to see where Linux is installed.
- Run sudo mount /dev/sdaX /mnt where x is the number you have found Linux word in
- Run sudo grub-install --root-directory=/mnt /dev/sda to install grub.
- Run sudo update-grub to update grub and if this command didn't work run it after rebooting.
- Reboot.
Please change hdd name as per yours. Hope this helps. Excuse for the raw text as writing on phone.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
--root-directory /mnt/sda5
looks like it may be the problem. When you're installing grub, make sure your actual system's root is at /
(chrooting if necessary to make this the case), then run grub-install
without this parameter.
add a comment |Â
up vote
0
down vote
--root-directory /mnt/sda5
looks like it may be the problem. When you're installing grub, make sure your actual system's root is at /
(chrooting if necessary to make this the case), then run grub-install
without this parameter.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
--root-directory /mnt/sda5
looks like it may be the problem. When you're installing grub, make sure your actual system's root is at /
(chrooting if necessary to make this the case), then run grub-install
without this parameter.
--root-directory /mnt/sda5
looks like it may be the problem. When you're installing grub, make sure your actual system's root is at /
(chrooting if necessary to make this the case), then run grub-install
without this parameter.
answered Apr 1 at 5:13
![](https://lh6.googleusercontent.com/-eT7QDf4HDf0/AAAAAAAAAAI/AAAAAAAAAi8/Hppm678o8WA/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-eT7QDf4HDf0/AAAAAAAAAAI/AAAAAAAAAi8/Hppm678o8WA/photo.jpg?sz=32)
Joseph Sible
83138
83138
add a comment |Â
add a comment |Â
up vote
0
down vote
To recover grub:
- Open the live version (boot from live dvd/usb)
- Open the terminal and run sudo fdisk -l to see where Linux is installed.
- Run sudo mount /dev/sdaX /mnt where x is the number you have found Linux word in
- Run sudo grub-install --root-directory=/mnt /dev/sda to install grub.
- Run sudo update-grub to update grub and if this command didn't work run it after rebooting.
- Reboot.
Please change hdd name as per yours. Hope this helps. Excuse for the raw text as writing on phone.
add a comment |Â
up vote
0
down vote
To recover grub:
- Open the live version (boot from live dvd/usb)
- Open the terminal and run sudo fdisk -l to see where Linux is installed.
- Run sudo mount /dev/sdaX /mnt where x is the number you have found Linux word in
- Run sudo grub-install --root-directory=/mnt /dev/sda to install grub.
- Run sudo update-grub to update grub and if this command didn't work run it after rebooting.
- Reboot.
Please change hdd name as per yours. Hope this helps. Excuse for the raw text as writing on phone.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
To recover grub:
- Open the live version (boot from live dvd/usb)
- Open the terminal and run sudo fdisk -l to see where Linux is installed.
- Run sudo mount /dev/sdaX /mnt where x is the number you have found Linux word in
- Run sudo grub-install --root-directory=/mnt /dev/sda to install grub.
- Run sudo update-grub to update grub and if this command didn't work run it after rebooting.
- Reboot.
Please change hdd name as per yours. Hope this helps. Excuse for the raw text as writing on phone.
To recover grub:
- Open the live version (boot from live dvd/usb)
- Open the terminal and run sudo fdisk -l to see where Linux is installed.
- Run sudo mount /dev/sdaX /mnt where x is the number you have found Linux word in
- Run sudo grub-install --root-directory=/mnt /dev/sda to install grub.
- Run sudo update-grub to update grub and if this command didn't work run it after rebooting.
- Reboot.
Please change hdd name as per yours. Hope this helps. Excuse for the raw text as writing on phone.
answered Apr 1 at 5:32
Arijit Chatterjee
8411311
8411311
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020988%2fgrub-rescue-mode-always-boot%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password