윈도우와 리눅스 듀얼부팅

scriptx의 이미지

윈도우와 리눅스를 듀얼 부팅하는 경우는 두가지가 있다.

1. 1개의 하드디스크에서 파티션을 나누어 설치한 경우

| fat32/ntfs | ext2/ext3 |

2. 2개의 하드디스크 각각 설치한 경우

primary master

| fat32/ntfs |

primary slave

| ext2/ext3 |

먼저 1번 경우일땐 어떻게 설정해야 하는지를 보자.

1의 경우에는 윈도우와 리눅스 둘중 어느것을 먼지 설치하느냐에 따라 차이가 생긴다.

하나의 디스크는 하나의 MBR을 가진다. 그러므로 먼저 윈도우를 설치하고 그다음 리눅스를 설치하면 MBR에 LILO가 덮어쓰여지므로

듀얼부팅이 가능하다. 그러나 그 반대의 경우에는 윈도우가 lilo를 덮어쓰므로 듀얼부팅이 되지 않는다.

결국 lilo를 다시 복구시켜줘야 하는데, 이를 위해서 부팅디스켓 또는 CD가 필요하게 된다.

먼저 BIOS에서 Boot Order를 플로피드라이브 또는 CD로 설정하고 다시 부팅해서 리눅스를 띄운다.

#vi /etc/lilo.conf

윈도우를 먼저 설치한 경우이므로 윈도우는 hda1에 존재할 것이다.

파일에 다음을 추가한다.

other=/dev/hda1 #hda의 첫번째 파티션을 뜻한다.

label=WindowsXP

lilo를 실행시켜 MBR에 lilo를 덮어쓴다

#lilo

플로피 디스크나 CD를 제거하고 리부팅한다.

2번경우에도 마찬가지로 윈도우를 먼저 설치하고 리눅스를 설치하면 첫번째 디스크(primary master)의 MBR을 lilo로 덮어쓰기 때문에 듀얼부팅이 정상적으로 되지만, 그 반대의 경우에는 조정이 필요하다.

플로피나 CD로 부팅해서 리눅스로 들어간다.

리눅스는 물리 디스크를 hda,hdb... 이런식으로 인식한다.

첫번째(primary master)는 hda가 되고 두번째(primary slave)는 hdb가 된다.

여기서도 윈도우만 추가해주면 되기때문에 결국 1번의 경우와 같아진다.

other=/dev/hda1

label=WindowsXP

위에서 언급한 hda,hdb는 다음에 설명할 grub에서의 설정을 위해 알필요가 있다.

참고로, lilo.conf의 대한 자세한 내용은 메뉴얼(man lilo.conf)을 참조하기 바란다.

written by scriptX (kangwoohyuk@naver.com)

Forums: 
munguana의 이미지

.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.