--- xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml 2011/05/09 19:47:22 1.24 +++ xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml 2012/09/11 22:49:20 1.25 @@ -4,12 +4,12 @@ - + -11 -2011-05-09 +12 +2012-09-11
Making your Choice @@ -72,14 +72,31 @@

-Additionally, you can make Gentoo boot automatically by setting up the -aboot configuration file and some SRM variables. You can try setting -these variables from Linux, but it may be easier to do so from the SRM -console itself. +Although aboot is now installed, we still need to write a configuration +file for it. Aboot only requires one line for each configuration, so we +can do this:

-
+
 # echo '0:2/boot/vmlinux.gz root=/dev/sda2' > /etc/aboot.conf
+
+
+If, while building the Linux kernel, you opted to include an initramfs to boot
+from, then you will need to change the configuration by referring to this
+initramfs file and telling the initramfs where your real root device is at:
+
+
+# echo '0:2/boot/vmlinux.gz initrd=/boot/ real_root=/dev/sda2' > /etc/aboot.conf
+
+ + +

+Additionally, you can make Gentoo boot automatically by setting up some SRM +variables. You can try setting these variables from Linux, but it may be easier +to do so from the SRM console itself. +

+ +
 # cd /proc/srm_environment/named_variables
 # echo -n 0 > boot_osflags
 # echo -n '' > boot_file