Ubuntu 16.04 emergency mode after windows shutdown

 Clash Royale CLAN TAG#URR8PPP
Clash Royale CLAN TAG#URR8PPP .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 with- badblocks -sv /dev/sdafrom 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 with- badblocks -sv /dev/sdafrom 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 with- badblocks -sv /dev/sdafrom 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/sdafrom the live usb. No badblock found, but ubuntu can starts now.... I don't understand, but what a reliefâ user2203384
16 hours ago