-
Notifications
You must be signed in to change notification settings - Fork 192
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
installer saves partition layout after exit #367
Comments
this would suggest your disk already had a partition table, so cfdisk did not prompt you to create one. |
if you did not reboot, the installer would have saved the settings to a file in |
But should it not anyway? Backing out of an installer to run commands and then re-entering is a bit strange. If I find this issue again, I will recall, but should the cfdisc not override existing partitions? |
The changes did not persist between reboot. |
This has been a requested feature in the past, so yes, it should, it seems
it should not, as some people don't want their disks erased before installing void (dual boot, for example) |
So, is the solution for now to always run the above commands before entering the void-installer? Will future iterations fix this issue? |
You'll have to give more info about what the problem is, because from what you've said so far I don't see an issue |
To abridge the issue:
|
In relation to this issue, I plan to install on my desktop and dual boot with Arch. |
i'm not sure why you would need to or want to wipe the disk |
When I run a cfdisc and write my partitions, select root, boot, etc. Should the installer not simply install the OS on the disk, following the partitions as set by the cfdisc? |
if you wiped and wrote the partition table to the disk in cfdisk it will do that. all the installer does is shell out to cfdisk, then read the partition tables in the filesystem configuration section. |
Yes. This was the core root of my issue. The cfdisc, no matter how many attempts or what it indicated, would not properly install. Only when I manually created an fstab, saved, and did not open the drive partition option within the installer, did the system actually install. |
I have recently used to the most up to date installer: void-live-x86_64-musl-20230628-base.iso, to install Void on my Thinkpad470.
The installer completed, and ran, but after restart it was found to boot partition was created and the install seemed to be incomplete. I followed multiple guides and troubleshooting posts after running into this issue, but none helped correct the issue.
In the end I tested features with the cfdisc and noticed the installer seemed to save changed done within the installer even after exiting or removing the install medium, USB stick, and would even run. Deciding that cfdisc was likely the issue, and knowing it would save any changes if opened once, I restarted, and did everything in the installer except for the partitions. For this, I exited the installer, set the partitions manually, using fdisc, and then ran. This produced a working system, but it turned Void's normal 3 minutes install process into over an hour. I've noticed many other people having issues with the installer and I believe this is related to the partition feature incorrectly creating and writing partitions.
EDIT: I would like to add I was not once given the option to choose between: gpt, dos, etc. I did attempt to flash the installer more than once and on more than one USB, and this remained the case.
The text was updated successfully, but these errors were encountered: