Boot error

1 post / 0 new
#1 Mon, 2014-09-15 22:31
lustyk
  • lustyk's picture
  • Offline
  • Last seen: 3 years 5 months ago
  • Joined: 2014-09-15

I've installed alpine-mini-3.0.4-x86_64 on my second partition of second disk (ext4) using instrucion from here: http://wiki.alpinelinux.org/wiki/Installing_Alpine_on_HDD_dualbooting
Now, I see following on boot:

[...]
* Settng up framebuffer console  OK
* Mounting root: random: nonblocking pool is initialized 
  FAILED
Initramfs emergency recorvery shell launched [...]

Alpine's fstab
UUID=f54eba07-9c97-4062-96fc-700ba7b66a40	/	ext4	rw,relatime,data=ordered 0 0
/dev/cdrom	/media/cdrom	iso9660	noauto,ro 0 0
/dev/fd0	/media/floppy	vfat	noauto	0 0
/dev/usbdisk	/media/usb	vfat	noauto	0 0

and entry in grub.cfg
menuentry 'Alpine' {
	set root='(hd1,2)'; set legacy_hdbias='0'
	legacy_kernel	'/boot/vmlinuz-grsec' '/boot/vmlinuz-grsec' 'root=UUID=f54eba07-9c97-4062-96fc-700ba7b66a40' 'rw'
	legacy_initrd	'/boot/initramfs-grsec' '/boot/initramfs-grsec'
}

I can mount that partition in emergency shell without problems.
I was trying switch_root, but got kernel panic
What can be wrong?