Osprey skrev:Prova det jag skrivit på "sidan 3", ungefär 5½ [PgDn] från toppen...
Okej, hur gör man en ½PgDn?

Men sedan så är din beskrivning inte påligit eftersom att PgDn är olika för de flesta, mest beroende på alla har olika skärmupplösning. Det bästa var att du citerade ditt egna inlägg.

Men hur som helst, jag tor att du menade följande:
Kod: Markera allt
mount -t ext3 /dev/sda6 /home
mount -t proc proc /home/proc
mount -t sysfs sys /home/sys
mount -o bind /dev /home/dev
chroot /home /bin/bash
grub-install /dev/sda
cd /
umount -a
exit
cd /
umount -a
reboot
och detta ledde till följande:
Kod: Markera allt
sudo grub-install /dev/sda
Searching for GRUB installation directory ... found: /boot/grub
Due to a bug in xfs_freeze, the following command might produce a segmentation
fault when /boot/grub is not in an XFS filesystem. This error is harmless and
can be ignored.
xfs_freeze: specified file ["/boot/grub"] is not on an XFS filesystem
Installing GRUB to /dev/sda as (hd0)...
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(hd0) /dev/sda
(hd1) /dev/sdb
(hd2) /dev/sdc
@bbaouto: Med eller utan chroot?
Kod: Markera allt
root@nas:/# ls /home
root@nas:/# ls /
backup_p bin boot cdrom dev etc home initrd.img lib lost+found media mnt proc root sbin srv sys tmp usr walle var vmlinuz