Ubuntu 16.04 emergency mode after windows shutdown
![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)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
I have 1 ssd for windows, 1 HDD for storage, 1 ssd for ubuntu.
I did a shutdown in windows shutdown /r
then when I start my computer, I noticed my other boot point (ubuntu and my hdd) were missing from grub. That happens usually after a windows update. I started a live usb to do a boot repair (https://help.ubuntu.com/community/Boot-Repair). I usually do this when windows update get rid of my ubuntu.
But since this shutdown /r
and the boot repair utility, my ubuntu starts in emergency mode
. I did a complete shutdown in windows, disable hibernate thing, but ubuntu won't boot up.
I started a live cd of ubuntu to do a fsck.
I did sudo umount /dev/sda3
then got /dev/sda3: not mounted
. But when I tried sudo fsck /dev/sda3
all I got in return is fsck from util-linux 2.27.1
my /etc/fstabs:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda2 during installation
#UUID=aebc22a7-087c-4a66-a347-9e2a9b554244 /boot ext2 defaults 0 2
# /boot/efi was on /dev/sda1 during installation
#UUID=47A3-2968 /boot/efi vfat umask=0077 0 1
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
UUID=aebc22a7-087c-4a66-a347-9e2a9b554244 /boot ext2 defaults 0 2
UUID=47A3-2968 /boot/efi vfat defaults 0 1
boot dual-boot
add a comment |Â
up vote
0
down vote
favorite
I have 1 ssd for windows, 1 HDD for storage, 1 ssd for ubuntu.
I did a shutdown in windows shutdown /r
then when I start my computer, I noticed my other boot point (ubuntu and my hdd) were missing from grub. That happens usually after a windows update. I started a live usb to do a boot repair (https://help.ubuntu.com/community/Boot-Repair). I usually do this when windows update get rid of my ubuntu.
But since this shutdown /r
and the boot repair utility, my ubuntu starts in emergency mode
. I did a complete shutdown in windows, disable hibernate thing, but ubuntu won't boot up.
I started a live cd of ubuntu to do a fsck.
I did sudo umount /dev/sda3
then got /dev/sda3: not mounted
. But when I tried sudo fsck /dev/sda3
all I got in return is fsck from util-linux 2.27.1
my /etc/fstabs:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda2 during installation
#UUID=aebc22a7-087c-4a66-a347-9e2a9b554244 /boot ext2 defaults 0 2
# /boot/efi was on /dev/sda1 during installation
#UUID=47A3-2968 /boot/efi vfat umask=0077 0 1
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
UUID=aebc22a7-087c-4a66-a347-9e2a9b554244 /boot ext2 defaults 0 2
UUID=47A3-2968 /boot/efi vfat defaults 0 1
boot dual-boot
I just checked for badblock withbadblocks -sv /dev/sda
from the live usb. No badblock found, but ubuntu can starts now.... I don't understand, but what a relief
â user2203384
16 hours ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have 1 ssd for windows, 1 HDD for storage, 1 ssd for ubuntu.
I did a shutdown in windows shutdown /r
then when I start my computer, I noticed my other boot point (ubuntu and my hdd) were missing from grub. That happens usually after a windows update. I started a live usb to do a boot repair (https://help.ubuntu.com/community/Boot-Repair). I usually do this when windows update get rid of my ubuntu.
But since this shutdown /r
and the boot repair utility, my ubuntu starts in emergency mode
. I did a complete shutdown in windows, disable hibernate thing, but ubuntu won't boot up.
I started a live cd of ubuntu to do a fsck.
I did sudo umount /dev/sda3
then got /dev/sda3: not mounted
. But when I tried sudo fsck /dev/sda3
all I got in return is fsck from util-linux 2.27.1
my /etc/fstabs:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda2 during installation
#UUID=aebc22a7-087c-4a66-a347-9e2a9b554244 /boot ext2 defaults 0 2
# /boot/efi was on /dev/sda1 during installation
#UUID=47A3-2968 /boot/efi vfat umask=0077 0 1
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
UUID=aebc22a7-087c-4a66-a347-9e2a9b554244 /boot ext2 defaults 0 2
UUID=47A3-2968 /boot/efi vfat defaults 0 1
boot dual-boot
I have 1 ssd for windows, 1 HDD for storage, 1 ssd for ubuntu.
I did a shutdown in windows shutdown /r
then when I start my computer, I noticed my other boot point (ubuntu and my hdd) were missing from grub. That happens usually after a windows update. I started a live usb to do a boot repair (https://help.ubuntu.com/community/Boot-Repair). I usually do this when windows update get rid of my ubuntu.
But since this shutdown /r
and the boot repair utility, my ubuntu starts in emergency mode
. I did a complete shutdown in windows, disable hibernate thing, but ubuntu won't boot up.
I started a live cd of ubuntu to do a fsck.
I did sudo umount /dev/sda3
then got /dev/sda3: not mounted
. But when I tried sudo fsck /dev/sda3
all I got in return is fsck from util-linux 2.27.1
my /etc/fstabs:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda2 during installation
#UUID=aebc22a7-087c-4a66-a347-9e2a9b554244 /boot ext2 defaults 0 2
# /boot/efi was on /dev/sda1 during installation
#UUID=47A3-2968 /boot/efi vfat umask=0077 0 1
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
UUID=aebc22a7-087c-4a66-a347-9e2a9b554244 /boot ext2 defaults 0 2
UUID=47A3-2968 /boot/efi vfat defaults 0 1
boot dual-boot
asked 16 hours ago
user2203384
1
1
I just checked for badblock withbadblocks -sv /dev/sda
from the live usb. No badblock found, but ubuntu can starts now.... I don't understand, but what a relief
â user2203384
16 hours ago
add a comment |Â
I just checked for badblock withbadblocks -sv /dev/sda
from the live usb. No badblock found, but ubuntu can starts now.... I don't understand, but what a relief
â user2203384
16 hours ago
I just checked for badblock with
badblocks -sv /dev/sda
from the live usb. No badblock found, but ubuntu can starts now.... I don't understand, but what a reliefâ user2203384
16 hours ago
I just checked for badblock with
badblocks -sv /dev/sda
from the live usb. No badblock found, but ubuntu can starts now.... I don't understand, but what a reliefâ user2203384
16 hours ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1062260%2fubuntu-16-04-emergency-mode-after-windows-shutdown%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
I just checked for badblock with
badblocks -sv /dev/sda
from the live usb. No badblock found, but ubuntu can starts now.... I don't understand, but what a reliefâ user2203384
16 hours ago