Ignore:
Timestamp:
01/23/2005 07:09:54 AM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
c4ec9a5
Parents:
5668687
Message:

Added: Alpha arch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/creatingpartition.xml

    r5668687 rdd13e76  
    6666</itemizedlist>
    6767
     68<para arch="alpha">Alphas have one of 2 BIOSes, Alphaboot or SRM. Some models have both
     69and you can switch between them at powerup. Each bios has a different
     70boot method. Milo is cool because it can be blown into flash for a
     71FAST boot, but its built against an older linux kernel and crashes
     72with some hardware, like a SCSI controller. aboot is simple if you
     73can use it, but needs BSD partitions. aboot doesn't really let you do
     74much at boot time that crosses devices. If you load aboot from hda,
     75your root needs to be on hda. install aboot on hdb if you want to move
     76your root to hdb. Once linux is loaded, you can do whatever you want.
     77Milo can handle loading the kernel from one disk and the root on
     78another.</para>
     79
     80<para arch="alpha">If you boot with SRM and aboot, you *MUST* use BSD style partitions.
     81You *MUST* also leave the first 2 cylinders unused as they will
     82contain your boot loader. I've read that partition 3 should always be
     83the full disk even though it overlaps with other partitions, but in my
     84experience that doesn't matter.  If you choose to not use an EXT2 or
     85EXT3 root filesystem, you'll need to go through some extra hoops to
     86install aboot.</para>
     87
     88<para arch="alpha">If you boot with Milo, use msdos partitions, and make the first
     89partition large enough for at least 2 kernels (I would use about
     90500Megs) and make it a FAT filesystem.</para>
     91
    6892</sect1>
    6993
Note: See TracChangeset for help on using the changeset viewer.