Skip to content

floppy boot order, but this time on system=isapc #7166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mitchblank opened this issue May 1, 2025 · 0 comments
Open

floppy boot order, but this time on system=isapc #7166

mitchblank opened this issue May 1, 2025 · 0 comments
Milestone

Comments

@mitchblank
Copy link

Describe the issue

Just was frustrated with a few UTM issues in a row... enough that I wanted to make somebody read about it.

What I wanted to do: play with ELKS on a very minimal i486 machine. To do the install I need to boot from a floppy a few times until the harddrive is ready to go.

FIrst thing I tried which didn't work: reordering the Drives section to put the floppy first. This apparently was a known issue four years ago (#2492) but for whatever reason the fix was only made to the q35 system (691497b). For some reason if you're using a different system profile this remains a foot-gun. Not sure why it was fixed in this limited way, hopefully there was a good reason.

Second thing I tried: all I really needed was to get the BIOS boot menu up instead of auto-booting from the harddrive (i.e. -boot menu=on). You'd think this would just be a checkbox in the QEMU pane, but apparently not. Again, there was a change made four years ago (#2504) to make this the default but not on the "isapc" profile.

Third thing I tried: just adding the flag myself in the Arguments. However, although I can add -boot menu=on at the end of the qemu command line, if I click Save and then enter Edit again the string is emptied out. To make it even more annoying I can add an invalid argument like-boot xxx -- it only silently nulls out the menu=on I want to set. I suppose this another piece of #5910.

Anyway, I just moved on to running qemu manually for this experiment, which is fine... but I hit UTM-specific frustrations I wanted to report.

Configuration

  • UTM Version: 4.6.4
  • macOS Version: 15.4.1
  • Mac Chip: M1
@osy osy added this to the Future milestone May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants