Bug 742612
Summary: | F16 Beta rc4 3.5GB DVD still requires net connection to even install | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Fedora Documentation | Reporter: | David Nielsen <gnomeuser> | ||||||||||
Component: | install-guide | Assignee: | Petr Bokoc <pbokoc> | ||||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ruediger Landmann <rlandman+disabled> | ||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | devel | CC: | danielbelton, jonathan, mads, rlandman, robatino, vanmeeuwen+fedora, zach | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | x86_64 | ||||||||||||
OS: | Linux | ||||||||||||
Whiteboard: | |||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2013-07-31 14:39:35 UTC | Type: | --- | ||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||
Documentation: | --- | CRM: | |||||||||||
Verified Versions: | Category: | --- | |||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
Embargoed: | |||||||||||||
Attachments: |
|
Description
David Nielsen
2011-09-30 18:44:46 UTC
Please attach /tmp/anaconda.log and /tmp/storage.log to this bug report. Thanks. Created attachment 526317 [details]
anaconda log
Created attachment 526318 [details]
storage log
I am getting the same issue in the F16 beta release. Created an image of the install DVD onto an USB drive. Boot the installer, set up the filesystem on the hard drive that I wish to install Fedora to, and then it requires a network connection before continuing. Also, once you do set up a network connection, it will not recognize the install media as being a repo to do the install from. The only repos listed are 2 fedora online repos. It appears that you can not install using the packages on the install dvd if you use a USB drive to install from. Might the issue be that the installer is looking for a CD/DVD repo, but doesn't recognize the USB drive as a CD/DVD drive? Created attachment 526522 [details]
anaconda.log
Created attachment 526523 [details]
storage.log
Daniel - your problem seems to be unrelated to the original report. anaconda will search for a DVD with installation media on it if no other source is given. Since your command line arguments do not include a repo= and you do not have a DVD, anaconda has no choice but to bring up the network and look for packages there. It seems like whatever process you used to create the USB image needs to include tweaking the boot arguments to include repo=. That'd solve this for you. I created my USB stick using dd if=iso file goes here of=/dev/disk1 bs=1m using the tools included in OS X Lion which makes it bootable using rEFIt. In case that matters. I just followed the instructions to create USB install media here: http://docs.fedoraproject.org/en-US/Fedora/15/html/Installation_Guide/Making_USB_Media-UNIX_Linux.html Seems like anaconda would search where the installer was started from for a install repo. I tried to specify a location for the install repo, but it would not let me choose anything other than a CD/DVD repo, which it could not find a repo on my DVD drive. Or a online repo. Actually, it is related to the original report. I started the install, set up my partition information, then the installer required me to set up a network connection. The difference is that I set up the network configuration and it went on to choosing the packages and install repos. What happens if the person that reported this problem sets up a network connection and continues on with the install? Does it find the install repo, or does it give the same error that I got? However, this is a moot point for me now since I burned it to a DVD and got past this error, but only to have anaconda completely hose my partition table. I had a GUID partition table with 4 partitions defined, and anaconda over-wrote my GUID partition table with a MBR partition table leaving me with a corrupted drive. The documentation needs to be updated to not suggest this dd procedure. I am told that livecd-iso-to-disk program will now work fine for non-live media, and that will set up the repo= parameter anaconda is expecting. We already have more than enough methods of specifying and finding the packages to install. That code is complex enough as it is. Removing myself for these bug components as I'm either no longer involved in that aspect of the project, or no longer care to watch this particular bug. Sorry if you are caught in a maelstrom of bug changes as a result! Chris, So to clarify Comment 11, would you recommend removing the dd method entirely from the documentation? Or does it still have some specific applicability that warrants it remaining? (I would, of course, strongly recommend in the latter case that users defer to the livecd-tools method, as you suggest.) Bug 806166 has resolved this issue for F17. A dd'd USB will no longer prompt for a network connection and does not need a boot prompt. The procedure has also been updated and verified. See: http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/Installation_Guide/Making_USB_Media-UNIX_Linux-other-dd.html |