What should I do to get Ubuntu dual-boot with Windows 10 on this Toshiba laptop?

|
alexmb7 2022-09-02 23:32:32
yea no bios options
alexmb7 2022-09-02 23:32:42
i have similiar crap bios
joachimNedaouka 2022-09-02 23:33:42
alexmb7 2022-09-02 23:32:04
k then did u try install grub along your distro install

Yes with this command

sudo grub-install /dev/sda

alexmb7 2022-09-02 23:33:47
boot linux
make sure efi partition is mounted
then

grub-install –efi-directory that_efi_path

alexmb7 2022-09-02 23:33:50
u need.efi
alexmb7 2022-09-02 23:34:13
grub-install –efi-directory that_efi_path /dev/sda
alexmb7 2022-09-02 23:34:21
sudo
joachimNedaouka 2022-09-02 23:36:00
My EFI path is /dev/sda2

So the command is

sudo grub install –efi-directory /dev/sda2

??

alexmb7 2022-09-02 23:36:05
no
alexmb7 2022-09-02 23:36:15
efi path in linux
alexmb7 2022-09-02 23:36:26
mount /dev/sda2 /mnt
alexmb7 2022-09-02 23:36:59
then

sudo grub-install –efi-directory /mnt /dev/sda

joachimNedaouka 2022-09-02 23:37:17
alexmb7 2022-09-02 23:36:26
mount /dev/sda2 /mnt

Yes done

alexmb7 2022-09-02 23:37:58
then the grub cmd
joachimNedaouka 2022-09-02 23:38:26
Okay

Let me try it

alexmb7 2022-09-02 23:39:11
sudo grub-install –efi-directory /mnt /dev/sda
alexmb7 2022-09-02 23:40:30
then if no error, reboot
mmmmmms0 2022-09-02 23:42:38
joachimNedaouka 2022-09-02 23:33:42
Yes with this command

sudo grub-install /dev/sda

you could always dualboot via usb

joachimNedaouka 2022-09-02 23:42:42
linux_group-1401380.jpg

alexmb7 2022-09-02 23:43:36
joachimNedaouka 2022-09-02 23:42:42
linux_group-1401380.jpg

not so sure, try reboot

alexmb7 2022-09-02 23:43:49
or as other dood suggests.via.usb
mmmmmms0 2022-09-02 23:45:12
joachimNedaouka 2022-09-02 23:42:42
linux_group-1401380.jpg

https://askubuntu.com/questions/685122/what-should-i-do-to-get-ubuntu-dual-boot-with-windows-10-on-this-toshiba-laptop

What should I do to get Ubuntu dual-boot with Windows 10 on this Toshiba laptop?Ask Ubuntu
I’ve tried several approaches and it still boots directly to Windows 10. It is a Toshiba Satellite Radius L15W-B1208X with Windows 10 the original OS.

I read and tried to follow all prerequisite s…

alexmb7 2022-09-02 23:45:15
i fear i cant help much more, .. such.doesnt happen on my debian
joachimNedaouka 2022-09-02 23:45:33
alexmb7 2022-09-02 23:43:36
linux_group-1401380.jpg
not so sure, try reboot

Windows is still starting first

joachimNedaouka 2022-09-02 23:45:33
mmmmmms0 2022-09-02 23:42:38
linux_group-1401380.jpg
you could always dualboot via usb

How??

The only way to access Linux is from the recovery mode page of windows

alexmb7 2022-09-02 23:45:44
:/
mmmmmms0 2022-09-02 23:47:35
joachimNedaouka 2022-09-02 23:45:33
linux_group-1401380.jpg
How??

The only way to access Linux is from the recovery mode page of windows

click the link

mmmmmms0 2022-09-02 23:48:21
Ur problem is pretty common on Toshiba
joachimNedaouka 2022-09-02 23:48:27
mmmmmms0 2022-09-02 23:47:35
linux_group-1401380.jpg
click the link

Okay

joachimNedaouka 2022-09-02 23:48:27
alexmb7 2022-09-02 23:45:15
linux_group-1401380.jpg
i fear i cant help much more, .. such.doesnt happen on my debian

Do you a way to modify EFI boot Loader and set something like

default =/dev/sda8??

alexmb7 2022-09-02 23:49:19
joachimNedaouka 2022-09-02 23:48:27
linux_group-1401380.jpg
Do you a way to modify EFI boot Loader and set something like

default =/dev/sda8??

on the page i saw something ‘efibootmgr’ ..

mmmmmms0 2022-09-02 23:51:43
joachimNedaouka 2022-09-02 23:48:27
linux_group-1401380.jpg
Okay

It says to download the latest bios update for Toshiba

mmmmmms0 2022-09-02 23:52:10
other wise
mmmmmms0 2022-09-02 23:52:16
There are two things you might attempt:
Download EasyUEFI and use it to adjust the boot order. This tool is pretty easy to use; just move the “Ubuntu” entry to the top of the list. If there are multiple entries, move one that refers to shimx64.efi, not one that refers to grubx64.efi.
Open an Administrator Command Prompt window (not the newer shell in Windows 10; the older classic Command Prompt) and type bcdedit /set {bootmgr} path EFIubuntushimx64.efi.
If these procedures both fail, you could try using an EFI shell and its bcfg command, as described here. Note, however, that you’ll need to disable Secure Boot to get the EFI shell to launch, and you’ll need to copy the shell program to a USB flash drive as EFI/BOOT/bootx64.efi, then boot that drive.
If all of this fails, I recommend you return the computer for a refund,

Manage EFI/UEFI boot options & Manage EFI System Partitions & Fix EFI/UEFI boot issues the easy way!Easyuefi
EasyUEFI is a free software which allows you to manage the EFI/UEFI boot options & the EFI System Partitions. With this software you can easily fix EFI/UEFI boot issues, such as missing or corrupt EFI/UEFI boot option, missing or corrupt EFI System Partition.
joachimNedaouka 2022-09-02 23:54:20
mmmmmms0 2022-09-02 23:52:16
linux_group-1401380.jpg
There are two things you might attempt:
Download EasyUEFI and use it to adjust the boot order. This tool is pretty easy to use; just move the “Ubuntu” entry to the top of the list. If there are multiple entries, move one that refers to shimx64.efi, not one that refers to grubx64.efi.
Open an Administrator Command Prompt window (not the newer shell in Windows 10; the older classic Command Prompt) and type bcdedit /set {bootmgr} path EFIubuntushimx64.efi.
If these procedures both fail, you could try using an EFI shell and its bcfg command, as described here. Note, however, that you’ll need to disable Secure Boot to get the EFI shell to launch, and you’ll need to copy the shell program to a USB flash drive as EFI/BOOT/bootx64.efi, then boot that drive.
If all of this fails, I recommend you return the computer for a refund,

Let me download EasyUEFI

|