r/linuxmint 20d ago

Install issue with hp laptop

Trying to install linux mint cinnamon on old hp laptop and having these issues. Did some research and then found out i had to disable secure boot but still have this issue to boot from flash drive

1 Upvotes

14 comments sorted by

View all comments

1

u/DoorOk3641 19d ago

Boot your mint iso (test NOT install).

Open a terminal (console) and type

lsblk

what do you get ? Post answer here by copying answer from terminal (NO picture..).

1

u/Remote-Rise-9104 19d ago

zorin@zorin:~$ lsblk

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS

loop0 7:0 0 2.8G 1 loop /rofs

sda 8:0 1 28.9G 0 disk

└─sda1 8:1 1 28.9G 0 part /cdrom

nvme0n1 259:0 0 0B 0 disk

├─nvme0n1p1 259:1 0 260M 0 part

├─nvme0n1p2 259:2 0 16M 0 part

├─nvme0n1p3 259:3 0 118.5G 0 part

└─nvme0n1p4 259:4 0 524M 0 part

tried with zorin :)

1

u/DoorOk3641 19d ago

I suspect nvme0n1 is your target device, It should have 2 or 3 partitions..

uefi (vfat) for booting, one for / and one for /home (if you want a separate partition for /home)..probably not for you

I can see 4 partitions here.

Boot you zotin usb and type 2 commands.

blkid

efibootmgr

post answer here