You are not logged in.
Pages: 1
Hi All
I've just run Sudo Pacman -Syu on my laptop and now i see an error message during boot stating
fsck /dev/sda1
mount on real root
( or something like that ) This is my boot log
Sat Mar 17 14:09:52 2012: :: Adjusting system time and setting kernel timezone [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Starting UDev Daemon [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Triggering UDev uevents [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Loading User-specified Modules [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Waiting for UDev uevents to be processed [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Bringing up loopback interface [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Checking Filesystems [BUSY] /dev/sda2: clean, 2598/610800 files, 97999/2441880 blocks (check after next mount)
Sat Mar 17 14:09:52 2012: /dev/sda4: clean, 46449/26624000 files, 5360627/106480384 blocks
Sat Mar 17 14:09:52 2012: /dev/sda5: clean, 15/610800 files, 76482/2441872 blocks
Sat Mar 17 14:09:52 2012: [DONE]
Sat Mar 17 14:09:52 2012: :: Remounting Root [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Mounting Local Filesystems [BUSY] [FAIL]
Sat Mar 17 14:09:52 2012: :: Activating Swap [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Configuring Time Zone [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Initializing Random Seed [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Removing Leftover Files [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Setting Hostname: Julian-Laptop [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Setting Consoles to UTF-8 mode [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Loading Keyboard Map: uk [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Saving dmesg Log [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: INIT: Entering runlevel: 5
Sat Mar 17 14:09:52 2012: :: Starting Syslog-NG [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Starting D-BUS system messagebus [BUSY] [DONE]
Sat Mar 17 14:09:52 2012: :: Starting wicd Daemon [BUSY] [DONE]
Sat Mar 17 14:09:53 2012: :: Starting crond daemon [BUSY] [DONE]
Sat Mar 17 14:09:53 2012: :: Restoring ALSA Levels [BUSY] [DONE]
Sat Mar 17 14:09:53 2012: :: Starting laptop-mode [BUSY] [DONE]
Sat Mar 17 14:09:55 2012: :: Starting acpid [BUSY] [DONE]
Sat Mar 17 14:09:55 2012: :: Starting HDDTemp [BUSY] [DONE]
Sat Mar 17 14:09:55 2012: :: Starting httpd [BKGD] This is my fstab
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
/dev/sda1 / ext4 defaults 0 1
/dev/sda2 /var ext4 defaults 0 1
/dev/sda4 /home ext4 defaults 0 1
/dev/sda5 /tmp ext4 defaults 0 1
/dev/sda6 swap swap defaults 0 0
/dev/sr0 /media/cdrom auto rw,user, 00Anyone else seeing something similar
Last edited by Cheesecake Charlie (2012-03-17 17:05:53)
Offline
Offline
Cheesecake Charlie wrote:This is my fstab
/dev/sr0 /media/cdrom auto rw,user, 00Trailing comma is wrong (but libmount doesn't seem to care, you've munged dump and pass_no into the same value, and you need to add noauto to the options.
Thank you for pointing that out ...
Cheers
Offline
You are trying to mount two file systems to /tmp.
Only root should have "0 1". Other systems you want checked should have "0 2".
Maybe add "nofail" to the options for the CD?
However, I get this error on every boot even though everything mounts fine.
Also, shouldn't the line for swap look more like this:
<partition> none swap sw 0 0?
Last edited by cfr (2012-03-17 17:10:00)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Pages: 1