It sounds like you’re on the right track! The black screen with a dash usually means the bootloader (GRUB in this case) might need some love. So, you’ll likely need to reinstall GRUB on your old Acer.
Here’s a simple way to do it from your Fedora Live USB:
Open a terminal (if it’s not already).
Run lsblk to confirm that your old Acer’s drive is /dev/sda.
Mount the Fedora partition with something like:
sudo mount /dev/sda1 /mnt
(Make sure /dev/sda1 is the correct partition; adjust if needed).
It sounds a bit like magic (or some weird old ritual), but it should help your Acer find its way. Give it a shot! If it doesn’t work, let us know exactly what you see. We’ve got your back!
Hey there!
It sounds like you’re on the right track! The black screen with a dash usually means the bootloader (GRUB in this case) might need some love. So, you’ll likely need to reinstall GRUB on your old Acer.
Here’s a simple way to do it from your Fedora Live USB:
lsblk
to confirm that your old Acer’s drive is/dev/sda
./dev/sda1
is the correct partition; adjust if needed).It sounds a bit like magic (or some weird old ritual), but it should help your Acer find its way. Give it a shot! If it doesn’t work, let us know exactly what you see. We’ve got your back!