Parece que lo he hecho funcionar así, aunque no entiendo cual es la diferencia con el anterior menú
Código:
splashimage /boot/grub/splashimages/105933-as-night-falls.xpm.gz
default 0
timeout 10
color light-blue/black light-cyan/blue
title Arch Linux PAE
root (hd0,0)
kernel /boot/vmlinuz26-pae resume=/dev/disk/by-uuid/8b2ce064-7829-44e1-93e5-6f53e5cf8c4e root=/dev/disk/by-uuid/6b32e3d5-0b31-4a45-b6b5-0d5226b7deaa ro
initrd /boot/kernel26-pae.img
title Arch Linux Fallback PAE
root (hd0,0)
kernel /boot/vmlinuz26-pae resume=/dev/disk/by-uuid/8b2ce064-7829-44e1-93e5-6f53e5cf8c4e root=/dev/disk/by-uuid/6b32e3d5-0b31-4a45-b6b5-0d5226b7deaa ro
initrd /boot/kernel26-fallback-pae.img
title Arch Linux
root (hd0,0)
kernel /boot/vmlinuz26 resume=/dev/disk/by-uuid/8b2ce064-7829-44e1-93e5-6f53e5cf8c4e root=/dev/disk/by-uuid/6b32e3d5-0b31-4a45-b6b5-0d5226b7deaa ro
initrd /boot/kernel26.img
title Arch Linux Fallback
root (hd0,0)
kernel /boot/vmlinuz26 resume=/dev/disk/by-uuid/8b2ce064-7829-44e1-93e5-6f53e5cf8c4e root=/dev/disk/by-uuid/6b32e3d5-0b31-4a45-b6b5-0d5226b7deaa ro
initrd /boot/kernel26-fallback.img
Le he puesto 10 segundos de espera y conservo los otros menús hasta que logre pulir el sistema.
Y ahora parece que no me carga el modulo vhba, por ser un kernel tuneado. Buscando info encontre esto;
https://bbs.archlinux.org/viewtopic.php?id=80444pero no me funcionan la la parte que dice:
Citar:
depmod -a
modinfo vhba
modprobe vhba
sigue sin encontrar el modulo vhba, a pesar de estar instalado.