x : cat /etc/grub.d/40_custom
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "DOS" {
set root=(hd0,1)
chainloader +1
boot
}
x : fdisk -l
Device Boot Start End Blocks Id System
/dev/sda1 100 132 265072+ b W95 FAT32
(258MB)
/dev/sda2 * 133 165 265072+ 83 Linux
(250MB)
/dev/sda3 40995 44437 27655867 f W95 Ext'd (LBA)
(cca 25GB)
/dev/sda5 40995 44181 25599546 83 Linux
/dev/sda6 44182 44437 2056288+ 82 Linux swap / Solaris
+4. particija koja je nebitna...
Pretpostavljam da ćeš primijetiti ključnu pogrešku... Nikad direktno tipkati tuđe tekstove u računalo.
P.S. Naravno, jasno ti je da su sda5 i sda6 unutar ljuske sda3 ?