Jump to content
1 minute ago, karanam said:

i never did maybe the store ive bought this had that installed but they gave me with windows 10 when i bought now idk what to do

Restart the installation from the pen drive, and choose to disable secure boot.

Write down the password you type in.  You'll need it once it reboots.

This is a one time thing.

Link to post
Share on other sites

I did some digging around for you, and it would seem that this happens more often with lenovo laptops.

Boot from the pen drive, choose try without installing.

 

When you see the desktop, open a terminal, and type this into it:

 

sudo mount /dev/sda2 /mnt
sudo mount /dev/sda1 /mnt/boot/efi
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
sudo chroot /mnt
grub-install /dev/sda
update-grub

And then reboot the machine

Link to post
Share on other sites

10 hours ago, p13 said:

I did some digging around for you, and it would seem that this happens more often with lenovo laptops.

Boot from the pen drive, choose try without installing.

 

When you see the desktop, open a terminal, and type this into it:

 


sudo mount /dev/sda2 /mnt
sudo mount /dev/sda1 /mnt/boot/efi
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
sudo chroot /mnt
grub-install /dev/sda
update-grub

And then reboot the machine

it showed an error again

grub-probe:error: failed to get canonical path of "/dev/sda2'

Installing for x86_64-efi platform.

grub-install. real: failed to et canonical path of '/dev/sda1'.

 

Link to post
Share on other sites

3 minutes ago, p13 said:

boot the machine from the pen drive into the live desktop again, open a terminal and type lsbk

show me what it says

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sdb      8:16   1   3.6G  0 disk
└─sdb1   8:17   1   3.6G  0 part /cdrom
loop0    7:0    0   1.7G  1 loop /rofs
sda      8:0    0 931.5G  0 disk
├─sda2   8:2    0 923.1G  0 part
├─sda3   8:3    0   7.9G  0 part
└─sda1   8:1    0   512M  0 part

Link to post
Share on other sites

4 minutes ago, karanam said:

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sdb      8:16   1   3.6G  0 disk
└─sdb1   8:17   1   3.6G  0 part /cdrom
loop0    7:0    0   1.7G  1 loop /rofs
sda      8:0    0 931.5G  0 disk
├─sda2   8:2    0 923.1G  0 part
├─sda3   8:3    0   7.9G  0 part
└─sda1   8:1    0   512M  0 part

weird that it's complaining about sda1

Try to boot it without the pen drive now.

Your ssd is the correct device, if it was nvme, it would show up as nvme0nsomething

Link to post
Share on other sites

4 minutes ago, p13 said:

weird that it's complaining about sda1

Try to boot it without the pen drive now.

Your ssd is the correct device, if it was nvme, it would show up as nvme0nsomething

if i boot normally(without the pendrive)it shows the options like

ubuntu

windows boot loader

ata something

nvme

nvme

if i try to press anything it shows like

image failed to load

access denied

 

Link to post
Share on other sites

Just now, karanam said:

if i boot normally(without the pendrive)it shows the options like

ubuntu

windows boot loader

ata something

nvme

nvme

if i try to press anything it shows like

image failed to load

access denied

 

Even after running the above commands?

Link to post
Share on other sites

2 minutes ago, p13 said:

Boot it from the pen drive, go to teamviewer.com and download the linux (deb) package.  Open the file, and it will install it for you.

Then run it.

i have downloaded it and installed but it says package installed yet im unable to find where it is

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×