สำหรับปัญหานี้มันไม่ใช่ปัญหาของ MBR ฟอรัม AudoCAD ที่คุณเชื่อมโยงมีข้อมูลต่อไปนี้:
ค้นหาพาร์ติชันที่ GRUB อยู่ในระดับ 1
grub>find /boot/grub/stage1
grub>find /grub/stage1
Output from these commands might be:
(hd0,1)
(hd0,3)
สมมติว่าคุณต้องการกู้คืนด้วงจากพาร์ติชั่นที่สองในฮาร์ดดิสก์ตัวที่หนึ่ง, (hd0,1)
.
เพียงพิมพ์คำสั่งเหล่านี้:
grub>root (hd0,1)
ซึ่งแจ้งให้:
Filesystem type is ext2fs, partition type 0x83
แล้ว:
grub>setup (hd0)
ซึ่งแจ้งให้:
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists...
ใช่ทำงาน "ฝัง / boot / grub / e2fs_stage1_5 (hd0)" ... 15 ภาคจะถูกฝัง ประสบความสำเร็จในการรัน "ติดตั้ง / boot / grub / stage1 d (hd0) (hd0) 1 + 15 p (hd0,1) / boot / grub / stage 2 /boot/grub/menu.lst" ... ทำสำเร็จแล้ว
ตอนนี้คุณสามารถรีบูตเครื่องของคุณด้วยคำสั่ง reboot
grub>reboot