9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Booting Plan9 after installation
@ 2002-02-07 14:30 nigel
  0 siblings, 0 replies; 11+ messages in thread
From: nigel @ 2002-02-07 14:30 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

What's more FreeBSD's booteasy will also boot Plan 9.

What is it that grub is unifying?


[-- Attachment #2: Type: message/rfc822, Size: 1632 bytes --]

From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Booting Plan9 after installation
Date: Thu, 7 Feb 2002 08:50:55 -0500
Message-ID: <34f222b8d50840ab53cdcbae5d4ebd0f@plan9.bell-labs.com>

You can't finish the install without getting 9load
and plan9.ini on your 9fat partition.  Grub should
keep its grubby hands off the 9fat partition anyway.

Make sure you've done the pbslba command I suggested
above, and then just tell grub to chainboot the partition.
It might work.

If it doesn't work, give up and use LILO, which is
known to work.  In general, grub seems to need to know
too much about what it's booting.

Russ

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [9fans] Booting Plan9 after installation
@ 2002-02-11 10:06 Fco.J.Ballesteros
  0 siblings, 0 replies; 11+ messages in thread
From: Fco.J.Ballesteros @ 2002-02-11 10:06 UTC (permalink / raw)
  To: joelcsalomon, 9fans

: Apparently, the 9load on the 9fat sub-partition is still not found. I
: get PBS... Plan 9 from Bell Labs, a _long_ pause, then it finally
: finds my 9load in /dev/sdC0/dos ( or some similar way of indicating

The long pause may be due to 9load looking at the fd device, at least
my 9load does so on certain fd devices. What I did on the machine
involved was to compile a changed 9load that does not look into the fd
device.



^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [9fans] Booting Plan9 after installation
@ 2002-02-07 17:31 Russ Cox
  2002-02-11  9:53 ` Joel Salomon
  0 siblings, 1 reply; 11+ messages in thread
From: Russ Cox @ 2002-02-07 17:31 UTC (permalink / raw)
  To: 9fans

> What is it that grub is unifying?

Pain.  More pain in one place.



^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [9fans] Booting Plan9 after installation
@ 2002-02-07 14:52 Richard Miller
  0 siblings, 0 replies; 11+ messages in thread
From: Richard Miller @ 2002-02-07 14:52 UTC (permalink / raw)
  To: 9fans

> Has anyone managed to get plan 9 booted from grub?

Yes, I use grub to boot Plan 9 and Linux on a thinkpad.

The first sector of the 9fat partition contains /386/pbslba;
the 9fat fs contains 9load, plan9.ini and 9pcdisk.gz,
and /boot/grub/menu.lst (in the Linux partition) contains this entry:

title  = brazil
root   = (hd0,5)
chainloader = +1

-- Richard



^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [9fans] Booting Plan9 after installation
@ 2002-02-07 13:50 Russ Cox
  0 siblings, 0 replies; 11+ messages in thread
From: Russ Cox @ 2002-02-07 13:50 UTC (permalink / raw)
  To: 9fans

You can't finish the install without getting 9load
and plan9.ini on your 9fat partition.  Grub should
keep its grubby hands off the 9fat partition anyway.

Make sure you've done the pbslba command I suggested
above, and then just tell grub to chainboot the partition.
It might work.

If it doesn't work, give up and use LILO, which is
known to work.  In general, grub seems to need to know
too much about what it's booting.

Russ


^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [9fans] Booting Plan9 after installation
@ 2002-01-14 17:08 Russ Cox
  2002-01-15 12:22 ` Sascha Silbe
  0 siblings, 1 reply; 11+ messages in thread
From: Russ Cox @ 2002-01-14 17:08 UTC (permalink / raw)
  To: 9fans

You should be able to boot your install floppy (the
same one you used to do the install, not a fresh one) and
the menu will be the same as it was at the end,
so you can make boot floppies, etc.

Is your Plan 9 partition more than 8GB into the disk?
Once you get booted from a boot floppy, you could try

	disk/format -b /386/pbslba /dev/sdC0/9fat

to put in a PBS that can handle big disks.  (This is supposed
to happen automatically when you install into a partition
that is far into the disk; I'm not sure why it doesn't.)

Russ


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [9fans] Booting Plan9 after installation
@ 2002-01-14 16:47 Sascha Silbe
  0 siblings, 0 replies; 11+ messages in thread
From: Sascha Silbe @ 2002-01-14 16:47 UTC (permalink / raw)
  To: 9fans

Hi!

I finally managed to install Plan9 (bought a new VGA card that works with
Plan9). When asked how to boot, I chose "plan9", because there is neither WinNT
nor Win95 installed (only Linux and Hurd) and I want it to boot directly from
harddisk, so floppy was no choice, either.
Now I am having trouble getting it to boot using grub. I assumed that it would
work like a DOS bootloader (and that's how I interpret the 9load manpage) and
tried the following commands within grub:

rootnoverify (hd0,1)
makeactive
chainloader +1

These just lead to the following error message:

PBS...Bad format or I/O error
Press almost any key to reboot...

It seems grub has loaded and started the "disk partition PBS" successfully,
but the PBS has failed to load 9load.

Any suggestions what I am doing wrong?

How do I create a boot floppy without completely reinstalling the system?

CU/Lnx Sascha

Registered Linux User #77587 (http://counter.li.org/)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-02-11 10:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-07 14:30 [9fans] Booting Plan9 after installation nigel
  -- strict thread matches above, loose matches on Subject: below --
2002-02-11 10:06 Fco.J.Ballesteros
2002-02-07 17:31 Russ Cox
2002-02-11  9:53 ` Joel Salomon
2002-02-07 14:52 Richard Miller
2002-02-07 13:50 Russ Cox
2002-01-14 17:08 Russ Cox
2002-01-15 12:22 ` Sascha Silbe
2002-02-07  9:55   ` Joel Salomon
2002-02-08 16:34     ` John Packer
2002-01-14 16:47 Sascha Silbe

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).