It’s from a song https://youtu.be/8-r-V0uK4u0
- 0 Posts
- 5 Comments
There is a section here on dual booting using systemd boot. Never used it, but it will hopefully work in your case, or at least point you the right way.https://ostechnix.com/dual-boot-windows-and-pop-os/
Psynthesis@beehaw.orgto Linux@lemmy.ml•What's your current favorite distro that isn't Arch, Debian or Fedora?1·1 year agoBodhi Linux. Lightweight and beautiful
Psynthesis@beehaw.orgto Linux@lemmy.ml•Clevo Laptop doesnt boot any Linux USB sticks? partitions not found, fstab errors and all?4·2 years agoI have never used those tools, I usually just dd the iso to a usb. I am assuming you are on a linux distribution already. I would download a fresh iso and verify the checksum. Then use dd to write to the usb. I use this format, and of course replace the path to iso bit and /dev/sdx (your usb)with what is relevant to your situation. Just open terminal and type
sudo dd bs=4M if=path/to/your.iso of=/dev/sdx conv=fsync oflag=direct status=progress
You probably already know but you can find the usb’s specific /dev/sdx with sudo fdisk -l
You may be out of luck for now. https://github.com/sddm/sddm/issues/1399