Enlik / 7 years ago | Download | Plaintext | Odpowiedz |

1
2
3
4
5
6
7
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
        insmod ntfs
        set root='(hd0,1)'
        search --no-floppy --fs-uuid --set 6260c77460c74d8b
        drivemap -s (hd0) ${root}
        chainloader +1
}