You are not logged in.

#1 2013-08-27 23:33:58

greenfish
Member
From: eating fish in /dev/null
Registered: 2008-08-30
Posts: 229

/dev/sdx clean bla bla for 1 min 2 seconds clean install[SOLVED]

I decided to re-install arch on my htpc, due to haven't updated the arch on htpcbox for ages. Well everything went smoothly as always. But I noticed after kernel upgrade my system just stops at "dev/sdc1 xxxxxxxx clean" for exactly 1 minute and 12 seconds, then it boots into my xbmc (gui). A few reboots, the time is always the SAME. I've tried NOT running xbmc, after 1 minute and 12 seconds i see the login prompt in the terminal.

I've checked news section for answers, but this is quite strange?


I think this is in userspace, it's after kernel/GRUB.

Clean install, running xbmc/nvidia and that's it.

uname -a
Linux htpcbox 3.10.9-1-ARCH #1 SMP PREEMPT x86_64 GNU/Linux

dmesg
http://codepad.org/Y6SNWgPn

fstab
http://codepad.org/xyDihP7X

Thanks as always

Last edited by greenfish (2013-08-31 20:05:19)


ARCH64 archSKYNET server AMD  Phenom(tm) II X2 550 HDD 6TB Ram 8GB
Hobbies: Running, Pistol Marksmanship, Classic Music

Offline

#2 2013-08-27 23:46:36

headkase
Member
Registered: 2011-12-06
Posts: 1,986

Re: /dev/sdx clean bla bla for 1 min 2 seconds clean install[SOLVED]

In your fstab, this line:

/dev/sdd1           	/         	ext4      	rw,relatime,data=ordered	0 0

Try changing to:

/dev/sdd1           	/         	ext4      	rw,relatime,data=ordered	0 1

Edit: also you should consider mounting by UUID or labels.  Much more reliable.

/dev/sdd1           	/         	ext4      	defaults,noatime	0 1

Is another recommended line.

Last edited by headkase (2013-08-27 23:49:31)

Offline

#3 2013-08-28 00:07:10

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,168

Re: /dev/sdx clean bla bla for 1 min 2 seconds clean install[SOLVED]

Are all of those partitions available and do all of those mount points exist? Are you sure sdd is always the right disk? (Though it seems like it would just fail if that were the problem.)


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

#4 2013-08-28 01:21:58

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,170
Website

Re: /dev/sdx clean bla bla for 1 min 2 seconds clean install[SOLVED]

I freak out when I see /etc/fstab files not using partition UUIDs these days, though cfr as a point in that if /dev/sdd somehow changed to another disk (yes this does happen when using the /dev/sdXY system, as far as I can see for no apparent reason), it wouldn't be working.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#5 2013-08-28 01:28:16

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: /dev/sdx clean bla bla for 1 min 2 seconds clean install[SOLVED]

I used to use UUIDs all the time, but I find that filesystem labels are so so much nicer.  Alternatively, if you use GPT, you could also use PARTLABEL as well, but I have a whole-disk btrfs filesystem, which means that I don't actually have a partition.

Offline

#6 2013-08-31 20:05:54

greenfish
Member
From: eating fish in /dev/null
Registered: 2008-08-30
Posts: 229

Re: /dev/sdx clean bla bla for 1 min 2 seconds clean install[SOLVED]

headkase, cfr,  clfarron4, WonderWoofy

Thanks guys, changing from device to UUID did the trick smile

Last edited by greenfish (2013-08-31 20:06:26)


ARCH64 archSKYNET server AMD  Phenom(tm) II X2 550 HDD 6TB Ram 8GB
Hobbies: Running, Pistol Marksmanship, Classic Music

Offline

Board footer

Powered by FluxBB