| Page | Description | Tags |
|
Recently I had to flash an Intel mainboard on a PC with linux installed. The simplest methold would be to create an CD with the iso provided by Intel I thougt. … |
windows,
boot |
|
grub and serial console
see: configure_serial_console_access
grub and RAID 1
To install your bootloader on both parts of a software RAID 1 the following step… |
boot |
|
example /etc/lilo.conf for a system with sofware-raid and LVM
boot=/dev/md0
root=/dev/mapper/vg00-root
raid-extra-boot=mbr-only
install=menu
map=/boot/map
de… |
boot |
|
A PXE server is very useful if you need to boot your client over network because you don't have a CD-ROM or floppy installed. This allows you to install your OS… |
boot,
infrastructure |