-
Notifications
You must be signed in to change notification settings - Fork 537
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
Comments
Looks like a duplicate of #2441 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. |
We should ensure that the order in the struct is sorted by mount point. |
I agree @svartkanin. Thanks @malta-rf for the info and log. |
A fix has been merged, so I'll go ahead and close this one for now. |
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.
The text was updated successfully, but these errors were encountered: