I have a spare partition (sdd2) and want to install Kubuntu 23.04 on it (for testing a bug with a fresh install.)
I boot, "Try Kubuntu", go to a terminal, and run
...so that it will not try to install a bootloader anywhere. (My understand is that this the only way to do that.) My plan is to then reboot into my main install and let update-grub find the new install on sdd2.
At manual drive setup, I set / to mount at sdd2. Ubiquity finds two linux swap partitions and tries to snag those as well for the new install -- I set them to "do not use".
But then when I click through to start the install, the final confirmation screen says it's going to alter the partition tables of /dev/sdc and /dev/sde, which happen to be the drives that hold those (unused) swap partitions, and which shouldn't have anything at all to do with the install I am attempting (which is on /dev/sdd).
That spooks me, so I abandon the install.
Any idea how to prevent this? Or why it's altering the partition tables of drives that have nothing to do with the install?
Digging around online, I find a few threads about related-sounding stuff, but nothing that seems totally applicable:
https://unix.stackexchange.com/quest...1124736_602828
https://bugs.launchpad.net/ubuntu/+s...y/+bug/1396379
I boot, "Try Kubuntu", go to a terminal, and run
Code:
$ ubiquity -b kde_ui
At manual drive setup, I set / to mount at sdd2. Ubiquity finds two linux swap partitions and tries to snag those as well for the new install -- I set them to "do not use".
But then when I click through to start the install, the final confirmation screen says it's going to alter the partition tables of /dev/sdc and /dev/sde, which happen to be the drives that hold those (unused) swap partitions, and which shouldn't have anything at all to do with the install I am attempting (which is on /dev/sdd).
That spooks me, so I abandon the install.
Any idea how to prevent this? Or why it's altering the partition tables of drives that have nothing to do with the install?
Digging around online, I find a few threads about related-sounding stuff, but nothing that seems totally applicable:
https://unix.stackexchange.com/quest...1124736_602828
https://bugs.launchpad.net/ubuntu/+s...y/+bug/1396379
Comment