You are not logged in.
Running early hook udev
Running early hook lvm2
waiting 10 seconds for device /dev/mapper/VolGroup00-lvolroot...
...
try exit to continue boot, but will likely failThat´s the message. Yesterdays update included a lot, so it did linux. If I wait a few seconds and type exit, boot succeeds. If I am too quick it does not.
Is this kind of problem always a kernel issue?
$ fdisk -l /dev/sda
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: DF7144E9-E02C-4B93-9092-869368E647EF
Device Start End Size Type
/dev/sda1 2048 6143 2M BIOS boot partition
/dev/sda2 6144 625142414 298.1G Linux LVM
$ lvdisplay
--- Logical volume ---
LV Path /dev/VolGroup00/lvolroot
LV Name lvolroot
VG Name VolGroup00
LV UUID QH1lO0-4DM2-eEX4-u4Rk-6kjD-eAgv-98djhI
LV Write Access read/write
LV Creation host, time archiso, 2013-11-24 20:45:39 +0100
LV snapshot status source of
lvolsnaproot [active]
LV Status available
# open 1
LV Size 25.00 GiB
Current LE 6400
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:1
--- Logical volume ---
LV Path /dev/VolGroup00/lvolswap
LV Name lvolswap
VG Name VolGroup00
LV UUID mJdTW1-gXbJ-zjx6-br8m-eGob-ORmN-IUFAU6
LV Write Access read/write
LV Creation host, time archiso, 2013-11-24 20:46:23 +0100
LV Status available
# open 2
LV Size 2.00 GiB
Current LE 512
Segments 1
Allocation contiguous
Read ahead sectors auto
- currently set to 256
Block device 254:4
--- Logical volume ---
LV Path /dev/VolGroup00/lvolhome
LV Name lvolhome
VG Name VolGroup00
LV UUID o0P1S7-7Htp-3Bpw-tzUB-Y2Ac-nsgd-1OQRyu
LV Write Access read/write
LV Creation host, time archiso, 2013-11-24 20:47:34 +0100
LV Status available
# open 1
LV Size 262.95 GiB
Current LE 67316
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:5
--- Logical volume ---
LV Path /dev/VolGroup00/lvolsnaproot
LV Name lvolsnaproot
VG Name VolGroup00
LV UUID yEymil-cy1U-3fb6-Lh3y-z4wK-iSqr-ilKPBK
LV Write Access read/write
LV Creation host, time htpc, 2013-11-25 23:04:57 +0100
LV snapshot status active destination for lvolroot
LV Status available
# open 0
LV Size 25.00 GiB
Current LE 6400
COW-table size 8.13 GiB
COW-table LE 2082
Allocated to snapshot 22.80%
Snapshot chunk size 4.00 Ki. (
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:3Cheers,
kodiak
*EDIT: I just got in a new Kernel-Version, still does not change anything (3.12.2-1)
Last edited by kodiak (2014-09-14 10:44:55)
Offline
Seems not to be the kernel version. Downgrading to 3.12.1-3 did not change anything. Another interesting fact is that lvm commands are not available in the rescue shell. AFAIK they should? Is the rescue shell not at the point when the initramfs was loaded?
When typing exit and the system afterwards boots successfully I see again that the lvm hook is run again.
Installation is quite new (around a week), maybe it was the first time mkinitcpio was run. In that case, why does installation from iso fine, and from repos not?
dmesg snippet
0.733717] systemd-udevd[47]: starting version 208
[ 0.773469] SCSI subsystem initialized
[ 0.779060] libata version 3.00 loaded.
[ 0.781859] sdhci: Secure Digital Host Controller Interface driver
[ 0.781864] sdhci: Copyright(c) Pierre Ossman
[ 0.782093] scsi0 : pata_atiixp
[ 0.782307] scsi1 : pata_atiixp
[ 0.782388] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
[ 0.782392] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
[ 0.782548] sdhci-pci 0000:00:14.7: SDHCI controller found [1022:7806] (rev 0)
[ 0.782940] mmc0: SDHCI controller on PCI [0000:00:14.7] using ADMA
[ 0.783550] ACPI: bus type USB registered
[ 0.783642] usbcore: registered new interface driver usbfs
[ 0.783656] usbcore: registered new interface driver hub
[ 0.783710] usbcore: registered new device driver usb
[ 0.784426] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.784649] ehci-pci: EHCI PCI platform driver
[ 0.784946] ehci-pci 0000:00:12.2: EHCI Host Controller
[ 0.784960] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[ 0.784977] QUIRK: Enable AMD PLL fix
[ 0.784980] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 0.784992] ehci-pci 0000:00:12.2: debug port 1
[ 0.785047] ehci-pci 0000:00:12.2: irq 17, io mem 0xfef4e000
[ 0.785528] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.785711] ohci-pci: OHCI PCI platform driver
[ 0.794645] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 0.795083] hub 1-0:1.0: USB hub found
[ 0.795094] hub 1-0:1.0: 5 ports detected
[ 0.795717] ehci-pci 0000:00:13.2: EHCI Host Controller
[ 0.795726] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[ 0.795732] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 0.795744] ehci-pci 0000:00:13.2: debug port 1
[ 0.795780] ehci-pci 0000:00:13.2: irq 17, io mem 0xfef4c000
[ 0.804657] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 0.804934] hub 2-0:1.0: USB hub found
[ 0.804945] hub 2-0:1.0: 5 ports detected
[ 0.805608] ohci-pci 0000:00:12.0: OHCI PCI host controller
[ 0.805617] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
[ 0.805647] ohci-pci 0000:00:12.0: irq 18, io mem 0xfef4f000
[ 0.862419] hub 3-0:1.0: USB hub found
[ 0.862435] hub 3-0:1.0: 5 ports detected
[ 0.862888] ohci-pci 0000:00:13.0: OHCI PCI host controller
[ 0.862899] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 4
[ 0.862916] ohci-pci 0000:00:13.0: irq 18, io mem 0xfef4d000
[ 0.919150] hub 4-0:1.0: USB hub found
[ 0.919168] hub 4-0:1.0: 5 ports detected
[ 0.919370] ahci 0000:00:11.0: version 3.0
[ 0.919629] ahci 0000:00:11.0: irq 40 for MSI/MSI-X
[ 0.919700] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x9 impl SATA mode
[ 0.919704] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
[ 0.920411] scsi2 : ahci
[ 0.920519] scsi3 : ahci
[ 0.920614] scsi4 : ahci
[ 0.920716] scsi5 : ahci
[ 0.920792] ata3: SATA max UDMA/133 abar m2048@0xfef50000 port 0xfef50100 irq 40
[ 0.920794] ata4: DUMMY
[ 0.920796] ata5: DUMMY
[ 0.920800] ata6: SATA max UDMA/133 abar m2048@0xfef50000 port 0xfef50280 irq 40
[ 0.921095] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 0.921103] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 5
[ 0.921372] xhci_hcd 0000:00:10.0: irq 41 for MSI/MSI-X
[ 0.921381] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X
[ 0.921389] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X
[ 0.921769] hub 5-0:1.0: USB hub found
[ 0.921783] hub 5-0:1.0: 2 ports detected
[ 0.921944] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 0.921952] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6
[ 0.924918] hub 6-0:1.0: USB hub found
[ 0.924931] hub 6-0:1.0: 2 ports detected
[ 0.946676] ohci-pci 0000:00:14.5: OHCI PCI host controller
[ 0.946693] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7
[ 0.946716] ohci-pci 0000:00:14.5: irq 18, io mem 0xfef4b000
[ 1.002434] hub 7-0:1.0: USB hub found
[ 1.002449] hub 7-0:1.0: 2 ports detected
[ 1.238227] ata6: SATA link down (SStatus 0 SControl 300)
[ 1.358231] usb 2-2: new high-speed USB device number 2 using ehci-pci
[ 1.404881] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.406514] ata3.00: ATA-8: WDC WD3200BPVT-22JJ5T0, 01.01A01, max UDMA/133
[ 1.406519] ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.408180] ata3.00: configured for UDMA/133
[ 1.408338] scsi 2:0:0:0: Direct-Access ATA WDC WD3200BPVT-2 01.0 PQ: 0 ANSI: 5
[ 1.413199] sd 2:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 1.413205] sd 2:0:0:0: [sda] 4096-byte physical blocks
[ 1.413296] sd 2:0:0:0: [sda] Write Protect is off
[ 1.413300] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.413335] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.483078] sda: sda1 sda2
[ 1.483598] sd 2:0:0:0: [sda] Attached SCSI disk
[ 1.491116] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 1.491234] scsi6 : usb-storage 2-2:1.0
[ 1.491333] usbcore: registered new interface driver usb-storage
[ 1.638236] tsc: Refined TSC clocksource calibration: 1896.551 MHz
[ 1.691096] device-mapper: uevent: version 1.0.3
[ 1.691500] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
[ 1.703178] bio: create slab <bio-1> at 1
[ 1.714947] usb 5-2: new full-speed USB device number 2 using xhci_hcd
[ 1.891621] usb 3-1: new full-speed USB device number 2 using ohci-pci
[ 2.061153] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.078556] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:12.0-1/input2
[ 2.078613] usbcore: registered new interface driver usbhid
[ 2.078616] usbhid: USB HID core driver
[ 2.084014] input: Logitech Unifying Device. Wireless PID:4024 as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/input/input2
[ 2.084126] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4024] on usb-0000:00:12.0-1:1
[ 2.493224] scsi 6:0:0:0: CD-ROM HL-DT-ST BD-RE BP40NS20 ML01 PQ: 0 ANSI: 0
[ 2.500078] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.500084] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.500311] sr 6:0:0:0: Attached scsi CD-ROM sr0
[ 2.638441] Switched to clocksource tsc
[ 16.797358] bio: create slab <bio-2> at 2
[ 81.531404] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 82.297540] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 82.333177] systemd[1]: Set hostname to <htpc>.
[ 82.719301] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 82.719385] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 82.719399] systemd[1]: Starting Login Prompts.
[ 82.725559] systemd[1]: Reached target Login Prompts.
[ 82.725572] systemd[1]: Starting Remote File Systems.
[ 82.731721] systemd[1]: Reached target Remote File Systems.
[ 82.731734] systemd[1]: Expecting device sys-subsystem-net-devices-enp2s0.device...
[ 82.738019] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 82.744316] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 82.744328] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 82.750583] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 82.750594] systemd[1]: Starting LVM2 metadata daemon socket.
[ 82.756883] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 82.756894] systemd[1]: Starting Delayed Shutdown Socket.
[ 82.763117] systemd[1]: Listening on Delayed Shutdown Socket.
[ 82.763138] systemd[1]: Starting udev Kernel Socket.
[ 82.769277] systemd[1]: Listening on udev Kernel Socket.
[ 82.769292] systemd[1]: Starting udev Control Socket.
[ 82.775388] systemd[1]: Listening on udev Control Socket.
[ 82.775407] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 82.775455] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 82.775465] systemd[1]: Starting Paths.
[ 82.781515] systemd[1]: Reached target Paths.
[ 82.781525] systemd[1]: Starting Encrypted Volumes.
[ 82.787615] systemd[1]: Reached target Encrypted Volumes.
[ 82.787654] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 82.794043] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 82.794060] systemd[1]: Starting Journal Socket.
[ 82.800351] systemd[1]: Listening on Journal Socket.
[ 82.815656] systemd[1]: Started Load Kernel Modules.
[ 82.815691] systemd[1]: Mounting Configuration File System...
[ 82.822783] systemd[1]: Starting udev Coldplug all Devices...
[ 82.830287] systemd[1]: Starting Apply Kernel Variables...
[ 82.837162] systemd[1]: Starting Setup Virtual Console...
[ 82.843993] systemd[1]: Mounted FUSE Control File System.
[ 82.844038] systemd[1]: Mounting Debug File System...
[ 82.851499] systemd[1]: Started Set Up Additional Binary Formats.
[ 82.851557] systemd[1]: Mounting Huge Pages File System...
[ 82.858414] systemd[1]: Starting Journal Service...
[ 82.871340] systemd[1]: Started Journal Service.
[ 83.130939] systemd-journald[179]: Vacuuming done, freed 0 bytes
[ 83.219556] EXT4-fs (dm-1): re-mounted. Opts: data=ordered
[ 83.635981] systemd-udevd[204]: starting version 208
[ 84.230874] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 84.231188] acpi device:19: registered as cooling_device0
[ 84.231218] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 84.231289] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input3
[ 84.232310] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[ 84.232319] ACPI: Power Button [PWRB]
[ 84.232425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 84.232431] ACPI: Power Button [PWRF]
[ 84.320484] ACPI: acpi_idle registered with cpuidle
[ 84.336628] acpi-cpufreq: overriding BIOS provided _PSD data
[ 84.471366] hda-intel 0000:00:01.1: Force to non-snoop mode
[ 84.471454] snd_hda_intel 0000:00:01.1: irq 44 for MSI/MSI-X
[ 84.539586] [drm] Initialized drm 1.1.0 20060810
[ 84.616149] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 84.802251] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/sound/card0/input10
[ 84.802375] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/sound/card0/input9
[ 84.802528] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/sound/card0/input8
[ 84.802816] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input7
[ 84.803739] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 84.803740] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 84.803792] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb20
[ 84.908428] Bluetooth: Core ver 2.16
[ 84.908453] NET: Registered protocol family 31
[ 84.908456] Bluetooth: HCI device and connection manager initialized
[ 84.908467] Bluetooth: HCI socket layer initialized
[ 84.908472] Bluetooth: L2CAP socket layer initialized
[ 84.908480] Bluetooth: SCO socket layer initialized
[ 84.931811] microcode: CPU0: patch_level=0x06001116
[ 85.046529] usbcore: registered new interface driver btusb
[ 85.077099] [drm] radeon kernel modesetting enabled.
[ 85.077142] checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
[ 85.077144] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
[ 85.077166] Console: switching to colour dummy device 80x25
[ 85.077891] [drm] initializing kernel modesetting (ARUBA 0x1002:0x9994 0x1002:0x9994).
[ 85.077937] [drm] register mmio base: 0xFEF00000
[ 85.077939] [drm] register mmio size: 262144
[ 85.078029] ATOM BIOS: 113
[ 85.078143] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[ 85.078146] radeon 0000:00:01.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
[ 85.078149] [drm] Detected VRAM RAM=512M, BAR=256M
[ 85.078150] [drm] RAM width 64bits DDR
[ 85.078215] [TTM] Zone kernel: Available graphics memory: 1716980 kiB
[ 85.078217] [TTM] Initializing pool allocator
[ 85.078226] [TTM] Initializing DMA pool allocator
[ 85.078250] [drm] radeon: 512M of VRAM memory ready
[ 85.078252] [drm] radeon: 1024M of GTT memory ready.
[ 85.122912] microcode: CPU0: new patch_level=0x06001119
[ 85.123060] microcode: CPU1: patch_level=0x06001116
[ 85.123528] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 85.126305] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 85.126338] pcieport 0000:00:15.0: driver skip pci_set_master, fix it!
[ 85.126639] r8169 0000:02:00.0: irq 45 for MSI/MSI-X
[ 85.126963] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90011238000, dc:9c:52:17:11:26, XID 0c900800 IRQ 45
[ 85.126969] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 85.220962] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 85.237449] [drm] Loading ARUBA Microcode
[ 85.306293] systemd-udevd[212]: renamed network interface eth0 to enp2s0
[ 85.682594] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000).
[ 85.682857] radeon 0000:00:01.0: WB enabled
[ 85.682862] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff88009280ac00
[ 85.683942] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90013735a18
[ 85.683946] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000020000c04 and cpu addr 0xffff88009280ac04
[ 85.683951] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000020000c08 and cpu addr 0xffff88009280ac08
[ 85.683954] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff88009280ac0c
[ 85.683956] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000020000c10 and cpu addr 0xffff88009280ac10
[ 85.683960] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 85.683961] [drm] Driver supports precise vblank timestamp query.
[ 85.683984] radeon 0000:00:01.0: irq 46 for MSI/MSI-X
[ 85.683999] radeon 0000:00:01.0: radeon: using MSI.
[ 85.684287] [drm] radeon: irq initialized.
[ 85.709144] [drm] ring test on 0 succeeded in 2 usecs
[ 85.709209] [drm] ring test on 3 succeeded in 2 usecs
[ 85.709217] [drm] ring test on 4 succeeded in 1 usecs
[ 85.765310] [drm] ring test on 5 succeeded in 1 usecs
[ 85.785335] [drm] UVD initialized successfully.
[ 85.787344] [drm] Enabling audio 0 support
[ 85.787349] [drm] Enabling audio 1 support
[ 85.787351] [drm] Enabling audio 2 support
[ 85.787354] [drm] Enabling audio 3 support
[ 85.787356] [drm] Enabling audio 4 support
[ 85.787358] [drm] Enabling audio 5 support
[ 85.787900] [drm] ib test on ring 0 succeeded in 0 usecs
[ 85.788436] [drm] ib test on ring 3 succeeded in 0 usecs
[ 85.789010] [drm] ib test on ring 4 succeeded in 1 usecs
[ 85.809926] [drm] ib test on ring 5 succeeded
[ 85.830620] [drm] Radeon Display Connectors
[ 85.830624] [drm] Connector 0:
[ 85.830627] [drm] DP-1
[ 85.830629] [drm] HPD1
[ 85.830633] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x6
HOOKS="base udev autodetect modconf block lvm2 filesystems keyboard fsck"### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-a8d95468-e406-416c-b951-14e1e35675b9' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod lvm
insmod ext2
set root='lvm/VolGroup00-lvolroot'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvm/VolGroup00-lvolroot' a8d95468-e406-416c-b951-14e1e35675b9
else
search --no-floppy --fs-uuid --set=root a8d95468-e406-416c-b951-14e1e35675b9
fi
echo 'Loading Linux core repo kernel ...'
linux /boot/vmlinuz-linux root=/dev/mapper/VolGroup00-lvolroot rw
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux.img
}Last edited by kodiak (2013-12-01 19:41:14)
Offline
So did you try regenerating the initramfs?
Offline
You mean mkinitcpio -p linux? I did that a lot.
Offline
Adding
GRUB_CMDLINE_LINUX_DEFAULT="rootdelay=9"
GRUB_CMDLINE_LINUX="rootdelay=9"
to /etc/default/grub solved it
Offline