[질문] 젠투(Gentoo) 설치시 grub는 어떻게 설정해 줘야 하는지...

iadoy의 이미지

젠투 2007.0을 vmware에서 설치하는데....

재부팅후 grub 화면으로는 정상적으로 넘어갑니다.


이 화면에서 gentoo를 선택하면 다음과 같은 메시지가 나옵니다.

이건 grub파일을 잘못 적어 준거 같은데..
어떻게 해야 하는지요...

grub.conf 파일을 작성할 때 kernel-2.6.20-XXXXX 이런 파일을 위치를 몰라서...
/boot 경로로 찾아가니 kernel-genkernel-x86-2.6.20-gentoo-r8 이라는 파일은 있던데..
이걸 적어주어야 하는 건가요?...

제가 설치한 과정은 http://arisu.springnote.com/pages/276932 이곳에 간략하게 정리해 두었습니다.

고수님의 지도 부탁드립니다.

추가) 여기 글 남길때 첨부 이미지를 보이게는 할 수 없나요?...
도움말 같은 건 어디서 볼 수 있는지요?

File attachments: 
첨부파일 크기
Image icon 083.JPG29.62 KB
Image icon 084.JPG17.54 KB
ExSuperstar의 이미지


default 0
timeout 5
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.20-r6
root (hd0,0)
kernel /kernel-genkernel-x86-2.6.20-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3
initrd /initramfs-genkernel-x86-2.6.20-gentoo-r6

------
이것은 시그너쳐입니다.

USE="어리고 착하고 돈많고 이쁘고" emerge girl

------
이것은 시그너쳐입니다.

USE="어리고 착하고 돈많고 이쁘고" emerge girl

iadoy의 이미지

일단 님이 알려주신대로
kernel /kernel-genkernel-x86-2.6.20-gentoo-r8 root=dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3
initrd /initramfs-genkernel-x86-2.6.20-gntoo-r8

이렇게 제 상황에 맞게 수정을 했는데....
083.jpg 화면에서는 넘어갔지만 진행되는 과정에서 kernel panic이라는 경고문이 나오고 더 이상 진행이 되지 않네요....

그래서 질문이대요....kernel로 시작하는 줄에서 root=/dev/ram0이 부분 뒤로 작성된 것이 무슨 뜻인지 좀 알려주세요....
그냥 적었더니 거기서 에러가 나는 건지....

보충 설명 좀 부탁드립니다.

jachin의 이미지

kernel 설정 행의 각 옵션은 다음과 같은 의미를 가지고 있습니다.

init=/linuxrc : linuxrc 스크립트를 사용한다. 이 의미는 genkernel 에서 생성한 init 스크립트를 쓴다는 의미입니다.
ramdisk=8192 : 부팅을 위해 커널 이미지를 8192 KB 크기의 램디스크로 압축을 풀어 사용한다는 의미입니다. 앞의 root=/dev/ram0 로 할당되는 ramdisk 용량을 정합니다.
real_root=/dev/sda3 : real_root 는 램디스크로 부팅한 이후 실제로 사용할 root 파일 시스템의 위치입니다. 젠투 시스템의 / 디렉터리가 되는 파티션입니다.

위의 내용은 실제 Kernel Panic과는 관련이 없는 옵션입니다. Kernel Panic 이 일어났다면 커널 로딩과정에서 적용되는 위의 옵션들이 올바른 설정임을 나타냅니다. 오히려 커널 컴파일을 하기 이전에 커널 설정이 잘못되었음을 의미합니다. 커널 컴파일을 다시 시도하시기 바랍니다.

====
( - -)a 이제는 학생으로 가장한 백수가 아닌 진짜 백수가 되어야겠다.

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.