Kod: Zaznacz cały
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5222 41945683+ 7 HPFS/NTFS
/dev/sda2 5223 24803 157284382+ f W95 Ext'd (LBA)
/dev/sda3 24804 51314 212949607+ 7 HPFS/NTFS
/dev/sda4 51315 77825 212949607+ 7 HPFS/NTFS
/dev/sda5 5223 5234 96358+ 83 Linux // partycja /boot
/dev/sda6 5235 12529 58597056 83 Linux // partycja /home
/dev/sda7 12530 14961 19535008+ 83 Linux // partycja /
/dev/sda8 24742 24803 497983+ 82 Linux swap / Solaris Kod: Zaznacz cały
mkdir /mnt/root
mount -t ext3 /dev/sda7 /mnt/root
mount -t ext3 /dev/sda5 /mnt/root/boot
mount -t proc none /mnt/root/proc
mount -o bind /dev /mnt/root/dev
chroot /mnt/root /bin/bash
grubKod: Zaznacz cały
grub>Kod: Zaznacz cały
find /boot/grub/stage1Kod: Zaznacz cały
Error 15: File not foundKod: Zaznacz cały
find /boot/grub/stage1Linuksa używam dopiero od kilku miesięcy, dlatego jestem słabo zorientowany w tym temacie. Co robię źle?