Ich brauche deine Hilfe. Ich habe Ubuntu deinstalliert und seine Partition von Windows 7 entfernt. Nach dem Neustart hatte ich den "Fehler: keine solche Partition", also habe ichdieser Leitfadenum den Windows-Bootloader wiederherzustellen ...
Nun, Windows befindet sich auf /dev/sda1 (Partition namens C), aber in der Anleitung steht:
„Geben Sie nicht die Windows-Partition an, sondern nur die Platte, die diese enthält, zum Beispiel /dev/sda und nicht /dev/sda1.“
Also schrieb ich ins Terminal:
sudo ms-sys -w /dev/sda
Und das Terminal meldete, dass die Dateien erfolgreich geschrieben wurden. Wenn ich jetzt meinen Computer starte, wird mir Folgendes angezeigt:
Fehlendes Betriebssystem
Was zum Teufel habe ich falsch gemacht?
BEARBEITEN:
Ups, ich habe vergessen, Ihnen zu sagen, dass ich keine CD zum Wiederherstellen von Windows habe, da mein Computer ein Asus-Laptop (K53sv) ist und ich die Wiederherstellung auf einer anderen Partition habe. Wenn ich beim Hochfahren meines Computers F9 drücke, passiert nichts (vor der Installation von Ubuntu konnte ich Windows mit F9 wiederherstellen)...
Antwort1
Usage:
ms-sys [options] [device]
Options:
-1, --fat12 Write a FAT12 floppy boot record to device
-2, --fat32nt Write a FAT32 partition NT boot record to device
-3, --fat32 Write a FAT32 partition DOS boot record to device
-4, --fat32free Write a FAT32 partition FreeDOS boot record to device
-5, --fat16free Write a FAT16 partition FreeDOS boot record to device
-6, --fat16 Write a FAT16 partition DOS boot record to device
-n, --ntfs Write a NTFS partition Windows 7 boot record to device
-l, --wipelabel Reset partition disk label in boot record
-p, --partition Write partition info (hidden sectors, heads and drive id)
to boot record
-H, --heads Manually set number of heads if partition info is written
-7, --mbr7 Write a Windows 7 MBR to device
-i, --mbrvista Write a Windows Vista MBR to device
-m, --mbr Write a Windows 2000/XP/2003 MBR to device
-9, --mbr95b Write a Windows 95B/98/98SE/ME MBR to device
-d, --mbrdos Write a DOS/Windows NT MBR to device
-s, --mbrsyslinux Write a syslinux MBR to device
-t, --mbrgptsyslinux Write a syslinux GPT MBR to device
-z, --mbrzero Write an empty (zeroed) MBR to device
-f, --force Force writing of boot record
-h, --help Display this help and exit
-v, --version Show program version
-w, --write Write automatically selected boot record to device
Default Inspect current boot record
-7, --mbr7 Einen Windows 7 MBR auf das Gerät schreiben
Testen Sie Folgendes:
sudo -i
ms-sys -7 /dev/sda