wannabelinuxguy wrote: ⤴Wed Sep 18, 2019 9:14 pm
Do i have the weirdest laptop in the world or what?
Maybe.
3) This shows that I have a Healty, Active EFI System Partition (jpg attached). I am wondering about this:
Right, this means nothing, as you added it recently. Until then, Win7 didn't have an EFI partition, which itself indicates BIOS mode. And there are other indicators, like the fact that it's a DOS partition scheme rather than GPT.
Also when I was going into my BIOS on a regular basis to try to choose to boot into Windows I did see that I have a Legacy option and in fact I could choose Legacy or (something else). I wouldn't know how to take a screen shot of my BIOS but if you like I can take a [good] photo of those options.
Yes, please. Frankly, this may be your last best chance for solving the puzzle. If we can't figure out a way to get Mint to boot in BIOS mode, there's really no way forward on the terms you want. Will have to be either 32 bit dual boot or 64 bit to USB drive (full install, not just a live session). As for 32 bit, please recall I said a couple days ago you might end up there. You have an unusual problem.
My feeling (even though I know next to nothing so this is just from what I think I know...) is that my W7 was installed via BIOS. If it was installed via EFI then why would Linux have told me I needed an EFI partition, causing me to create one?
Apparently the BIOS is UEFI capable (not typical for a Win7 vintage computer), so Mint is booting that way. Whether you can block that is the "last best chance" I mentioned above.
By the way, just so you know, I'm not in any hurry to complete this.
Conversely, I'm about to start my work week, so I'll be checking in once in morning and again in the evening, with long stretches offline.
Okay, so, it seems to me the next four tasks are this.
1. Work through the BIOS settings and see whether you can find something which will force legacy boot. If you find a likely candidate, post a photo.
2. In order to eliminate one source of uncertainty, reburn the ISO to USB drive using Rufus.
3. Boot the USB and check whether it's booting in BIOS or UEFI mode. Use the long form of command. Here it is again:
Code: Select all
[ -d /sys/firmware/efi ] && echo "Currently in UEFI mode" || echo "Currently in Legacy mode"
4. While you're booted to the live session, so ahead and delete the current Mint installation. As I recall (been a while since I had logical partitions), you may have to delete the logical partitions first, then the extended partition. ETA:
zcot points out below the swap partition probably will be mounted and can't be deleted in that state; right-click and select swapoff, then you'll be able to delete it; or run the Terminal command he suggests. Anyhoo, when done deleting the Mint partitions, leave the space unallocated.
By the way, it might aid your understanding of the problem to read a few articles about UEFI. Wouldn’t call this light reading, but it’s not rocket science. Of many available, I recommend Chris Hoffman, then Rod Smith and Happy Assasin. Those are in ascending order of complexity, so you learn progressively more as you go along.