Ok then tell me how long it takes. Because I’ve waited 15+ minutes every timeIf you're getting the Mint logo, you're starting to load from the USB. Whether or not it's loading the kernel after that is another story.
how long? More than 15 minutes of no activity light blinking? Also when I said nothing happens, I mean nothing happens. Not a single button press (besides the power button) will do anything.You can also press one of the function buttons (like F3) at that logo to see what's going on.
Also, it can take a long time to load an OS into RAM from a USB stick.
this is not nesasaraly so, the light on the USB will only blink when information is being read from it, it will go/stay dark whilst the machine precesses what it has taken in, sometimes these processing spots can take longer than you may expect and make you think there is a problem,I've repeatedly explained this is where it stops so obviously the usb path isn't working
The usb doesn’t have a light. I’m talking about the computer’s activity lightthis is not nesasaraly so, the light on the USB will only blink when information is being read from it, it will go/stay dark whilst the machine precesses what it has taken in, sometimes these processing spots can take longer than you may expect and make you think there is a problem,
One thing nobody is answering is: Is there another way without using usb?
To check a SHASUM (SHA-256) on Windows 10,
use the built-in PowerShell Get-FileHash command or Command Prompt certutil utility. Open PowerShell, type Get-FileHash -Path "C:\path\to\file" -Algorithm SHA256, and compare the output to the provider's hash. Alternatively, use certutil -hashfile "C:\path\to\file" SHA256 in Command Prompt.
Method 1: Using PowerShell (Recommended)
- Open PowerShell: Right-click the Start button and select Windows PowerShell.
- Run Command: Type the following command and press Enter (replace the path with your file's actual path):
Get-FileHash -Path "C:\Users\Name\Downloads\file.iso" -Algorithm SHA256
- Tip: You can type Get-FileHash -Path and then drag and drop the file into the PowerShell window to automatically populate the path.
- Verify: Compare the output hash string with the expected SHA256 hash provided by the source.
Method 2: Using Command Prompt (certutil)
- Open Command Prompt: Press Windows Key + R, type cmd, and hit Enter.
- Run Command: Type the following command and press Enter:
certutil -hashfile "C:\path\to\file" SHA256- Verify: The command will output the SHA-256 hash, which you can compare to the provided hash.
AI Overview
To burn a Linux ISO from Windows 10,
use a tool like Rufus or balenaEtcher to flash the image onto a USB drive (at least 4GB recommended). Connect your drive, select the ISO file, and start the process, which will erase all data on the USB before making it bootable.
Best Methods to Burn Linux ISO (Windows 10):
- Rufus (Recommended):
- Download and run Rufus (e.g., from rufus.ie).
- Select your USB drive.
- Click "Select" to choose the downloaded Linux ISO file.
- Keep default settings (usually GPT/MBR) and click "Start".
- Select "Write in ISO image mode" if prompted.
- balenaEtcher:
- Download and open balenaEtcher (e.g., from balena.io).
- Click "Flash from file" and select the ISO.
- Click "Select target" and pick your USB drive.
- Click "Flash!".
- Ventoy (Allows multiple ISOs):
- Download and run Ventoy (e.g., from ventoy.net).
- Install it to the USB drive.
- Copy and paste the ISO file directly onto the USB drive
Something like this? Not this one exactly per se, but am I reading your reply correct? I’m not opposed to getting inside this laptop, it won’t be the first timeOnly other thing that I can think of is trying on a SD card if your laptop has one. I did something similar not too long ago with Lubuntu on my MBP, but that has a DVD drive. On your PC, to do it without USB would require taking it apart, and flashing it on a pc with working usb ports. Sadly I don't see any other way around it.. unless you flash the installer onto the SSD itself/Maybe a Frugal install?
how long? More than 15 minutes of no activity light blinking?
These are the keys that I've used during installation of debian and a few debian derivatives (from my notes):It could be. When the logo first appears, press F3. It should start showing you text at that point. Do this before it freezes.
(Ctrl+)Alt+F3 : installer shell
For post #32, the info was from notes which were written at the time of past experience as mentioned. Hopefully the reader could factor that in. That experience was from hardware installations rather than virtual machine installs.It should work with just the F3, as far as I recall. I haven't done a clean install in a long time, but that's what my memory is telling me.
Hmm... You made me go look, albeit in a VM.
Pressing F3 brings up the text that shows what's going on behind the scenes with Linux Mint 22.3. I didn't need Alt for it. I hit the button to start the live boot and then pressed F3.
Man, you made me doubt myself. LOL It has been a while since I've done a clean installation.
I will handle your 2nd question. NO.. that is the answer. you can't install linux from inside windows. You can not install any operating system from within another. it just does not work that way.I stopped replying because I got very frustrated with the replies I'm getting. Everyone wants me to try the usb thing a different way when I've tried multiple sticks and multiple builds and it always halts at the same spot, when the logo shows. I've repeatedly explained this is where it stops so obviously the usb path isn't working and everyone is also completely ignoring my other question about installing from within windows. Least I could get would be a "no" but not even that. Please give me other options than the usb. When it halts there's no activity light blinking. It feels like nobody believes me. I don't want to give up on this laptop. Windows gave up on it but its still a good laptop for what I need a laptop to do and I can see life in it if I can only get mint installed and like I said before, I'm not interested in other distros
Since it was debian rather than Mint, that may make a difference.