IBM 86884RX Installation Guide - Page 121

Linux boot process, Installation notes

Page 121 highlights

9. Desktop settings: you will be prompted to configure your desktop settings and choose which mode, text or graphical, you want to use the next time the machine is booted. 10.Hardware configuration: if you have some additional hardware, such as network interfaces, you can configure them here. Installation notes: If you install on a mirrored disk configuration while the mirror is being created, the SCSI driver detection on the installation program may take some time. The driver works fine, but it takes longer to load than in a non-mirrored configuration. You may also notice that the I/O throughput slows down. 4.3.5 Linux boot process The Linux boot process on IA-64 systems uses elilo instead of the classic lilo or grub boot loaders. elilo.conf is a file stored in the root director of the EFI System Partition. There is no longer a need for boot loaders because the EFI system can manage the boot procedure for the different operating systems. The boot loader is helpful, however, if we need to provide boot parameters to the kernel, for example if we want to recover from some special situations by putting parameters to the boot command line, or we want to boot on initlevel 3 only once and our system is configured to boot on initlevel 5 by default, etc. If you do not press any key before the delay estimated on the elilo.conf file, Linux will start loading automatically. To reduce the delay or remove it completely, change or remove the corresponding line in elilo.conf. Example 4-2 shows a typical elilo.conf configuration file. As you can see, the elilo configuration is very similar to the old lilo configuration. One of the main advantages of elilo is that you don't need to execute any command to make your changes active: elilo will automatically take any changes you may make on the elilo.conf file. Example 4-2 An example of elilo.conf, found in the EFI System Partition root directory timeout=10 read-only image=vmlinuz label=linux root=/dev/sda3 initrd=initdisk Chapter 4. Installation 107

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160

Chapter 4. Installation
107
9.
Desktop settings: you will be prompted to configure your desktop settings and
choose which mode, text or graphical, you want to use the next time the
machine is booted.
10.Hardware configuration: if you have some additional hardware, such as
network interfaces, you can configure them here.
4.3.5
Linux boot process
The Linux boot process on IA-64 systems uses elilo instead of the classic lilo or
grub boot loaders. elilo.conf is a file stored in the root director of the EFI System
Partition.
There is no longer a need for boot loaders because the EFI system can manage
the boot procedure for the different operating systems. The boot loader is helpful,
however, if we need to provide boot parameters to the kernel, for example if we
want to recover from some special situations by putting parameters to the boot
command line, or we want to boot on initlevel 3 only once and our system is
configured to boot on initlevel 5 by default, etc.
If you do not press any key before the delay estimated on the elilo.conf file, Linux
will start loading automatically. To reduce the delay or remove it completely,
change or remove the corresponding line in elilo.conf.
Example 4-2 shows a typical elilo.conf configuration file. As you can see, the elilo
configuration is very similar to the old lilo configuration. One of the main
advantages of elilo is that you don’t need to execute any command to make your
changes active: elilo will automatically take any changes you may make on the
elilo.conf file.
Example 4-2
An example of elilo.conf, found in the EFI System Partition root directory
timeout=10
read-only
image=vmlinuz
label=linux
root=/dev/sda3
initrd=initdisk
Installation notes
: If you install on a mirrored disk configuration while the
mirror is being created, the SCSI driver detection on the installation program
may take some time. The driver works fine, but it takes longer to load than in a
non-mirrored configuration. You may also notice that the I/O throughput slows
down.