[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#240109: Additional confirmation and info



On Fri, May 07, 2004 at 09:13:23PM +0000, Chris Tillman wrote:

[Not going into the other issue for now, but I would like to rip apart
the kernel-installation bits of base-installer and put them back
together again with rather different logic ...]

> I'll just mention at the end here that the installer is really top
> notch now, it installed the base system without a hitch and I didn't
> have one clue that anything was wrong until yaboot installation barfed
> with 'Failed to mount /proc'. The underlying problem was yabootconfig
> being unable to find a bootable kernel in /boot.

yaboot-installer doesn't even run yabootconfig, so this seems
impossible. Can you elaborate on how you discovered that this was the
underlying problem? The only two code paths to that error in
yaboot-installer are:

  mkdir -p /target/proc || \
      die yaboot-installer/mounterr 'Error creating /target/proc'
  mount -t proc none /target/proc || \
      die yaboot-installer/mounterr 'Error mounting /target/proc'

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: