2

My problem happens when I boot my laptop.

  • Context :

First , I have a dual-boot Ubuntu 20.04 , Windows 10 . Everything was working fine , but now I can't access to my Ubuntu disk , the window's one is working well .

  • The problem :

I can't boot to Ubuntu. It shows me the following error :

/dev/nvme0n1p6: clean, 512216/6111232 files , xxxx/xxxxx blocks. 
  • Fsck debug:

sudo fsck -f

fsck de util-linux 2.34
e2fsck 1.45.5 (07-jan-2020)
/dev/nvme0n1p6 is mounted .
e2fsck: Can't continue . Aborting .
  • I tried different things , and honestly reviewed all posts related to this , ( even if connecting to my wifi from secure boot was difficult because I have a special authentification wifi ...) , I tried sudo apt-get update , I also tried to purge nvidia* packets and reinstall drivers and it didn't work , I hope you can help because it's the end of the semester and I need my Ubuntu disk for my finals , any response would be very appreciated !
karism
  • 21
  • Please indicate what machine you are using. – Raffles Dec 07 '20 at 22:21
  • Does the laptop boot to a grub menu? And then you choose windoze or Ubuntu? – darth_epoxy Dec 07 '20 at 22:23
  • @Raffles Asus Vivobook 15 spec: i7 10gen , Nvidia – karism Dec 07 '20 at 22:35
  • @darth_epoxy Yes , that's where I can choose to boot on Ubuntu or Windows ! And hopefully my laptop is still useable otherwise I'll be in big troubles . – karism Dec 07 '20 at 22:37
  • OK so the message you are getting is not an error so that's good. And grub is up so that's good too. You should be able to boot via reovery mode, read the answer here https://askubuntu.com/questions/1277842/ubuntu-20-04-stuck-at-dev-nvme0n1p5-clean-xxx-xxx-files-xxx-xxx-blocks-duri – darth_epoxy Dec 07 '20 at 22:45
  • @darth_eproxy I did it by accessing commandline with ctrl alt f3 , and the update everything still not working . I coulnt do it from recover mode because I couldnt connect to my wifi from it . – karism Dec 07 '20 at 23:02
  • @Raffles Informations like what ? – karism Dec 08 '20 at 03:18
  • 1
    Can you beg/steal/borrow a USB dongle (modem) or will it tether to your phone? Best bet is recovery mode, connect to internet, then sudo apt-get update and report the result to the community. – darth_epoxy Dec 08 '20 at 04:01
  • @darth_epoxy Yes I did it but it didn't fix my problem. I also tried to purge all Nvidia, and sudo ubuntu-drivers autoinstall after it but I didn't work as well. This is very heart-breacking! – karism Dec 08 '20 at 10:09
  • Did you do anything in the BIOS/UEFI just before this happened? Did you perhaps enable Windows fast boot by mistake? – Raffles Dec 08 '20 at 17:25
  • 1
    @Raffles i think the Windows fast boot was enabled by default , but yes It was the case , and I disable it and reboot but I'm still stuck with the same error . – karism Dec 08 '20 at 20:21
  • What do you see when run the following command?

    fdisk -l

    – Raffles Dec 08 '20 at 20:52
  • 3
    FYI: You report "The problem : I can't boot to Ubuntu. It shows me the following error : .." and show a successful fsck message; the cause of that is an unclean shutdown in the prior session; thus potential issue was detected & fsck is run. Solution to that is only clean shutdown (using SysRq commands rather than for example the power button you may have been using). That is at most a symptom of a problem; the problem being user error via unclean shutdown. Next issue is you have a mounted drive you're trying to fsck, you need to umount it first - easiest via live media.FYI only – guiverc Dec 08 '20 at 21:17

0 Answers0