γεια γας
error: unknown filesystem
grub rescue>
αυτα βγαζει μετα την φορτωση του bios και δεν μπορω να μπω στα λειτουργικα ubuntu 10,10 win xp
αυτο εγινε μετα απο ενημερωση που εγινε στα xp
φορητος toshiba l-10 ram 1Gb
καποια βοηθεια?
Συντονιστής: adem1

sudo fdisk -lsudo mount -t ext3 /dev/sdχχ /mntsudo grub-install --root-directory=/mnt/ /dev/sdχχ
yiannis66 έγραψε:Αυτό σημαίνει πως έχεις πρόβλημα με τον grub,
πρέπει να τον ξαναεγκαταστήσεις χρησιμοποιόντας livecd.
Όταν είσαι με το live ubuntu δώσε στο τερματικό
- Κώδικας: Επιλογή όλων
sudo fdisk -l
και βρές που είναι εγκατεστημένο το ubuntu για να το κάνεις mount με την εντολή
- Κώδικας: Επιλογή όλων
sudo mount -t ext3 /dev/sdχχ /mnt
"οπου χχ βάζεις τα ανάλογα του ubuntu"
και εγκατάσταση του grub με την εντολή
- Κώδικας: Επιλογή όλων
sudo grub-install --root-directory=/mnt/ /dev/sdχχ

yiannis66 έγραψε:yiannis66


yiannis66 έγραψε:sudo grub-install --root-directory=/mnt/ /dev/sdχχ


yiannis66 έγραψε:Τέλος καλό όλα καλά ,
Καλή χρονιά

ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00012a0c
Device Boot Start End Blocks Id System
/dev/sda1 * 364664830 625141759 130238465 5 Extended
/dev/sda2 63 229874084 114937011 7 HPFS/NTFS/exFAT
/dev/sda3 229874085 242163809 6144862+ 82 Linux swap / Solaris
/dev/sda4 344562120 364663477 10050679 83 Linux
/dev/sda5 364664832 614475775 124905472 83 Linux
/dev/sda6 614477824 625141759 5331968 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdb: 2076 MB, 2076180480 bytes
64 heads, 62 sectors/track, 1021 cylinders, total 4055040 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0003f117
Device Boot Start End Blocks Id System
/dev/sdb1 * 62 4051327 2025633 c W95 FAT32 (LBA)
ubuntu@ubuntu:~$ sudo mount -t ntfs /dev/sda2 /mnt
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
ubuntu@ubuntu:~$ sudo grub-install --root-directory=/mnt/ /dev/sda2
/usr/sbin/grub-probe: error: cannot find a device for /mnt/boot/grub (is /dev mounted?).
ubuntu@ubuntu:~$ sudo mount -t ext3 /dev/sda5 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so 

