You are not logged in.

#1 2016-10-25 23:33:01

archinoob
Member
Registered: 2016-06-03
Posts: 46

[SOLVED] Clean Install of Arch Linux Fails to Boot Completely

After installing Arch Linux on my MacBook Pro (MacBookPro3,1 with an Intel Core 2 Duo, GeForce 8600M GT, 2GB of RAM, and a Hitachi hard drive with 149.05 GB, late 2009) using the official wiki, I rebooted and waited for the computer to start up. The system would successfully boot until it went to

/dev/sda2: clean, 34954/9469952 files, 11206527/37879552 blocks

, after which the cursor would start blinking slightly erratically, after which it ceased blinking all together. After removing the word quiet from grub, the laptop now starts up until it reaches

 Started Load/Save RF Kill Switch Status.

. What should I do?

Last edited by archinoob (2016-10-26 22:28:29)

Offline

#2 2016-10-25 23:52:57

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely

What is supposed to happen? Login at TTY? X? DM? WM or DE?

Is anything printed to the journal?



Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-10-26 00:19:29

archinoob
Member
Registered: 2016-06-03
Posts: 46

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely

I followed the installation guide, so I believe login at tty1 should occur. After running

journalctl

, I scrolled and found the following error messages.

nouveau 000:01:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
nouveau 0000:01:00.0: bios: unable to locate usable image
nouveau 0000:01:00.0: bios ctor failed, -22
nouveau: probe of 0000:01:00.0 failed with error -22

. If you need more information, please give me the necessary command and I will post the outputs. Right now, I am running on the live version and am in chroot.
Very strangely, the journal also states

 
Reached target Basic System.
Started D-Bus System Message Bus.
Starting Login Service...
Starting Permit User Sessions...
Started Permit User Sessions.
Started Getty on tty1.
Reached target Login Prompts. 

and a little later

 
Started Login Service.
New seat seat0.
Reached target Multi-User System.
Reached target Graphical Interface.
Startup finished in 
3.762s (kernel) + 7.250s (userspace) = 11.012s 

.

Last edited by archinoob (2016-10-26 00:50:38)

Offline

#4 2016-10-26 00:28:59

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely

Details of your graphics card(s)? See https://nouveau.freedesktop.org/wiki/Tr … #index10h3


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2016-10-26 00:48:39

archinoob
Member
Registered: 2016-06-03
Posts: 46

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely

Running

lspci -v

, the relevant portion of the output is

VGA compatible controller: NVIDIA Corporation G84M [GeForce 8600M GT] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Apple INc. Device 00a0
Physical Slot: 1
Flags: bus master, fast devsel, latency 0, IRQ 30
Memory at 92000000 (32-bit, non-prefetchable) [size=16M]
Memory at 80000000 (64-bit, prefetchable) [size=256M]
Memory at 90000000 (64-bit, non-prefetchable) [size=32M]
I/O ports at 5000 [size=128]
Expansion ROM at 93000000 [disabled] [size=128K]
Capabilities: [60] Power Management version 2
Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Virtual Channel
Capabilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific INformation: ID=0001 REv=1 Len=024 <?>
Kernel driver in use: nouveau

.

Offline

#6 2016-10-26 02:41:45

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely

Did you read the link I posted?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2016-10-26 21:18:05

archinoob
Member
Registered: 2016-06-03
Posts: 46

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely

I read the link you posted, and it seems I have a level 3 hang, though you probably already determined that. Otherwise, I did not find the solution to the problem hitherto described, but if I am missing something, please do inform me. Here is the full output of

journalctl

, and here is the full output of

dmesg

. I'm sorry it took long to reply.

Offline

#8 2016-10-26 21:32:54

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely

Your kernel command line doesn't include the nouveau.config option...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#9 2016-10-26 22:09:48

archinoob
Member
Registered: 2016-06-03
Posts: 46

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely

I looked at https://wiki.archlinux.org/index.php/nouveau for more information, but I failed to see how to include the nouveau.config option in the kernel command line. Please do describe how.

Offline

#10 2016-10-26 22:19:56

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#11 2016-10-26 22:26:40

archinoob
Member
Registered: 2016-06-03
Posts: 46

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely

Thanks jasonwryan. In summary, my nouveau.config option was missing, and editing /etc/default/grub, appending the kernel options to the GRUB_CMDLINE_LINUX_DEFAULT line:

 GRUB_CMDLINE_LINUX_DEFAULT="nouveau.config"

,
and then re-generating the grub.cfg file with:

# grub-mkconfig -o /boot/grub/grub.cfg

fixed the problem.
@jasonwryan  I hope this is less "shorthand", if that is what you were referring to.

Last edited by archinoob (2016-10-26 22:35:38)

Offline

#12 2016-10-26 22:28:44

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Clean Install of Arch Linux Fails to Boot Completely

Um, that was shorthand for the actual config option on their wiki...


Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB