[완료] GRUB4DOS 관련 질문입니다.

eccebae의 이미지

Dell Vostro 1500을 쓰다보니,
mbr을 건드리면 Dell Media Direct 부팅이 제대로 안 될 것 같아,
꼼수로 NT Loader의 boot.ini에 grub4dos loader(이하 g loader) 를 등록해 놓고,
g loader에서 Linux kernel image를 호출하는 방법을 사용하는 것을 고려중인데요...

이렇게 하려면 Linux 처음 설치할 때 Grub을 아예 설치 안해도 될까요?

아래의 글들을 보면 그럴 수도 있을 것 같은데...

- 아 래 -

alsehendo
Just Joined!

Join Date: Feb 2005
Posts: 16 Boot to hda5 linux partion from rescue disk.

--------------------------------------------------------------------------------
Gave up on dual boot. My boss will not alow MBR write, he would freek if he saw it.

What is the command to boot hda5 with SUSE rescue CD, I can do this OK.

Could you all tell me if this not possible so I won't waste my time.

Thanks Steve.

alsehendo
View Public Profile
Send a private message to alsehendo
Find More Posts by alsehendo

02-16-2005 #2 (permalink)
drakebasher
Linux Guru

Join Date: May 2004
Location: forums.gentoo.org
Posts: 1,813 You need a Grub boot disk. If you set it up right, you will be able to pop it in, boot and get the Grub menu to select what OS to boot. I think you'll have a problem with using the rescue disk if you want to boot your installed system, because the CD will only use it's own kernels and initrd instead of the ones you set up during install. You can, however, use the CD to get into Linux (hopefully as a live CD vs. rescue mode: I don't think you can do this in rescue) and then enter 'info grub' to see how to create a Grub boot floppy so you can boot into your installed system.

If you have a Grub boot floppy, at the Grub prompt, this might get you booted:
Code:
grub> root (hd0,4)
grub> kernel /boot/vmlin (*see notes) ro root=/dev/hda5
grub> initrd /boot/init
grub> boot*Notes: Like bash, Grub has a "filename completion" feature, where when you hit the key, Grub will give you a list of files which match what you have given so far: read the list, add a character or two, hit tab again and so on until the filename is complete. If you get no matching filenames with the above, there is a problem that will need to be sorted and it will involve finding the names of the kernel and initrd and where they are.
__________________
/IMHO
//got nothin'
///this use to look better

Stand Alone Complex의 이미지

저의 경우 GRUB4DOS를 통해서 memdisk를 호출하여 도스 이미지 파일 부팅에 써먹었습니다.

GRUB을 설치하지 않고 GRUB4DOS를 사용하여 윈도우 부트로더를 통해서 리눅스로 부팅이 충분히 가능할 것으로 생각됩니다.

RET ;My life :P

eccebae의 이미지

네... 가능할 것 같습니다.

그런데 결국은 menu.lst를 어떻게 적어야 할지 잘 몰라서
grub을 Linux boot partition에 설치하고
거기 menu.lst를 grub4dos에 붙여 줬다는... ^^;

댓글 달기

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