Installing linux without a USB or CD
57 minutes ago, WannabeNerd said:So I have a new laptop and my friends pc, but all our USB drives are dead. Is there a way to install linux directly on the new empty notebook?
One way I'm thinking about to install Linux, would be from your friend's computer, by connecting your laptop's storage to it. (If it's a standard storage, you might be able to just connect it inside the computer) I think I remember doing something similar a few years ago, but I can't remember exactly how I achieved it, I had tried many different ways
ALSO: WARNING: Only attempt this if you are sure you know what you're doing. Even then, mistakes happen so I wouldn't suggest it at all. Be absolutely sure you know which drive is which at ANY time. (Also because it may not work at all)
I might be over complicating it too:
(They're not real methods, they're ideas that I think may work)
1. Partition Method
- Create and format a small partition on your laptop disk as FAT32 but I think ext4 might work too, not sure. (Large enough for the ISO)
- Download the Linux ISO of your choice and open it (You should see files and folders inside)
- Copy all the files and folders into the partition you created
- Boot from that partition if your BIOS/UEFI supports it (or just try booting from the drive, it might work too)
- You could also try Balena Etcher, which in advanced mode lets you select a hard drive other than a USB, again be careful
2. Grub Method
- If your BIOS refuses to boot from the partition with the Linux ISO you could try putting grub on your drive. It might be able boot from that. (Also useful if your computer refuses to boot from your USB due to the ISO for some reasons, had this problem that every OS worked except the one I wanted, I just manually did it via grubs command and it worked)
- With a lot of patience and researches you could try to install your ISO with grub... I've done something similar to that on a very old computer that refused to install slightly modern Linux distro no matter the version I was using.
- Don't ask me how, because honestly I can't remember any of the command I used, I haven't done """manual installation""" for a very long time
3. Copying a whole OS
-
As the name suggests, you could copy a existing Linux distro from another computer to your drive (Careful as it might be kind of buggy because some stuff are hardware specific... ) but that kind of requires a computer with all the files installed, or at least the bare minimum.
4. Just buy a USB
-
You can get cheap USB and it's worth more than spending hours trying to do any of that for maybe no result
5. (For future people, completely unrelated)
- If you have a VERY VERY old computer that refuses to boot via USB due to how old it is (not due to BIOS Configuration) you can burn a CD or Floppy Disk with something called Plop Boot Manager or even GRUB I think, most old computer allow you to boot from Floppy or CD, then you can boot via USB, I had to do that to install a lightweight linux distro on a VERY old computer
-
Also if your computer refuses to boot from your USB for some reason. I had this problem where every OS worked except the one I wanted, manually booting via GRUB commands made it work.
Again I might 100% be over complicating it, I'll edit my message as I remember/think of other methods or ideas! (As said above, you could try a PXE Server, but in the end, USB is the easiest)
TL;DR : Buy a USB it will be cheaper than your time
Have an awesome day/night, hope this helps

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now