Hello,
I installed my toshiba notebook L10w-B-102 without problems.
But after installation I cannot boot. I tested secure boot of and on. CSM Boot mode does not exist for this notebook.
In opensuse - which i would prefer - it didn’t work at all. After install, I only get the grub shell!
A little progress I got yesterday:
When I install grub in text mode and made root fs as ext4 instead of brtfs, booting works when I started before bios menu with F2 or “Bios-Boot menu” with F12 on startup. But this is not really satisfactorily.
I would be very grateful if somebody could help me.
I don’t know if it is still applicable. Toshiba firmware has probably changed since then. My recollection is that F12 during boot didn’t solve the problem back then.
Still, it might be worth the try. And let us know what happens, because there will surely be other people with Toshiba problems.
Only copying the files from /boot/efi/EFI/opensuse to /boot/efi/EFI/Boot and rename shin.efi resp. grubx64.efi to bootx64.efi do not work for me. This solution is equivalent to the solution from toshibaonlinux.blogspot I’ve linked. Curiously is that this solution worked for me out of the box in ubuntu and fedora…
also bcdedit /set {bootmgr} \EFI\opensuse\grubx64.efi (resp. shim.efi) did not work
SOLUTION
But I found the following solution:
First copy files from /boot/efi/EFI/opensuse to /boot/efi/EFI/Boot
rename shin.efi (if seure-boot is on) or grubx64.efi (if secure-boot is off) to bootx64.efi
then you have to put Windows Boot Manager with efibootmgr on the first position and inacticate Windows boot manager
The steps are
su
efibootmgr -v —> look which nr. Windows Boot Manager has (usualy 0000)
efibootmgr -b 0000 -A (for inactivating)
efibootmgr -o 0000,… (for putting Windows on the first position)
At the moment my system runs with secure-boot disabled. I will try enabling on weekend. But actually I don’t need it (Windows 8 starts also with disabled secure-boot…)
[PS.: mouse left button does not work out of the box. You have to install a instable updated kernel-desktop package from here (https://software.opensuse.org/package/kernel-desktop). Startin kernel 3.16.7-25 the bug is fixed]