FS#32307 - [linux] kernel 3.6.4 doesn`t boot
Attached to Project:
Arch Linux
Opened by Daniel Kozák (kozzi) - Tuesday, 30 October 2012, 21:13 GMT
Last edited by Dave Reisner (falconindy) - Thursday, 03 January 2013, 14:43 GMT
Opened by Daniel Kozák (kozzi) - Tuesday, 30 October 2012, 21:13 GMT
Last edited by Dave Reisner (falconindy) - Thursday, 03 January 2013, 14:43 GMT
|
Details
Description:
after upgrading to 3.6.4 I am unable to boot, it shows Loading initrams or something like that, and than freeze Steps to reproduce: try to start pc :) |
This task depends upon
Closed by Dave Reisner (falconindy)
Thursday, 03 January 2013, 14:43 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed a while ago, reopened erroneously.
Thursday, 03 January 2013, 14:43 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed a while ago, reopened erroneously.
My setup is:
core/grub-common 2.00-1
core/grub-bios 2.00-1
(Not uefi even though the partition is in GPT)
My partition is GPT.
Partitions:
(parted) print
Model: ATA OCZ-VERTEX3 (scsi)
Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 119GB 119GB
2 119GB 119GB 537MB linux-swap(v1)
4 120GB 120GB 256MB grub bios_grub
3 120GB 120GB 256MB ext2 boot
sda1 is btrfs.
Only arguments/settings in mkinitcpio.conf are:
HOOKS="base udev autodetect pata scsi sata filesystems usbinput"
System just hangs after
Loading Initial ramdisk ...
adding debug options to grub show, that the ramdisk is found and started.
If I understand the debug output correctly is even shows, that the kernel recognizes the GPT partition. One of the last lines is something like "Closing hd0". Don't know if this is relevant.
WORKAROUND:
downgrade to 3.6.3-1
You should still have the old 3.6.3 package in your cache directory (if not, you deleted it and are on your own)
cd /var/cache/pacman/pkg/
pacman -U linux-3.6.3-1-x86_64.pkg.tar.xz
Hope that helps
https://bbs.archlinux.org/viewtopic.php?pid=1184874
Apparently if you have a recent AMD chip and >= 8GB of ram, this is an issue. Some have booted with a temporary kernel option of "mem=4G".
model name : AMD FX(tm)-8150 Eight-Core Processor
16GB RAM
https://bugs.archlinux.org/task/29351
AMD FX-6100 with 8GB of memory
https://lkml.org/lkml/2012/10/29/239
AMD A8-3850
8GB RAM
Adding mem=4G to kernel boot options seems to work.
AMD FX 8120 with 8GB RAM.
AMD Phenom ii x4 965 with 8gb of ram.
Some data about my install:
.Kernel line flags: rootfstype=ext4 hpet=force i915.i915_enable_rc6=1 pcie_aspm=force i915.lvds_downclock=1 radeon.pcie_gen2=1 i915.semaphores=1 security=tomoyo resume=/dev/sda3 acpi_backlight=vendor i915.modeset=1 usbcore.autosuspend=1 radeon.agpmode=-1 ipv6.disable=1 apparmor=0 nmi_watchdog=0 libahci.ignore_sss=1 elevator=bfs
.systemd enabled
.detailed info here: http://i.imgur.com/Gaggy.png
my cpu: Intel(R) Core(TM)2 Duo CPU E8400
memory: 8GB
HOOKS="base udev autodetect pata scsi sata filesystems usbinput fsck"
the system is fully updated by pacman -Syu