[완료]부팅시 GRUB 모드들어갑니다..빠져나오고 싶습니다....

jacky77의 이미지

리눅스를 시작하는 초보입니다...
멀티부팅하려구 여러가지 공부를 하고 있었습니다....
뭐..특별히 수정한것두없는데....
reboot 하니 아래와 같은 Message와 함께 더이상 진행이되지 않습니다...
어떻게하면 grbu> 에서 빠져나갈수 있는지요..
고수님들의 조언 부탁 드립니다...
Tab Key를 누르니 여러가지 command가 나오는데..뭐가 먼지 한개두 모르겠네요...

GNU GRUB Version 0.97 (639K lower 261056K upper memory)

[ Minimal BASH-like editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename.]

grub>

skillzmjay의 이미지

저도 초보지만 우선 도움이 되실까 해서 적어봅니다. 참고만 하세요

grub> root (hd0,2)

저는 하드 파티션중에 sda3에 리눅스를 깔아서 쓰고있거든용~ /boot 디렉토리가 설치된 하드파티션을 잡아주시면 되용
0 는 sda의 a를 뜻하고요, 2는 sda3의 3을 뜻합니다 (0부터 시작하니까 ㅋ)
만약에 sdb1 이라고 하면 (hd1, 0) 이 되겠군요

그담은 커널을 올리는 작업입니다.
grub> kernel /boot/vmlinuz-2.6.24-22-generic ro quiet splash

버전은 텝키 치면 나올려나? ㅋ /boot 디렉토리에 있는 파일이니까 나올수도 있겠네요
아무튼 님이까신 커널버전을 정확히 써주셔야 해용. 뒤에 3개는 옵션입니다.

그담에 이미지 올리는 겁니다. 리눅스가 올라오게 되겠죠. 저도 초보라 용어가 맞는건지 잘 모르겠네요 ㅋㅋ
grub> initrd /boot/initrd.img-2.6.24-22-generic

제대로 리눅스가 올라왔으면 세팅 다시 잘 해보시구 다시 시도해보세용~

이거는 /boot/grub/menu.lst (우분투라면) 안에 기술된 내용입니다. 이런식으로 리눅스가 부팅되는거거든요.
한번 이렇게 부팅해보시면 grub 설정 파일 보시는게 한결 이해가 빠르실겁니다.
근데 어떻게 만지셨길래 저렇게 된거죠 ?ㅋㅋ저는 그게 궁금하네요 ㅋ

jacky77의 이미지

감사합니다...잘 해결되었네요...
yum install grub 를 실행해서 발생된 문제이것 같습니다..
기존 grub가 있는 상태에서...
새로운 grub가 Install되어...
기존 grub의 Booting 정보가 삭제되어 발생된것 같습니다...
아래 방법으로 해결하였습니다...
1.Grub 실행
2. Kernel 적재
3. File System Mount
4. System Init 실행
5. boot

이후...

edit 실행후 grub의 Booting 정보를 위와같은 순서로 Edit 하여 문제 해결되었습니다...

댓글 달기

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