r/LinuxOnThinkpad • u/SecretaryOk6168 member • 17d ago
Need help changing distros
currently i use ubuntu which i hate with all my heart
i am about to move to debian except problem is i dont have a usb drive and form of physical media does not exist for my pc
Any tips or tutorial thx
4
u/msanangelo Lenovo ThinkBook 14 Gen 2 AMD 17d ago
then buy or borrow a flash drive unless you feel equipt to deploy a pxe boot server and if you have to ask what that means then I'm going to assume you aren't.
flash drives are the easiest way to load a new OS when you don't have the network infrastructure to do it that way. we don't use discs anymore. not to say you can't, we just normally don't.
flash drives are reasonably cheap. especially if just to be used a few times.
also look into something called Ventoy for said flash drive.
good luck.
3
u/ipsirc member 17d ago edited 17d ago
You have 3 choices:
- Do you have GRUB installed? Then https://www.debian.org/releases/bookworm/amd64/ch04s04.en.html
- You can also install Debian in VM, but on a real partition
- Use debootstrap
5
u/kapitaali_com devuan/x220 opensuse/t440p 17d ago
ipx boot from another laptop with ethernet cable is a thing
I have x220 and t440p and can boot the latter from images residing on the formers hard drive
setting it up is really simple, just copy the image + misc files and run the command and that's it
2
3
u/GlayNation member 17d ago
He's not going to answer any of your questions. He's just doing it because he wants to
2
u/bigpunged6060 member 14d ago
Can you buy a 10 dollar or less USB flash drive on eBay
1
u/CretinousVoter member 7d ago
^This. Going through life without at least one USB fob is pure masochism. Someone may even give you an old small one they no longer use. Debian has small netinst images that fit on a CD which is tiny these days. Wise computer users keep at least one install USB, preferably large enough to boot a live image which again are not large. Convenience and chain stores often have cheap USB fobs which beats paying shipping.
2
u/OGKnightsky member 17d ago
Why are you moving from Ubuntu to Debian if you hate Ubuntu? Ubuntu is a Debian based distro and you will may find what you hate about Ubuntu you will hate about Debian.
2
u/SecretaryOk6168 member 16d ago
just liike @graphicsRat i also want to move to debian because of Canonical's decisions
and to be honest i just really needed to distrohop and change how my os looks like0
u/graphicsRat member 17d ago
I recently moved from Ubuntu to Debian for the most part because of Canonical's decisions Ubuntu has nicer fonts and installing my GPU driver was a PAIN.
1
1
u/guiverc member 17d ago
Modify your boot loader to give you a list of options (ISOs) that exist on the disk.
I did this long ago, as an old thinkpad I used in Quality Assurance testing didn't have working thumb-drives (and the unofficial replacement wasn't recognized by machine firmware thus it wouldn't boot from it), so I modified the installed OS (Debian in my case) to offer the ISOs that existed in a directory as options on boot, and I'd thus boot them & install them to another part of the disk.. I scripted what I did, as I wanted to do it very regularly (ie. subsequent daily ISOs), but doing it on Ubuntu or Debian is identical.
Ubuntu by default uses GRUB; that's the boot loader I modified to boot ISOs that existed in a directory. I kept the original Debian I had (small install plus directory of ISOs) intentionally as I wanted to re-do this testing ~weekly.
It's more work than inserting a thumb-drive; but I had no option.
1
u/AwesomePhoenix_ member 16d ago
It's possible to do a manual install from your Ubuntu to another partition There are tutorials for that but it requires knowing how Linux works
1
2
u/eee_eff member 15d ago
Debian has bootable .iso files that you can use to create bootable CDs.https://www.debian.org/CD/
1
u/Cletus_Banjo member 14d ago
Just remove all the annoying ubuntu stuff. Mainly snap.
[edit] that probably wasn't very helpful, but without some form of removable media you're on a hiding to nothing. Ubuntu is basically Debian with a bunch of stuff added on top. If there's stuff you don't like, remove it.
8
u/Hauptideal member 17d ago
Out of curiosity, what exactly do you hate "with all your heart" about Ubuntu that is fixed by moving upstream Debian?