Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267414 - [livecd-i686-installer-2008.0-r1.iso] LiveCDKernelError :FATAL: emerge_kernel_sources: Could not copy kernel, initramfs, or modules
Summary: [livecd-i686-installer-2008.0-r1.iso] LiveCDKernelError :FATAL: emerge_kernel...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: LiveCD/DVD/USB (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-25 13:35 UTC by pfoogle
Modified: 2009-05-03 17:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pfoogle 2009-04-25 13:35:42 UTC
Hi,

I'm trying to install "livecd-i686-installer-2008.0-r1.iso" on an intel P4 system and it's failing when trying to install the kernel (see log below)

I've successfully installed gentoo on this machine using "livecd-i686-installer-2007.0.iso", but I could not get around the emerge "catch 22" between "portage" and "bash" (see bug #217479), so I downloaded the 2008.0-r1 livecd and got stuck on this error

btw, I have another system that was installed a roughly a year ago using "livecd-i686-installer-2007.0.iso" and it's happily up-to-date through frequent emerges, so I suppose that there has been recent changes to the portage tree to cause the 2007.0 livecd to not be "updatable" anymore

Any suggestions to get gentoo livecd (2007 or 2008) to install and update would be much appreciated


Reproducible: Always

Steps to Reproduce:
1. install gentoo using livecd-i686-installer-2008.0-r1.iso
2. using "gentoo nox" and the command line "installer", no special options
3. after the "select timezone" step, fails trying to copy the kernel

Actual Results:  
installer fails

Expected Results:  
successful installation

# contents of install.log.failed

GLI: April 24 2009 22:58:01 - Gentoo Linux Installer version 0.6.6
GLI: April 24 2009 22:58:01 - Gentoo Linux Installer version 0.6.6
GLI: April 24 2009 22:59:00 - Mounted mountpoint: /
GLI: April 24 2009 22:59:00 - Created mountpoint /boot
GLI: April 24 2009 22:59:00 - Mounted mountpoint: /boot
GLI: April 24 2009 23:09:37 - Stage3 was generated successfully
GLI: April 24 2009 23:09:38 - fstab configured.
GLI: April 24 2009 23:09:38 - Config files updated using etc-update.  make.conf/fstab/rc.conf restored.
GLI: April 24 2009 23:09:39 - Make.conf configured
GLI: April 24 2009 23:09:40 - Chroot environment ready.
GLI: April 24 2009 23:11:37 - Portage tree install was custom.
GLI: April 24 2009 23:11:41 - fstab configured.
GLI: April 24 2009 23:11:41 - Config files updated using etc-update.  make.conf/fstab/rc.conf restored.
GLI: April 24 2009 23:11:42 - Make.conf configured
GLI: April 24 2009 23:12:09 - Root Password set on the new system.
GLI: April 24 2009 23:12:09 - Edited Config file /mnt/gentoo/etc/conf.d/clock
GLI: April 24 2009 23:12:09 - Edited Config file /mnt/gentoo/etc/conf.d/clock
GLI: April 24 2009 23:12:09 - Timezone set.
GLI: April 24 2009 23:12:10 - Starting emerge_kernel, package is livecd-kernel
GLI: April 24 2009 23:12:56 - Exception received during 'Emerge kernel sources': LiveCDKernelError :FATAL: emerge_kernel_sources: Could not copy kernel, initramfs, or modules
GLI: April 24 2009 23:12:56 - Traceback (most recent call last):
GLI: April 24 2009 23:12:56 - File "/opt/installer/GLIClientController.py", line 122, in run
    func()
GLI: April 24 2009 23:12:56 - File "/opt/installer/GLIArchitectureTemplate.py", line 691, in emerge_kernel_sources
    raise GLIException("LiveCDKernelError", 'fatal','emerge_kernel_sources', "Could not copy kernel, initramfs, or modules")
GLI: April 24 2009 23:12:56 - GLIException: LiveCDKernelError :FATAL: emerge_kernel_sources: Could not copy kernel, initramfs, or modules
GLI: April 24 2009 23:13:21 - Starting emerge_kernel, package is livecd-kernel
GLI: April 24 2009 23:14:07 - Exception received during 'Emerge kernel sources': LiveCDKernelError :FATAL: emerge_kernel_sources: Could not copy kernel, initramfs, or modules
GLI: April 24 2009 23:14:07 - Traceback (most recent call last):
GLI: April 24 2009 23:14:07 - File "/opt/installer/GLIClientController.py", line 122, in run
    func()
GLI: April 24 2009 23:14:07 - File "/opt/installer/GLIArchitectureTemplate.py", line 691, in emerge_kernel_sources
    raise GLIException("LiveCDKernelError", 'fatal','emerge_kernel_sources', "Could not copy kernel, initramfs, or modules")
GLI: April 24 2009 23:14:07 - GLIException: LiveCDKernelError :FATAL: emerge_kernel_sources: Could not copy kernel, initramfs, or modules
GLI: April 24 2009 23:23:14 - Starting emerge_kernel, package is livecd-kernel
GLI: April 24 2009 23:23:37 - Exception received during 'Emerge kernel sources': LiveCDKernelError :FATAL: emerge_kernel_sources: Could not copy kernel, initramfs, or modules
GLI: April 24 2009 23:23:37 - Traceback (most recent call last):
GLI: April 24 2009 23:23:37 - File "/opt/installer/GLIClientController.py", line 122, in run
    func()
GLI: April 24 2009 23:23:37 - File "/opt/installer/GLIArchitectureTemplate.py", line 691, in emerge_kernel_sources
    raise GLIException("LiveCDKernelError", 'fatal','emerge_kernel_sources', "Could not copy kernel, initramfs, or modules")
GLI: April 24 2009 23:23:37 - GLIException: LiveCDKernelError :FATAL: emerge_kernel_sources: Could not copy kernel, initramfs, or modules
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2009-05-03 17:14:51 UTC
The installer is deprecated.