fedora8
$ sudo gedit /etc/grub.conf

title Vine Linux (Current kernel)
root (hd0,0)
kernel /boot/vmlinuz ro root=LABEL=/ resume2=swap:/dev/hda2 vga=0x314
initrd /boot/initrd.img

title Vine Linux (Previous kernel)
root (hd0,0)
kernel /boot/vmlinuz.old ro root=LABEL=/ resume2=swap:/dev/hda2 vga=0x314
initrd /boot/initrd.old.img




title Vine Linux (Current kernel)
root (hd0,0)
kernel /boot/vmlinuz ro root=LABEL=/ resume2=swap:/dev/hda2 vga=0x314
initrd /boot/initrd.img

title Vine Linux (Previous kernel)
root (hd0,0)
kernel /boot/vmlinuz.old ro root=LABEL=/ resume2=swap:/dev/hda2 vga=0x314
initrd /boot/initrd.old.img


/boot/grub/menu.lst
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=a2a55f32-59f3-4880-bc51-c915f23f7709 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet

title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=a2a55f32-59f3-4880-bc51-c915f23f7709 ro single
initrd /boot/initrd.img-2.6.22-14-generic

title Ubuntu 7.10, memtest86+
root (hd0,5)
kernel /boot/memtest86+.bin
quiet


画像の右に文字を入れる





番号 名前
1 Jack
2 King






# gedit /etc/grub.conf

title Fedora (2.6.21-1.3194.fc7)
root (hd0,6)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/12 rhgb quiet
initrd /boot/initrd-2.6.21-1.3194.fc7.img

title Fedora (2.6.20-1.3023.fc7)
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-1.3023.fc7 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.20-1.3023.fc7.img

# gedit /etc/boot/grub.conf

title Vine Linux (Current kernel)
root (hd0,2)
kernel /boot/vmlinuz ro root=LABEL=/ resume2=swap:/dev/hda5 vga=0x314
initrd /boot/initrd.img

title Vine Linux (Previous kernel)
root (hd0,2)
kernel /boot/vmlinuz.old ro root=LABEL=/ resume2=swap:/dev/hda5 vga=0x314
initrd /boot/initrd.old.img