You are not logged in.

#1 2012-04-25 16:17:01

adwaita45
Member
Registered: 2012-04-01
Posts: 12

Arch shuts down while fsck on boot.

This started happening a few days ago.When I try to boot up my system,it shuts down as soon as it reaches the file system check part.So,I used a live cd and edited my /etc/fstab and disabled fsck on all drives.This temporary fix works well but I fear it is not a safe practice.So,is there a permanent fix for it?

Offline

#2 2012-04-25 17:58:26

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: Arch shuts down while fsck on boot.

For fsck to run, I think the root partition must first be mounted as read-only.

Which bootloader do you use? Can you post its configuration file? For example, for GRUB Legacy and Syslinux you have to use "ro" at the kernel or APPEND line:

# (0) Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /vmlinuz-linux root=/dev/sda3 ro
initrd /initramfs-linux.img
LABEL arch
        LINUX ../vmlinuz-linux
        APPEND root=/dev/sda2 ro
        INITRD ../initramfs-linux.img

Last edited by DSpider (2012-04-25 18:00:00)


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

Board footer

Powered by FluxBB