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

/boot being mounted before / and its causing a crash #2566

Closed
malta-rf opened this issue Jul 8, 2024 · 5 comments
Closed

/boot being mounted before / and its causing a crash #2566

malta-rf opened this issue Jul 8, 2024 · 5 comments

Comments

@malta-rf
Copy link

malta-rf commented Jul 8, 2024

Which ISO version are you using?

2024-07-01

The installation log

https://0x0.st/XB50.log

describe the problem

I need to dualboot arch/windows, using a SSD for root partition and the windows EFI for the boot partition on a HDD.

/boot => /dev/sda1 (windows EFI partition)
/ => /dev/sdb1 (SSD)

but archinstall is mounting boot before the root (arch-chroot) and this is causing the script to crash. the fix is simple: just mount the root partition first.

every time I need to install arch I have to save the config file, change the disk order in the json file and then load the script again for it to work.

@svartkanin
Copy link
Collaborator

svartkanin commented Jul 9, 2024

Looks like a duplicate of #2441

Did you follow the instructions in the readme for dual boot?

@malta-rf
Copy link
Author

malta-rf commented Jul 9, 2024

Did you follow the instructions in the readme for dual boot?

I read the instructions but the problem only happens when using 2 differents disks for /boot and / and if boot disk is listed first. if both partitions are in the same disk the installation runs smooth. plus changing the disk orders in the json file also fix the problem.

@Torxed
Copy link
Member

Torxed commented Jul 11, 2024

We should ensure that the order in the struct is sorted by mount point.

@codefiles
Copy link
Contributor

Looks like a duplicate of #2441

I agree @svartkanin.

Thanks @malta-rf for the info and log.

@Torxed
Copy link
Member

Torxed commented Jul 29, 2024

A fix has been merged, so I'll go ahead and close this one for now.

@Torxed Torxed closed this as completed Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants