Custom Query (1145 matches)
Results (22 - 24 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#322 | wontfix | Installer should verify installability | amb | jdreed |
Description |
Currently, it is possible to end up with a b0rked machine (say, because the openafs modules aren't available for a new kernel version) via the PXE installer. This is bad. Thankfully, the difference is noticeable enough that it's an inconvenience as opposed to a major problem (ie: the greeter is missing, the ability to log in is missing, etc). However, users who attempt to install Debathena should either end up with Debathena or with a message saying "Sorry, try again later." We should make the installer more foolproof. |
|||
#333 | fixed | PXE installer doesn't configure network | amb | quentin |
Description |
When choosing option "2" from the PXE installer (for regular debathena installs), it first prompts you for an IP address, and then installs a machine that's configured to boot with DHCP. This results in the machine thinking it is NIC.MIT.EDU, among other oddities. |
|||
#533 | fixed | Partitioning bug in lucid install | amb | jdreed |
Description |
(Opening at the request of amb) During the partitioning phase, the installer stops with: "You entered "" which was not recognized as a valid size". It then prompts for the amount of volume group to use for guided partitioning, defaulting to 159.8GB. If you answer yes, the install proceeds. Relevant debugging output: --> FGET partman-auto-lvm/guided_size seen <-- 0 true --> SUBST partman-auto-lvm/guided_size MINSIZE 20.5 GB Adding [MINSIZE] -> [20.5 GB] <-- 0 --> SUBST partman-auto-lvm/guided_size MAXSIZE 159.8 GB Adding [MAXSIZE] -> [159.8 GB] <-- 0 --> SUBST partman-auto-lvm/guided_size PERCENT 12% Adding [PERCENT] -> [12%] <-- 0 --> INPUT high partman-auto-lvm/guided_size <-- 30 question ksipped --> GO <-- 0 ok --> GET partman-auto-lvm/guided_size <-- 0 true --> SUBST partman-auto-lvm/bad_guided_size INPUT Adding [INPUT] -> [] <-- 0 --> INPUT high partman-auto-lvm/bad_guided_size <-- 0 question will be asked --> GO |