Ubuntu 16.04 emergency mode after windows shutdown

The name of the pictureThe name of the pictureThe name of the pictureClash 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






share|improve this question



















  • 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

















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






share|improve this question



















  • 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













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






share|improve this question











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








share|improve this question










share|improve this question




share|improve this question









asked 16 hours ago









user2203384

1




1











  • 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
















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
















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

Which professions warranted travel in Medieval times?

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error