You are not logged in.

#1 2013-10-22 12:54:56

Sulice
Member
Registered: 2013-10-22
Posts: 18

[SOLVED] Unable to boot after installation

Hello everyone,

I tried to set up a dual boot with my Win7 on my laptop (aspire one D270).
I followed the beginner's installation guide. My arch is on /dev/sda3. (no swap, just /)

After choosing the "arch linux, with linux core repo kernel" option in the grub, it stucks after the line
/dev/sda: clean, 35506/4800512 files, 569175/19200000 blocks

I believe it's the output of fsck. Why doesn't it go further ?

The curious thing is that I managed to have arch before on this laptop. It's just that one month ago, after an update, it did the same thing. As a newbie, I cleaned the partition and tried to install again (for the same result).

Any ideas ?



Solved : systemd was the cause of the issue.
Follow instructions of Silly7 to downgrade it to 204-3 for now.

Last edited by Sulice (2013-10-28 07:08:37)

Offline

#2 2013-10-22 13:12:44

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Unable to boot after installation

Can you switch to another console e.g. Alt-Ctrl-F2 or Alt-ctrl-F7?
Anything interesting in the logs?

Offline

#3 2013-10-22 13:17:04

Sulice
Member
Registered: 2013-10-22
Posts: 18

Re: [SOLVED] Unable to boot after installation

I cannot switch to another console. Where are located the logs ?

Offline

#4 2013-10-22 13:19:00

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Unable to boot after installation

Sulice wrote:

Where are located the logs ?

In /var/log . See if you can find anything via

# journalctl

when you chroot.

Offline

#5 2013-10-22 13:21:54

Sulice
Member
Registered: 2013-10-22
Posts: 18

Re: [SOLVED] Unable to boot after installation

/var/log is empty. (the output of journalctl is "No journal files were found.")

Offline

#6 2013-10-22 13:28:11

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

Re: [SOLVED] Unable to boot after installation

Ok, when you get to GRUB, remove the the word quiet from the kernel line of the Arch entry and see what happens.


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

#7 2013-10-22 13:28:19

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,441
Website

Re: [SOLVED] Unable to boot after installation

Sulice wrote:

My arch is on /dev/sda3
...
/dev/sda: clean, 35506/4800512 files, 569175/19200000 blocks

Is that a typo?  Does the output say /dev/sda3: clean ... or does it really say /dev/sda: clean?

If it is the latter, then either your bootloader configuration is pointing to the wrong root, or your fstab is wrong.  If you can describe what comes before this line we can narrow down which of those is more likely.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#8 2013-10-22 13:37:58

Sulice
Member
Registered: 2013-10-22
Posts: 18

Re: [SOLVED] Unable to boot after installation

@Trilby : typo mistake. It's /dev/sda3

Without quiet, it displays :

:: running early hook [udev]
:: running hook [udev]
:: Triggering uevents...
performing fsck on '/dev/sda3'
/dev/sda3: clean, <blablabla>
:: mounting '/dev/sda3' on real root
:: running cleanup hook [udev]

Welcome to Arch Linux!


And it stops. (I mean, it stays so)

Last edited by Sulice (2013-10-22 13:39:03)

Offline

#9 2013-10-22 14:40:10

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

Re: [SOLVED] Unable to boot after installation

Do you have a Display Manager installed and did you enable it?


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

#10 2013-10-22 15:33:13

Sulice
Member
Registered: 2013-10-22
Posts: 18

Re: [SOLVED] Unable to boot after installation

It's a brand new installation. I don't have any display manager.
I installed : base, base-devel, vim, os-prober, grub

Offline

#11 2013-10-23 19:39:35

tompear
Member
Registered: 2013-10-23
Posts: 8

Re: [SOLVED] Unable to boot after installation

After last system update I have this problem too. Booting hangs on "Welcome to Arch Linux!".
I've added this to kernel parameters at boot time:

systemd.log_level=debug systemd.log_target=console

Now it shows one more line after Welcome, booting stops on "Set hostname to <sylwusia>"

Offline

#12 2013-10-24 16:29:54

Silly7
Member
Registered: 2013-10-24
Posts: 12

Re: [SOLVED] Unable to boot after installation

I can also confirm that this happens to a D270 after the latest pacman -Syyu.

Offline

#13 2013-10-24 16:45:21

Sulice
Member
Registered: 2013-10-22
Posts: 18

Re: [SOLVED] Unable to boot after installation

I think it's a hardware issue. I did the installation again on 2 laptops and it didn't work only on my aspire one D270.
I have a long and painfull history of issues with my graphic card (GMA3600).
I think some (generic) drivers for this card where added around the 3.8 linux kernel but at that time arch was fully functionnal on the D270.

I don't see why, in a console, the graphic card could be a problem...

Last edited by Sulice (2013-10-24 16:52:19)

Offline

#14 2013-10-24 17:06:52

Silly7
Member
Registered: 2013-10-24
Posts: 12

Re: [SOLVED] Unable to boot after installation

Yeah, its not a GFX problem, as my D270 runs stable of modesetting (See wiki).

I'd be interestedf about what your saying of 3.8 kernel and graphics though, but for now lets just get back to normal.

Can anybody else chime in about this issue?

Offline

#15 2013-10-24 17:10:17

Silly7
Member
Registered: 2013-10-24
Posts: 12

Re: [SOLVED] Unable to boot after installation

Also, my Arch was running at 3.10 on my D270 smile

Offline

#16 2013-10-24 17:14:29

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

Re: [SOLVED] Unable to boot after installation

Does tehscreen eventually just blank out?  If so that might indicate that you need to implement early KMS...

Edit: In fact, can you get to a TTY and log in there?  If not you need to solve the first step of getting the i915 kernel module to work properly.  Then after that you can worry about Xorg and the xf86-video-intel driver.  i915 and the Xorg driver are separate, though the Xorg driver depends on the i915 module being loaded and functional.

Last edited by WonderWoofy (2013-10-24 17:16:07)

Offline

#17 2013-10-24 17:37:37

Silly7
Member
Registered: 2013-10-24
Posts: 12

Re: [SOLVED] Unable to boot after installation

WonderWoofy, no. it doesnt blank out, if you like, look up GMA3600 in the wiki wink, you'll fall in love.

the intel video driver doesnt work, see above.


It's also not a kernel issue, as i tried with 3.10 LTS just then.

Offline

#18 2013-10-24 18:02:42

Silly7
Member
Registered: 2013-10-24
Posts: 12

Re: [SOLVED] Unable to boot after installation

I can share my pacman log if you like, i am currently looking through the logs where I started the system upgrade.


EDIT : Could it be a problem with Systemd? my log shows i went from 204-3 to 208-1

Last edited by Silly7 (2013-10-24 18:03:40)

Offline

#19 2013-10-24 21:05:15

Silly7
Member
Registered: 2013-10-24
Posts: 12

Re: [SOLVED] Unable to boot after installation

It seems to me Systemd isnt the problem. How can I look at kernel logs? mine a blank in /var/log.

Offline

#20 2013-10-24 21:27:32

Sulice
Member
Registered: 2013-10-22
Posts: 18

Re: [SOLVED] Unable to boot after installation

In order to look at the kernel logs :
https://wiki.archlinux.org/index.php/Boot_Debugging

There are a lot of debug output. I don't know how to store them.

With "verbose ignore_loglevel" I can see that my last 3 lines are :

[  5.7848941] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)

Welcome to Arch Linux!

[  5.848068] systemd[1]: Set hostname to <arch>.

Last edited by Sulice (2013-10-24 21:30:59)

Offline

#21 2013-10-25 17:28:12

Silly7
Member
Registered: 2013-10-24
Posts: 12

Re: [SOLVED] Unable to boot after installation

So.. I just reinstalled Arch from scratch, and im in the exact same posisition.

Whats happening?

Offline

#22 2013-10-25 19:08:36

Silly7
Member
Registered: 2013-10-24
Posts: 12

Re: [SOLVED] Unable to boot after installation

Fixed!

The problem IS infact with systemd, for whatever reason I do not know.

I noticed that my desktop Arch is also running 204-3 of systemd, so i booted up a ArchISO and copied that systemd .tar.xz to a second USB drive, located in /var/cache/pacman/pkg.

After booting up the ArchISO from my first USB stick, mount your / on /mnt, and proceed to chroot in [arch-chroot /mnt /bin/bash]

Then locate your secondary USBs dev name [lsblk] and match the result based on size of your flash drive ( Mine was easy as it was 700mb drive ), then proceed to mount it on /usb. [mount /dev/sdX /usb]

Finally, cd into /usb and execute 'pacman -Ud systemd-204-3-etc.tar.xz' without quotes. Use -U to upgrade to a downgrade (Inception right? wink ) and add the 'd' to ignore dependancys, else it won't work.



After doing the above im able to get past systemd again. **PLEASE BACK UP YOUR SYSTEM BEFORE DOING THIS, IM NOT RESPONSIBLE IF IT GOES PEAR-SHAPED!**.

Sulice, if your still tuned in, can you tell me how it goes for you? If you need the systemd i can upload for you if you like smile.

Offline

#23 2013-10-25 19:29:08

Sulice
Member
Registered: 2013-10-22
Posts: 18

Re: [SOLVED] Unable to boot after installation

I'll try it tomorrow !
Could you upload it for me ? Thanks.

Offline

#24 2013-10-25 20:13:04

Silly7
Member
Registered: 2013-10-24
Posts: 12

Re: [SOLVED] Unable to boot after installation

Sure, give me a couple of hours buddy.

Offline

#25 2013-10-26 02:22:08

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

Re: [SOLVED] Unable to boot after installation

Did you follow the instructions for the systemd upgrade in pacman's output? The big upgrade was probably to 207 but you seem to have gone from 204 to 208. Here's what I got in the upgrade to 207:

[2013-09-18 20:29] [ALPM] warning: /etc/systemd/logind.conf installed as /etc/systemd/logind.conf.pacnew
[2013-09-18 20:29] [ALPM] warning: /etc/systemd/journald.conf installed as /etc/systemd/journald.conf.pacnew
[2013-09-18 20:29] [ALPM-SCRIPTLET] ==> systemd 205 restructures the cgroup hierarchy and changes internal
[2013-09-18 20:29] [ALPM-SCRIPTLET]     protocols. You should reboot at your earliest convenience.
[2013-09-18 20:29] [ALPM-SCRIPTLET] ==> The "timestamp" hook for mkinitcpio no longer exists. If you used
[2013-09-18 20:29] [ALPM-SCRIPTLET]     this hook, you must remove it from /etc/mkinitcpio.conf. A "systemd"
[2013-09-18 20:29] [ALPM-SCRIPTLET]     hook has been added which provides this functionality, and more.
[2013-09-18 20:29] [PACMAN] upgraded systemd (204-3 -> 207-3)
[2013-09-18 20:29] [PACMAN] upgraded systemd-sysvcompat (204-3 -> 207-3)

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

Board footer

Powered by FluxBB