Hi everybody.
I tried to intall opensuse 13.1 DVD at Dell Vostro 3560 with UEFI but when configure boot step I always get error "Invalid numeric value".So I choose intall no bootloader and use DVD rescue to help.Here is my log
Everything seem to be fine except I got the "invalid numeric value" again.I search so much but have no any information and how to resolve this error.
Please help
Thanks
I tried to intall opensuse 13.1 DVD at Dell Vostro 3560 with UEFI but when configure boot step I always get error "Invalid numeric value".So I choose intall no bootloader and use DVD rescue to help.Here is my log
Code:
#mount /dev/sda3 /mnt #sda3 is my root
#mount /dev/sda2 /mnt/boot/efi ## sda2 is /boot/efi
#mount --bind /dev /mnt/dev
#mount --bind /sys /mnt/sys
#mount --bind /proc /mnt/proc
#chroot /mnt
#grub2-mkconfig -o /boot/grub2/grub.cfg
#grub2-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub --recheck /dev/sda
invalid numeric value
Please help
Thanks