Subject: Re: Problem with current's cdrom image
To: Peter Eisch <peter@boku.net>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 05/17/2004 09:21:45
On Sun, May 16, 2004 at 08:02:55PM -0500, Peter Eisch wrote:

> Boot device: /pci@1f,0/pci@1,1/ide@3/cdrom@2,0:f  File and args:
> Bad magic number in disk label

The firmware is not able to read the CDROM disk label. So it can not
access the boot partition on that disk and will fail.

How did you create the iso image? After a "release" you should be able to
basically do:

 cd src/etc && make iso-image

and get a bootable iso image in $RELEASEDIR.

Martin