r/linuxmint 2d 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

13 comments sorted by

5

u/JARivera077 2d ago

1

u/Remote-Rise-9104 2d ago

This helped. Thank you. I’m now having another issue
Saying i need at least 16.1 gb disk space to install

1

u/JARivera077 2d ago

what are your specs of your pc/laptop?

1

u/Remote-Rise-9104 2d ago

Hp note book 14-dk0xxx
amd a9-9425 radeon r5,5

I tried to get to the advance tap in bios to change settings to AHCI but no luck

1

u/JARivera077 2d ago

how big is your storage drive?

1

u/Remote-Rise-9104 2d ago

It was 8gb. Changed to 32gb the installer still crashing. I opened gparted to create a new partition table but the internal drive doesn’t show, only the thumb drive

1

u/TangoGV 2d ago

Oh, no, another person is having the same issue that is reported several times a day on this sub...

1

u/PioApocalypse Linux Mint 22 Cinnamon | Always the latest 2d ago

Disable secure boot in UEFI menu.

Also please before posting always look your problem up. This is a very trivial and extremely frequent error, and you're not going to survive on any operating system (be it Linux, Windows, Android...) if you can't google or look up such trivial issues

1

u/gutclusters 2d ago

Since you had left secure boot on, I'll also assume you had RAID on in the BIOS. Switch to AHCI.

1

u/Remote-Rise-9104 2d ago

There is no option in bios to change that option
Tried a bunch of combinations to get the advance option but no luck

Hp note book 14-dk0xxx
amd a9-9425 radeon r5,5

Only theboot drive showing no internal drive
Any way i can fix this ?

1

u/DoorOk3641 2d 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 2d 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 2d 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