리눅스민트 + 윈도우즈8.1 멀티부팅
2013.09.23 13:32
리눅스민트와 윈도우즈 8.1을 먼티부팅으로 설치해 보았습니다.
윈도우8.1을 먼저 설치한다음 리눅스 설치를 위한 파티션 분할안된 공간을 확보한다음 설치했습니다.
HDD 용량을 적절하게 사용하시려면 C:\에 예약 파티션 없이 윈도우즈를 설치할때 하드를 C:, D:, E: 등으로 논리구분한다음
리눅스를 설치할 공간은 그냥 파티션을 만들지 말고 비워두시면 됩니다.
윈도우 설치한 다음 순서로 스샷을 올립니다.
키보드는 한글이 없기 때문에 설치 과정에서는 영문키보드로 설치한다음 나중에 한글키보드를 다운받아 설치하면됩니다.
멀티부팅 선택 메뉴는 우분투가 더 이쁘네요^^
댓글 [10]
-
삼태극 2013.09.23 13:45
-
미디안 2013.09.23 13:48 3333
-
카리스마조 2013.09.23 14:02 기본기가 있으니까요^^
-
존래넌 2013.09.23 14:11
기본기가 가장 중요하죠 ^^
-
netic9 2013.09.23 14:05
윈도우 boot manager에서 리눅스 부팅하는 방법에 관련된 문서입니다.
영어로 되어있지만 한 번 해석하고 그대로 실행해 보시면 괜찮을 거에요. 저도 그런 식으로 부팅하고 있습니다.
How to use Windows Vista’s Boot Manager to boot Linux
The Web is full of explanations on how to dual boot Windows and Linux using a Linux
boot manager like GRUB or LILO. If you want to dual boot Windows Vista and Linux using
Windows Vista’s Boot Manager, please read on. I will assume that you already have
installed Linux on your machine using GRUB as your boot loader.
Step 1 – Install GRUB on the Linux partition (outside of MBR)
As Windows Vista will replace the Master Boot Record (MBR) with its own, we need to
relocate GRUB elsewhere by running grub-install with the Linux partition as a parameter.
•On Linux, launch a Terminal with root privileges
•Find the name of the partition Linux is installed on by running fdisk –l (the
partition you’re looking for is the one whose system is Linux, can be
something like /dev/sda1 or /dev/hda1. For the rest of this post, I’ll use
/dev/sda1)
•Install GRUB on the Linux partition by running : grub-install /dev/sda1
Step 2 – Get a copy of Linux boot sector
We will need to instruct Windows Boot Manager how to boot correctly Linux using Linux
boot sector, which we will extract using dd.
•On Linux, launch a Terminal with root privileges
•Take a copy of Linux boot sector : dd if=/dev/sda1 of=/tmp/linux.bin bs=512
count=1
•Copy linux.bin on a FAT formatted USB key or any storage accessible from
Windows Vista
Step 3 – Install Windows Vista
Step 4 – Configure dual booting in Windows Vista
We will create an entry for GRUB in Windows Vista boot configuration data store using
bcdedit.
•On Windows Vista, launch a command prompt with administrative privileges
(by right clicking on cmd and choosing Run as Administrator)
•Copy Linux boot sector on the root of the Windows boot (active) partition,
namely the one containing bootmgr. If you don’t know for sure you can use
diskpart or diskmgmt.msc to find out which one it is.
•Create an entry for GRUB :
o bcdedit /create /d “GRUB” /application BOOTSECTOR
o Note: bcdedit will return an ID for this entry that we will call {LinuxID} below.
You will need to replace {LinuxID} by the returned identifier in this step. An
example of {LinuxID} is {81ed7925-47ee-11db-bd26-cbb4e160eb27}
•Specify which device hosts a copy of the Linux boot sector
o bcdedit /set {LinuxID} device boot
•Specify the path to a copy of the Linux boot sector
o bcdedit /set {LinuxID} PATH \linux.bin
•Add Linux entry to the displayed menu at boot time
o bcdedit /displayorder {LinuxID} /addlast
•Let the menu be displayed 10 seconds to allow for OS selection
o bcdedit /timeout 10
-
아름다운소망 2013.09.23 14:48
리눅스 민트도 괜찮아 보이네요.리눅스 공부할때 한번 써봐야겠네요. 좋은 설치 사용기 올려주셔서 감사합니다.^^
-
익명 2013.09.23 15:10
리눅스도 정말 이쁘네요.
하지만 리눅스에 익숙치 못하다는게 저는 함정 ㅜ.ㅜ
-
유향 2013.09.23 15:22
리눅스도 윈도우처럼 VHD파일등..에 설치해서 부팅할 수 있는 방법이 없나요?
윈도우처럼 위 방법이 된다면 멀티부팅 정말 편할텐데요
-
willbe 2013.09.23 18:26 원래 대단하셨지만.....정말 대단하심....단 이틀만에......맘 먹으시면 그냥고고씽~~~일사천리시군요....
-
고감맨 2013.09.23 21:19
제가 알고 있는 리눅스 종류 중에 우분투하고 민트가 제일 편하다는
얘기를 들었던 기억이 있네요..^^
번호 | 제목 | 글쓴이 | 조회 | 추천 | 등록일 |
---|---|---|---|---|---|
[공지] | 사용기/설치기 이용안내 | gooddew | - | - | - |
2095 | 우분투 루분투 민트 조린 설치해 보고나서... [12] |
|
5562 | 0 | 09-25 |
2094 | 윈 도 우| 윈도우상에 리눅스 설치하기..... [8] | 언제나당당 | 4526 | 2 | 09-25 |
2093 | 리눅스 부팅 USB 만들기..... [3] | 언제나당당 | 2827 | 0 | 09-25 |
2092 | 우분투(리눅스) 설치용 부팅USB 만들기와 초보설치 [7] | 마니또우 | 5621 | 3 | 09-25 |
2091 | 리눅스와 윈도우의 예약파티션 [5] |
|
2916 | 1 | 09-25 |
2090 | 현재까지 리눅스 삽질한 결과입니다? [18] | suk | 3993 | 2 | 09-25 |
2089 | 우분투 소프트웨어 센터 둘러보기 [8] |
|
3409 | 0 | 09-24 |
2088 | 우분투를 USB로 맛보기 설치_Rufus 사용 [15] | 마니또우 | 4616 | 4 | 09-24 |
2087 | 리눅스 3멀티부팅 비교사진 [8] |
|
4059 | 1 | 09-24 |
2086 | 우분투+민트+윈도우즈 3멀티부팅 [12] |
|
3647 | 1 | 09-24 |
2085 | SSD 2개를 레이드로 구성하여 리눅스 사용기 [9] |
|
3736 | 0 | 09-24 |
2084 | 윈 도 우| 윈도8.1 프로토큰=엔터토큰 ? [4] |
|
5564 | 0 | 09-24 |
2083 | 윈 도 우| 윈8.1 깔아봤는데, 달라진 게 꽤 되네요 [6] | 메롤 | 5921 | 0 | 09-23 |
» | 리눅스민트 + 윈도우즈8.1 멀티부팅 [10] |
|
6484 | 3 | 09-23 |
2081 | VM에서 리눅스와 윈도우 멀티부팅 사용기 |
|
2703 | 1 | 09-23 |
2080 | 윈 도 우| 우리은행 ie11에서 사용할 수 있게 해 달라는 답변입니다. [7] |
|
4531 | 0 | 09-23 |
2079 | 리눅스 + 윈도우 8.1 예약 파티션 제거 설치 [9] |
|
5128 | 0 | 09-23 |
2078 | 우분투 13.04 + 윈도우즈 8.1 멀티부팅 사용기 [5] |
|
5716 | 0 | 09-23 |
2077 | vmware로 유분튜 설치인증샷입니다. [4] | sboat123 | 3282 | 1 | 09-22 |
2076 | [최장수 설치시간]우분투 겨우 실컴에 설치했네요 ㅎㅎ [15] | suk | 3080 | 0 | 09-22 |
좋군요.
민트는 좀 어렵다던데요.
저도 조만간 하드 하나 비워놓고 설치해보렵니다.
늘 좋은 포스팅 감사합니다.~~