SPOJE.NET

Technická dokumentace

Uživatelské nástroje

Nástroje pro tento web


Postranní lišta

Indexmenu Plugin: If you use the 'js'-option of the indexmenu plugin, you have to disable the 'defer_js'-setting. This setting is temporary, in the future the indexmenu plugin will be improved.


Provozují SPOJE.NET.
Nejlepší internet v Praze.

howto:linux:grub

Grub

Nastartovani z rescue shellu grubu

# Inspect the current prefix (and other preset variables):
set
# Find out which devices are available:
ls
# Set to the correct value, which might be something like this:
set prefix=(hd0,1)/grub
set root=(hd0,1)
insmod normal
normal

Centos6

Zapsani grubu na vsechny jednotky v raidu:

grub /dev/sda
 grub> root (hd0,0)
 grub> setup (hd0)
 grub> quit
 
grub /dev/sdb
 grub> root (hd1,0)
 grub> setup (hd1)
 grub> quit

Znovy vygenerovani initramfs

dracut –force

howto/linux/grub.txt · Poslední úprava: 2016/03/14 05:26 autor: 127.0.0.1