나는 새로운 HP 노트북을 가지고 있습니다. Windows 8.1과 Ubuntu 15를 배포했습니다. 최근에 우분투 15를 제거하고 우분투 10.04를 배포했습니다. 설치가 성공적으로 완료되었습니다. 그런데 시스템을 다시 시작한 후 Windows나 Ubuntu를 부팅할 수 없습니다. GNU GRUB 버전 2.02~beta2-29 Minimal BASH 라인을 보여줍니다.
답변1
라이브 CD/USB에서 시스템으로 부팅하고 모든 하드 드라이브 또는 Windows 및 Ubuntu가 있는 드라이브에서만 grub을 작성/설치하고 업데이트해야 합니다.
프로그램:
라이브 Ubuntu 세션으로 부팅하고 터미널 프롬프트에서 다음 명령을 실행하십시오.
a) sudo mount /dev/sdaX /mnt # Make "sdaX" the partition that has Ubuntu install (i.e. /dev/sda2)
b) for i in /sys /proc /run /dev; do sudo mount --bind "$i" "/mnt/$i"; done
c) sudo chroot /mnt
d) update-grub
e) if no errors skip this "e" section
grub-install /dev/sdX (sdX is the hard drive that has linux installed (i.e. /dev/sda)
update-grub 5) Reboot the system
Linux 설치 찾기
터미널에서 명령을 실행 df -h
하고 출력을 확인합니다. "Mounted on" 열에는 루트 파일 시스템이 있는 파티션에 "/"가 표시됩니다. 여기에 시스템이 설치됩니다.
논리 볼륨이 표시되면 다음을 사용하십시오 lvdisplay
.pvdisplay