The grub bootloader is particularly useful, especially when upgrading and testing new kernels. I recently found a way to modifiy the default boot config to make it useful when you wish to remotely upgrade a kernel and boot into it once only without being at the console to change the default back.
Архив тега ‘grub’
Правильная установка GRUB на Software-RAID1 (перепечатка)
Если у вас RAID1 средствами ОС Linux и вы хотите, чтобы при «вылете» одного диска, система нормально загружалась, grub нужно установить с одной маленькой хитростью:
# grub
grub> root (hd0,0)
grub> setup (hd0)
grub> device (hd0) /dev/sdb
grub> root (hd0,0)
grub> setup (hd0)
Только что опробовал на практике — работает.