Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#51255 - [archboot] Hangs after selecting a device to manually partition
Attached to Project:
Arch Linux
Opened by Victor Engmark (l0b0) - Thursday, 06 October 2016, 10:35 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 25 June 2018, 14:56 GMT
Opened by Victor Engmark (l0b0) - Thursday, 06 October 2016, 10:35 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 25 June 2018, 14:56 GMT
|
DetailsSteps to reproduce:
1. Boot Archboot 2016.08 2. In the main menu, go to "3 Prepare Storage Drive", then "1 Auto-Prepare" and use all the default options 3. In the main menu, go to "3 Prepare Storage Drive", then "2 Partition Storage Drives" (I've got two harddisks, and want /home on the second one, so auto-prepare only got me part of the way) 4. Select /dev/sda 5. Press Ctrl-Alt-F2 6. Run `top` At this point there's a process under `bash /arch/setup` which simply does `grep /dev/ /dev/sda`, which presumably is not intended. Additional info: * Archboot 2016.08 |
This task depends upon
if [[ "${DISC}" == "" ]] || [[ ! "$(grep '/dev/' "${DISC}")" ]]; then
If you change mountpoints afterwards it should reset the whole autoprepare procedure seems the logic is somewhere broken.