[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#638068: Re : initramfs-tools generates unbootable initrd.img on IA-64



On Fri, Jun 15, 2012 at 10:54:35AM +0000, maximilian attems wrote:
>Sorry for the time it took.
>
>According to your bug report klibc dash on ia64 has a working echo,
>so it's basic functionality should be good.
>
>It is not clear to me why the initramfs won't boot without busybox?
>It does here very well on x86 platforms.
>
>could you please list all the hooks that are shipped:
> ls /usr/share/initramfs-tools/hooks/
>
>Also could you have a look at boot with the nont working initrmafs
>with supplied bootargument: "debug=vc" and no quiet please.
>It should show where in the boot process the initramfs hangs.
>
>thank you.
>
>-- 
>maks

# uname -a
Linux debian 3.3.0-trunk-itanium #1 SMP Wed May 2 08:06:30 UTC 2012 ia64 GNU/Linux

# ls /usr/share/initramfs-tools/hooks/
busybox  dmsetup  keymap  klibc  kmod  thermal  udev

The photo at the web address below shows the output without the debug=vc
kernel boot parameter.

http://people.debian.org/~anibal/p1010539.jpg

With the debug=vc kernel boot parameter there is no additional output.

Just before the load of vmlinuz (at the ELILO boot prompt), I hit the
tab key and typed LinuxOLD followed by debug=vc and it was ignored
apparently.

The prompt was:

 ELILO boot:
 Linux
 LinuxOLD
 (or a kernel file name: [[dev_name:/]path/]kernel_image cmdline options)

 ELILO boot:

The machine is Dell PowerEdge 7250. I need to find out what's the
dev_name of the EFI boot partition of the logical drive of the raid5.

I tried debug=vc in elilo.conf and the system wouldn't boot and
complained about that extra line in elilo.conf.

My elilo.conf is below.

## elilo configuration file generated by elilo 3.12-4

# install=/usr/lib/elilo/elilo.efi
# boot=/dev/sda1
# boot=/dev/disk/by-uuid/4DBC-29A7

delay=20
default=Linux

relocatable


image=/EFI/debian/vmlinuz
 label=Linux

# root = /dev/sda2
root = "UUID=e662a93c-2b14-46bc-82aa-5d29cc2b4db1"

 read-only
 initrd=/EFI/debian/initrd.img

image=/EFI/debian/vmlinuz.old
 label=LinuxOLD

# root = /dev/sda2
root = "UUID=e662a93c-2b14-46bc-82aa-5d29cc2b4db1"

 read-only
 initrd=/EFI/debian/initrd.img.old



Reply to: