Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »Darian« (20.07.2009, 12:19)
Quellcode |
|
1 |
Muss ich mit einer normalen LiveCD starten, chrooten und dann einfach "emerge grub" machen? |
Quellcode |
|
1 |
grub-install --no-floppy --recheck --root-directory=/media/sda1 /dev/sda |
Nein, chroot ist nicht nötig, es reicht die /boot Partition zu mounten (wenn du keine hast dann "/") , dann den MBR neu schreiben.Muss ich mit einer normalen LiveCD starten, chrooten und dann einfach "emerge grub" machen?
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 |
root@ubuntu:/mnt# mount -t ntfs-3g /dev/sda1 windows/ Failed to read last sector (40964048): Invalid argument HINTS: Either the volume is a RAID/LDM but it wasn't setup yet, or it was not setup correctly (e.g. by not using mdadm --build ...), or a wrong device is tried to be mounted, or the partition table is corrupt (partition is smaller than NTFS), or the NTFS boot sector is corrupt (NTFS size is not valid). Failed to mount '/dev/sda1': Invalid argument The device '/dev/sda1' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Darian« (18.07.2009, 11:28)
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »Darian« (18.07.2009, 15:23)