Mailinglist Archive: opensuse-bugs (7236 mails)

< Previous Next >
[Bug 480808] New: [mkinitrd] mkinitrd fails with root on /dev/mmcblk0p1
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sun, 1 Mar 2009 12:09:42 -0700 (MST)
  • Message-id: <bug-480808-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=480808


Summary: [mkinitrd] mkinitrd fails with root on /dev/mmcblk0p1
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: i586
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Bootloader
AssignedTo: jsrain@xxxxxxxxxx
ReportedBy: dl9pf@xxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: ---


User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.6)
Gecko/2009012700 SUSE/3.0.6-0.1 Firefox/3.0.6

linux:~ # mkinitrd -d /dev/mmcblk0p1

Kernel image: /boot/vmlinuz-2.6.27.19-3.2-default
Initrd image: /boot/initrd-2.6.27.19-3.2-default
Root device: /dev/mmcblk0p1 (mounted on / as ext2)
No modalias for device mmcblk0
Script /lib/mkinitrd/setup/72-block.sh failed!


Reproducible: Always

Steps to Reproduce:
1. install on sd-card (xo-1)
2. run mkinitrd
3.
Actual Results:
generation of mkinitrd fails

Expected Results:
generation of mkinitrd

I added this to /lib/mkinitrd/scripts/setup-block.sh

ida*)
echo cpqarray
;;
+ mmc*)
+ echo mmc_block
+ ;;
*)

It should work for xo.

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
Follow Ups