Ez az oldal csak olvasható. Megtekintheted a forrását, de nem változtathatod meg. Ha úgy gondolod, hogy ez helytelen, kérdezd az Adminisztrátorokat!
xxxxxxxxxx
====== Grub ======
''root'' vs ''real_root'' - A ''real_root'' használja az initramfs-t az eszközök inicializálásához<code grub>
title Gentoo Linux
root (hd0,1)
kernel /boot/kernel-genkernel-x86-2.6.24-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/mapper/nvidia_abiccada4 dodmraid video=vesafb:ywrap,pmipal,1280x1024-16@60
initrd /boot/initramfs-genkernel-x86-2.6.24-gentoo-r5
</code>
===== Indítás kézzel =====
http://askubuntu.com/questions/197833/recovering-from-grub-rescue-crash
<code bash>
ls (hdX,Y) #replace X,Y with the right numbers, eg (hd0,3) for 3rd partition, 1st drive or (hd1,5) for 2nd drive, fifth partition
set prefix=(hdX,Y)/boot/grub
set root=(hdX,Y)
set
ls /boot
insmod linux
linux /vmlinuz root=/dev/sdXY ro #use the usual linux way of referring to partitions: sda1 would 1st drive, first partition; sda3: 1st drive, 3rd partition; sdb5: 2nd drive, 5th partition
initrd /initrd.img
boot
====== Grub2 ======
Csak konzolos grub config:<code bash /etc/default/grub>
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'