Alpha Core ISO Images

Jay Estabrook jay.estabrook at hp.com
Thu Sep 30 13:27:16 UTC 2004


On Thu, Sep 30, 2004 at 03:21:45AM +1000, Mike Barnes wrote:
> On Wed, 29 Sep 2004 08:24:19 -0500, Hoover, Tony <hoover at sal.ksu.edu> wrote:
> > I believe that you will have to have two kernels, one that will support MILO
> > booting, and one that will work on the DS15/DS25/ES45/MARVEL.  Those of us
> > who SRM boot on any other platform could use either kernel.
> 
> Looks like the best move would be to switch that option over for the
> default kernel, at this point. Given that we ONLY have SRM support in
> the distro right now, it might as well be as broad as possible. I'll
> rebuild the kernels that way for 0.91.

This is the tactic we took, as I mentioned before, with an unreleased
update set of ISOs for RH 7.2 for Alpha.

1. kernel without LEGACY_START_ADDRESS is the ONLY one that shows in
   /etc/aboot.conf on the CD
2. kernel with LEGACY_START_ADDRESS is the ONLY one that shows in
   /milo.cfg on the CD.

I'll attach them both to the end of this...

> I'll look into the possibility of doing a really stripped-down
> bootstrap CD in the interim so the platforms that can't boot the
> current kernel can get into the installer.

It may be easier to just respin CD #1 with the two kernels...

> I'll also give myself a bit of a crash course in MILO over the weekend
> and see what I can do with my PWS433. At least I can boot it from SRM
> while messing around.

It's really something you have to experience directly to appreciate...

:-) :-) :-)

 --Jay++

---------------------------------------------------------------
Jay A Estabrook                            HPTC - LINUX support
Hewlett-Packard Company - ZKO2-3/N30       (603) 884-0301
110 Spit Brook Road, Nashua NH 03062       Jay.Estabrook at hp.com
---------------------------------------------------------------
-------------- next part --------------
#
# /etc/milo.cfg
#
# Global parameters
#
#	timeout =
#	command = "MILO command"
#
# Per-image parameters
#
#	image = [dev:]file
#	label = label
#	root = /dev/<root device>
# 	append = options
#
# All image descriptions start with 'image' statement
#
timeout = 300

image = /kernels/milo.gz
label = Install
append = initrd=/images/cdrom.img

image = /kernels/milo.gz
label = InstallText
append = initrd=/images/cdrom.img text

image = /kernels/milo.gz
label = Rescue
append = initrd=/images/cdrom.img rescue

image = /kernels/milo.gz
label = InstallNoProbe
append = initrd=/images/cdrom.img noprobe

image = /kernels/milo.gz
label = InstallExpert
append = initrd=/images/cdrom.img expert

-------------- next part --------------
#
# Red Hat Linux/Alpha aboot configuration options:
#
#   0 - Boot the Red Hat Linux installer
#   1 - Boot the Red Hat Linux installer with serial console (ttyS0)
#   2 - Boot the Red Hat Linux installer with callback console (srm)
#       (required for "serial" console on AlphaServers ES47, ES80, GS1280)
#   3 - Boot the Red Hat Linux installer in text only mode
#   4 - Boot the Red Hat Linux installer in text only rescue mode
#   5 - Boot the Red Hat Linux installer but allow manual selection of drivers
#   6 - Boot the Red Hat Linux installer and allow for other than just
#       a CD install (offers http, nfs, ftp, and local disk install methods)
#
# Additional arguments can be provided at the aboot> prompt. For example,
# '6 console=ttyS0' will boot an 'expert' install using a serial console.
#
0:/kernels/vmlinux.gz initrd=/images/cdrom.img
1:/kernels/vmlinux.gz initrd=/images/cdrom.img console=ttyS0
2:/kernels/vmlinux.gz initrd=/images/cdrom.img console=srm
3:/kernels/vmlinux.gz initrd=/images/cdrom.img text
4:/kernels/vmlinux.gz initrd=/images/cdrom.img rescue
5:/kernels/vmlinux.gz initrd=/images/cdrom.img noprobe
6:/kernels/vmlinux.gz initrd=/images/cdrom.img expert


More information about the axp-list mailing list