9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: andrey mirtchovski <mirtchov@cpsc.ucalgary.ca>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] panic exeption/interrupt 14
Date: Fri, 20 Jun 2003 11:13:46 -0600	[thread overview]
Message-ID: <Pine.LNX.4.44.0306201110490.2617-100000@fbsd.cpsc.ucalgary.ca> (raw)
In-Reply-To: <20030620223551.0ed9b52e.apurva@gmx.net>

On Fri, 20 Jun 2003, Apurva Mehta wrote:

> As an aside, the GRUB configuration I posted does not work. I get an
> 'Invalid device' error of some sort.
>


here's my partition information:

root@localhost# fdisk -l /dev/hda

Disk /dev/hda: 240 heads, 63 sectors, 5168 cylinders
Units = cylinders of 15120 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1      4877  36870088+  83  Linux
/dev/hda2          4878      4932    415800   82  Linux swap
/dev/hda3   *      4933      5168   1784160   39  Plan 9
root@localhost#


and the GRUB configuration that works with it:

-----
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-13.8)
        root (hd0,0)
        kernel /boot/vmlinuz-2.4.20-13.8 ro root=LABEL=/
        initrd /boot/initrd-2.4.20-13.8.img
title Plan 9
        map (hd0,0) (hd0,2)
        map (hd0,2) (hd0,0)
        rootnoverify (hd0,2)
        chainloader +1
-----


the 'map' entries for 'Plan 9' i just stole from a howto on how to boot
win95 with grub...




  parent reply	other threads:[~2003-06-20 17:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-19  8:42 Apurva Mehta
2003-06-19 15:36 ` [9fans] " Rob Ristroph
2003-06-19 15:53   ` boyd, rounin
2003-06-19 18:48 ` [9fans] " Russ Cox
2003-06-20  8:39   ` Douglas A. Gwyn
2003-06-20 15:58   ` Apurva Mehta
2003-06-20 16:11     ` Russ Cox
2003-06-20 17:05       ` Apurva Mehta
2003-06-20 17:11         ` Russ Cox
2003-06-20 17:50           ` Apurva Mehta
2003-06-20 17:13         ` andrey mirtchovski [this message]
2003-06-20 17:51           ` Apurva Mehta
2003-06-23  8:57       ` Douglas A. Gwyn
2003-06-19 18:49 ` Russ Cox
2003-06-20 11:25   ` Apurva Mehta
2003-06-20 16:27     ` Russ Cox
2003-06-20 17:03       ` Apurva Mehta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0306201110490.2617-100000@fbsd.cpsc.ucalgary.ca \
    --to=mirtchov@cpsc.ucalgary.ca \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).