Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dual boot with Windows and other distributions #18

Open
picodotdev opened this issue Feb 10, 2018 · 4 comments
Open

Dual boot with Windows and other distributions #18

picodotdev opened this issue Feb 10, 2018 · 4 comments

Comments

@picodotdev
Copy link
Owner

  • Dual boot with windows, other distributions
  • Not delete everything, specific partitions
@IntegralWorks
Copy link

IntegralWorks commented Aug 17, 2019

If you don't mind me asking, how do we enable the script to only install onto one partition? Is it as simple as denoting DEVICE="/dev/sdax !/dev/nvme0n1" # sata nvme (single) where x is the desired partition number?

I ask because I'd like to install the system in a way that doesn't delete other partitions.

@picodotdev
Copy link
Owner Author

There are two parttions necessary, the system partition and the boot partition, the system partition is created in the DEVICE variable, but a boot partition is also necessary, also are necesary changes for the boot loader to make a dual boot possible.

At the moment this script not takes in account an existing system like Windows and yet I not figured out how to make it work, take in account that Windows may requiere Secure Boot activated that this script requires to be disabled.

So currently is not possible.

@Lzok
Copy link

Lzok commented Feb 20, 2021

Hello.

How about if I am installing Arch with alis in a separate hard drive? Will that work ok?

The complete setup of my dual boot will be:

  • A hard drive with Windows (my current one).
  • A new hard drive to install Arch with alis.

@picodotdev
Copy link
Owner Author

Hi! I did not tested to install Arch Linux with dual boot with Windows, the Arch Linux wiki page is not very crear.

https://wiki.archlinux.org/index.php/Dual_boot_with_Windows

Anyway, alis at least can be installed without removing any existing partitions so may be is possible al least with with other Linux distributions. Using PARTITION_MODE="manual", PARTITION_CUSTOMMANUAL_BOOT and PARTITION_CUSTOMMANUAL_ROOT. Anyway as always, test this in a VirtualBox and backup all your data before proceed in real hardware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants