this post was submitted on 23 Jun 2023
4 points (100.0% liked)

Linux Questions

7 readers
1 users here now

A place to ask Linux-related questions, post advice and suggestions, etc. Any questions pertaining to Linux from novice to greybeard level are welcome. ---- ### Asking Questions: Please provide enough info to for people to actually help you. While there are some things that are generally the same, there is no one "Linux" - every distro has some things they do different and you'll get better answers if you provide some info. And remember the people here are helping you purely out of their own good will - so be nice! If you are encountering a problem, please include: 1. Which distro you are using 2. A brief summary of the problem 3. Any steps you have attempted 4. Relevant details such as hardware specs (see below), application versions, etc. ---- ### Capturing System Specs In almost all cases, posting output from inxi -Fmz - either as in a code block, as a linked file, or as a screenshot - will be appreciated. Some distros may pre-install inxi but on others (such as Fedora), you may need to install it yourself. But we understand that there will be times when you are unable to provide this info (such as with boot problems). The output from inxi info should be safe (especially with the -z option)... But in general,**YOU SHOULD ALWAYS REVIEW OUTPUT AND REMOVE ANY PRIVATE DATA BEFORE POSTING ONLINE** (e.g. replace "Your Name" with `` or something similar - this helps in preventing doxxing, identity theft, and similar issues). - Some common graphical screenshot apps:gnome-screenshot, ksnip, shutter, and flameshot . There are also terminal-based ones like maim and scrot.

founded 1 year ago
 

Hey All,
I’d like to reinstall Debian on an old MacBook (intel core i5, so i386) from an existing and more recent Mac (M2).
I’ve downloaded the i386 netinst (« little cd »)
tried the methods described on both Debian and Ubuntu pages (links below). The operation completes successfully, but the USB key isn’t identified as bootable: When starting the system with « Alt », all I can select is the usual internal disk.
Is there another way to verify the validity of my method, or another way I can try to create a bootable USB?

Do I need to convert the ISO with hdiutil or is it ready, and a cp is sufficient?

If I do a simple cp, is the old FAT file format sufficient?

Many thanks!

Resources used:

Tools used:

  • dd
  • hdiutil and then dd
  • etcher
top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago (1 children)

Maybe a stupid question but did you flag the usb as bootable ?

If yes, is your old iMac EFI compatible ? If no, you should get a look at woeUSB-ng. It supports legacy booting.

[–] [email protected] 2 points 1 year ago

No stupid question at all!

To make the USB bootable, is it about choosing « GUID Partition Map » as the Scheme? Or something else?

On the Mac side, I have no other USB to test it out, but I will look into this woeUSB-ng, never heard of it!

Thanks