Checking in progress on 1 disk
Checking in progress on 1 disk
Hello,
When I boot up my pi, it goes through a rather lengthy process that reads "Checking in progress on 1 disk" and goes from 0% to 100%. The task can take around 45 seconds to a minute and happens each time I boot. I have looked online and only found information that goes a bit above my head (and not even that much info to begin with). From what I can tell, it has to do with resetting the pi incorrectly or a time issue, but I am unable to fix it.
I have reinstalled a fresh copy of retropie several times and it persists.
When I boot up my pi, it goes through a rather lengthy process that reads "Checking in progress on 1 disk" and goes from 0% to 100%. The task can take around 45 seconds to a minute and happens each time I boot. I have looked online and only found information that goes a bit above my head (and not even that much info to begin with). From what I can tell, it has to do with resetting the pi incorrectly or a time issue, but I am unable to fix it.
I have reinstalled a fresh copy of retropie several times and it persists.
- rodocop
- Posts: 1723
- Joined: Mon Aug 22, 2016 3:14 pm
- Location: Saskatchewan
- Has thanked: 606 times
- Been thanked: 608 times
Re: Checking in progress on 1 disk
I've noticed that on retropie v 4.4. I have not looked into a fix. So I just use v 4.3.
_____________________________________________________
My Minty Pi builds:
http://www.sudomod.com/forum/viewtopic.php?f=32&t=3628
My GBZ builds:
http://www.sudomod.com/forum/viewtopic. ... 813#p50813
My modded DMG-01's:
http://www.sudomod.com/forum/viewtopic.php?f=13&t=2696
My NESpi:
http://www.sudomod.com/forum/viewtopic.php?f=13&t=2941
My Gaboze Pocaio's
https://sudomod.com/forum/viewtopic.php?f=13&t=6063
My Minty Pi builds:
http://www.sudomod.com/forum/viewtopic.php?f=32&t=3628
My GBZ builds:
http://www.sudomod.com/forum/viewtopic. ... 813#p50813
My modded DMG-01's:
http://www.sudomod.com/forum/viewtopic.php?f=13&t=2696
My NESpi:
http://www.sudomod.com/forum/viewtopic.php?f=13&t=2941
My Gaboze Pocaio's
https://sudomod.com/forum/viewtopic.php?f=13&t=6063
-
- Posts: 109
- Joined: Wed Nov 23, 2016 10:19 am
- Has thanked: 3 times
- Been thanked: 74 times
Re: Checking in progress on 1 disk
I had the same issue. If you add "fsck.mode=skip" to /boot/cmdline.txt it will skip that check on boottedmo wrote: ↑Thu Jul 12, 2018 12:09 pmHello,
When I boot up my pi, it goes through a rather lengthy process that reads "Checking in progress on 1 disk" and goes from 0% to 100%. The task can take around 45 seconds to a minute and happens each time I boot. I have looked online and only found information that goes a bit above my head (and not even that much info to begin with). From what I can tell, it has to do with resetting the pi incorrectly or a time issue, but I am unable to fix it.
I have reinstalled a fresh copy of retropie several times and it persists.
Re: Checking in progress on 1 disk
Thanks for the quick response, but that doesn't seem to stop it from checking.
-
- Posts: 109
- Joined: Wed Nov 23, 2016 10:19 am
- Has thanked: 3 times
- Been thanked: 74 times
Re: Checking in progress on 1 disk
Check the rest of the cmdline.txt file and make sure there's no other mention of fsck.mode
Re: Checking in progress on 1 disk
I just went with Rodocop's suggestion and bumped it back down to 4.3. It seemed like the Safe Shutdown wasn't working with 4.4 either.
Re: Checking in progress on 1 disk
I'm on retropie 4.4 and here's how I managed to do it:
Go to file manager and open folder /etc, from there you can find two files. One is ".fstab" and another is simply "fstab" without the dot. They both contain 3 lines of code. I edited (Press F4) both files so that the last two digits in each line is 0 0. That worked for me.
To save you simply press Ctrl+x -> Y -> Enter, then type to restart the system.
As I understand it, this disables something called "fsck" which is responsible for checking the disk. https://en.wikipedia.org/wiki/Fsck Whether this is a clean solution I can't answer, is seems to work and thats good enough for me... until I notice something... If I encounter problems I will come back and comment
Edit: Since you are on retropie 4.3 would you mind checking if the last two digits in these "fstab" files are 0 0? Just wondering why the problem is solved by downgrading to 4.3
Go to file manager and open folder /etc, from there you can find two files. One is ".fstab" and another is simply "fstab" without the dot. They both contain 3 lines of code. I edited (Press F4) both files so that the last two digits in each line is 0 0. That worked for me.
To save you simply press Ctrl+x -> Y -> Enter, then type
Code: Select all
sudo reboot
As I understand it, this disables something called "fsck" which is responsible for checking the disk. https://en.wikipedia.org/wiki/Fsck Whether this is a clean solution I can't answer, is seems to work and thats good enough for me... until I notice something... If I encounter problems I will come back and comment

Edit: Since you are on retropie 4.3 would you mind checking if the last two digits in these "fstab" files are 0 0? Just wondering why the problem is solved by downgrading to 4.3
- Helder
- Trailblazer
- Posts: 2985
- Joined: Thu May 05, 2016 8:33 am
- Location: Rogers, AR
- Has thanked: 1459 times
- Been thanked: 3114 times
Re: Checking in progress on 1 disk
I use this same method and it works well, you can also use nano on the terminal to edit the file as well.GunZi wrote: ↑Fri Jul 13, 2018 7:50 amI'm on retropie 4.4 and here's how I managed to do it:
Go to file manager and open folder /etc, from there you can find two files. One is ".fstab" and another is simply "fstab" without the dot. They both contain 3 lines of code. I edited (Press F4) both files so that the last two digits in each line is 0 0. That worked for me.
To save you simply press Ctrl+x -> Y -> Enter, then typeto restart the system.Code: Select all
sudo reboot
As I understand it, this disables something called "fsck" which is responsible for checking the disk. https://en.wikipedia.org/wiki/Fsck Whether this is a clean solution I can't answer, is seems to work and thats good enough for me... until I notice something... If I encounter problems I will come back and comment
Edit: Since you are on retropie 4.3 would you mind checking if the last two digits in these "fstab" files are 0 0? Just wondering why the problem is solved by downgrading to 4.3
Chat with me and other members On Discord
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
- rodocop
- Posts: 1723
- Joined: Mon Aug 22, 2016 3:14 pm
- Location: Saskatchewan
- Has thanked: 606 times
- Been thanked: 608 times
Re: Checking in progress on 1 disk
just edited the fstab files to 0 0, now the disk check is skipped! much better.
_____________________________________________________
My Minty Pi builds:
http://www.sudomod.com/forum/viewtopic.php?f=32&t=3628
My GBZ builds:
http://www.sudomod.com/forum/viewtopic. ... 813#p50813
My modded DMG-01's:
http://www.sudomod.com/forum/viewtopic.php?f=13&t=2696
My NESpi:
http://www.sudomod.com/forum/viewtopic.php?f=13&t=2941
My Gaboze Pocaio's
https://sudomod.com/forum/viewtopic.php?f=13&t=6063
My Minty Pi builds:
http://www.sudomod.com/forum/viewtopic.php?f=32&t=3628
My GBZ builds:
http://www.sudomod.com/forum/viewtopic. ... 813#p50813
My modded DMG-01's:
http://www.sudomod.com/forum/viewtopic.php?f=13&t=2696
My NESpi:
http://www.sudomod.com/forum/viewtopic.php?f=13&t=2941
My Gaboze Pocaio's
https://sudomod.com/forum/viewtopic.php?f=13&t=6063
Who is online
Users browsing this forum: No registered users and 1 guest