그래서 우분투 12.04로 Windows 8 컴퓨터를 성공적으로 이중 부팅했습니다. 그러나 여전히 부팅 할 때로 드 할 OS를 선택하는 편리한 방법이 없습니다.
Ubuntu를 설치 한 후에도 컴퓨터는 여전히 Windows 8을 직접로드합니다. 그런 다음 grubx64.efi
부트 로더의 화이트리스트에 추가 했습니다. 그러나 그 후에 내 컴퓨터는 GRUB의 그림자조차 나타나지 않고 Ubuntu를 직접로드합니다!
부팅 복구를 사용하고 paste.ubuntu URL ( paste.ubuntu.com/1326074)을 얻었습니다 . 부트 복구를 실행하고 grubx64.efi
파일을 다시 흰색으로 표시하면 GRUB이 표시되지만 Windows 8 옵션은 없습니다!
마지막으로, 나는 달렸고 sudo fdisk -l
나에게 이것을 주었다.
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x6396389f
Device Boot Start End Blocks Id System
/dev/sda1 1 1465149167 732574583+ ee GPT
Partition 1 does not start on physical sector boundary.
내 문제에 fdisk
위 의 경고와 관련이 있다고 생각 하지만 어떻게 해야할지 모르겠습니다. 지금 진행하려면 어떻게합니까?
편집하다
내 etc/default/grub
다음과 같습니다
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
또한, 단지 기록을 위해, 이것은 내가 듀얼 부트를 설치할 때 따라온 것 입니다. 11.10을 사용하는 튜토리얼에서는이 문제에 대해 언급하지 않습니다. 내가하지 말아야 할 것이 있습니까?