!!!I managed to boot in my 32bits encrypted Netinstall!!!

One thing left: despite running sudo update-grub when booted, every time I reboot, I end up in Busybox again.
So I have to go once more in grub and type this:
set prefix=(lvm/volumeGroupName-logicalVolumeName)/boot/grub
set root=(lvm/volumeGroupName-logicalVolumeName)
set
ls /boot
insmod linux
linux /vmlinuz root=/dev/mapper/volumeGroupName-logicalVolumeName ro
initrd /initrd.img
boot

How come sudo update grub isn't enough?

Reply via email to