Tôi vừa cài đặt Ubuntu 12 trên máy tính xách tay mới của mình (đã cài đặt sẵn Win7 64 bit) ở chế độ EFI và bây giờ tôi không thể tải Win7 nữa (Ubuntu chỉ tải tốt từ grub). Khi tôi chọn mục Windows 7 trong menu grub, tôi gặp lỗi này:
Invalid EFI file path
Mục grub.cfg (được tạo bởi boot-Repair) là:
menuentry "Windows 7 (loader) (on /dev/sda3)" --class windows --class os {
insmod part_gpt
insmod ntfs
set root='(hd0,gpt3)'
search --no-floppy --fs-uuid --set=root B8449665449625E2
chainloader +1
}
Đây là đầu ra chia tay:
GNU Parted 2.3
Viene usato /dev/sda
Benvenuti in GNU Parted. Digitare "help" per l'elenco dei comandi.
(parted) print list
Modello: ATA ST9500325AS (scsi)
Disco /dev/sda: 500GB
Dimensione del settore (logica/fisica): 512B/512B
Tabella delle partizioni: gpt
Numero Inizio Fine Dimensione File system Nome Flag
5 1049kB 106MB 105MB fat32 avvio
3 345MB 200GB 200GB ntfs Basic data partition
1 200GB 200GB 1049kB bios_grub
2 200GB 496GB 296GB ext4
4 496GB 500GB 4172MB
Phân vùng EFI khởi động, được gắn kết là
/dev/sda5 on /boot/efi type vfat (rw) )
có các tệp sau (không bao gồm thư mục grub và các tệp khác trên thư mục gốc):
./efi
./efi/efi
./efi/efi/boot
./efi/efi/boot/bootx64.efi
./efi/efi/ubuntu
./efi/efi/ubuntu/grubx64.efi
./efi/efi/Microsoft
./efi/efi/Microsoft/Boot
./efi/efi/Microsoft/Boot/bootmgfw.efi.grb
./efi/efi/Microsoft/Boot/bootmgfw.efi
./efi/efi/Microsoft/Boot/bootx64.efi.grb
./efi/efi/Microsoft/Boot/bootx64.efi
Làm thế nào tôi có thể sửa lỗi này ?
Cảm ơn