33
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 29 Aug 2023
33 points (97.1% liked)
Linux
48033 readers
1032 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
Could you share the laptop model, surely there has to be a way to turn off the disk encryption and then dual boot/mess with the laptop normally?
The easiest way to achieve that is to use two USBs, one with the installer, and the other will be your new harddrive. Install to the USB drive and it will be a persistent bootable USB drive. Bootloader (grub/efibootmgr) setup may be fiddly, you may have to try a few times/variations on setting before you get it working.
It's a HP Envy.
TBH, I hadn't realised it had also chosen to encrypt the inserted SD card when I added it.
I would install from a USB to another USB, but the Debian Live USB stick doesn't recognise anything else that I plug into the laptop, so I can't go USB to USB, hence the need to use windows.
I don't know anything about the debian installer, last time I did this I used arch, which is a lot more flexible with partitioning. Is there a manual partitioning option somewhere that will show the USB drive you want to install to?
For what it's worth, I don't recommend booting from a USB. The performance isn't great, and there are reliability issues. On my USB, if I bump the drive, it can disconnect and cause the root partition to become unmounted, and it doesn't recover from there. If you can backup your files, wipe the internal disk and then re-setup windows and Linux without the encryption that would definitely be the better option in the long run. Especially if you intend on doing important work on the machine.
Another option is to try out unetbootin. It can create liveusbs with persistence, but I haven't ever tried it. It may, or may not work with debian (Ubuntu may have better support, so worth trying both if you can live with Ubuntu).