Can't boot Clonezilla image from Surface Go 1 to Acer Apire 5737z
Hi everyone,
I have a finely tuned Fedora 40 image that I cloned using Clonezilla (see: sh.itjust.works/post/25762756)
I wanted to deploy it on my old Acer Aspire 5737z but it won’t boot. It’s just displaying a — on a black screen for hours.
I’m not so knowledgeable but I guess it means I would have to reinstall the GRUB or whatever.
I’ve booted into my Fedora Live USB and tried the lsblk command people were talking about on the web (I don’t understand the terminal). Here's the result.
I think the SDA disk is the one I would like to boot from.
Can anyone help me understand what I have to do 😇🙏
like this
bigsailboat
in reply to Dariusmiles2123 • • •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
.sudo mount /dev/sda1 /mnt
(Make sure
/dev/sda1
is the correct partition; adjust if needed).sudo grub2-install --boot-directory=/mnt/boot /dev/sda
sudo grub2-mkconfig -o /mnt/boot/grub2/grub.cfg
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!
Dariusmiles2123
in reply to bigsailboat • • •Thanks for the precise answer adapted to a rookie like me😇😅
Sadly it ain't working. I guess the GRUB installing part which is problematic.
Dariusmiles2123
Unknown parent • • •Thanks for the help but I don’t understand anything from the message on askubuntu.
I’ve tried the sudo mount/dev/sda3 /mnt part though..
Sorry for my lack of terminal skills
Dariusmiles2123
Unknown parent • • •Here is what I'm getting after running through the steps you kindly gave me. The second part is the part where I'm probably not doing right..
Dariusmiles2123
Unknown parent • • •Dariusmiles2123
Unknown parent • • •Dariusmiles2123
Unknown parent • • •Here is what I'm getting.
I'm almost ready to give up on my dream of establishing a perfectly tuned version of Fedora that I can deploy on all my computer just through Clonezilla..
Dariusmiles2123
Unknown parent • • •Here's what I'm getting:
I don't think I've set up anything particular, so I guess my install is different than yours because Fedora changed something. But clearly that change doesn't help me;-)