Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: Now that USB installations are working starting from F14ß (see bug 528809), I see this minor issue: When installing from CD, Anaconda starts X, and asks for language, keyboard, and so. When installing from USB, Anaconda asks for language and keyboard in text mode, then starts X, and continues asking other questions. Why there is two text mode questions when installing from USB? It would be nice if USB installation would be also fully graphical. Thanks. Version-Release number of selected component (if applicable): F14ß
Were language and keyboard the only two questions you got early on in the USB install, or was there something else after that?
> Were language and keyboard the only two questions you got early on in the > USB install, or was there something else after that? Only language and keyboard, after that graphical mode was started and installation proceeded just like when booting from CD. Thanks.
Okay, what I think is happening here is that in the loader, we expect that you'll have the stage2 image on a CD. When that's true, we skip the kbd and lang screens. However that's not the case here, so we fall back and check what's in the stage2= parameter. On these USB installs, that parameter exists and points at the hard drive. We don't set the skip flag, though. And the reason we don't set the skip flag is because if the stage2= parameter turns out to have been invalid later on, we need to be able to prompt the user to fix it using their native language and keyboard. We could probably fix this, but this section of the loader is notoriously difficult to get right without breaking something else. I'm also actively working on deleting this entire section for F15 since is really is just this bad. So, I suggest we just live with the bug for now.