Force Linux File System Check – GRUB/Gentoo
inc | December 12, 2011 | 6:59 pmAdd a menu item to GRUB to force a Linux file system check on boot with Gentoo Linux.
Change a standard boot entry such as this:
title=Gentoo-Linux-3.1.3 [Build #1] root (hd0,0) kernel /kernel-3.1.3-gentoo root=/dev/sda5 vga=791 quiet
To this:
title=Gentoo-Linux-3.1.3 [Build #1] - Disk Check root (hd0,0) kernel /kernel-3.1.3-gentoo root=/dev/sda5 vga=791 quiet gentoo=forcefsck
Add the “gentoo=forcefsck” option to the kernel command line.
—


















