9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: lejatorn@gmail.com, 9fans@cse.psu.edu
Subject: Re: [9fans] booting problem
Date: Wed,  1 Mar 2006 13:11:25 -0500	[thread overview]
Message-ID: <cbc5ddd42df89866d8b5117a2fcebe65@swtch.com> (raw)
In-Reply-To: <20060301174138.GB29509@gluon>

> Now my problem is that just after the bios stage, I just get some
> random colored caracters all around the screen and it just hangs there.
>
> Can anyone help with that?

Somehow your BIOS doesn't want to boot from the hard drive.
One alternative is to download the boot floppy image and boot it.
At the boot from prompt, type "sdC0!9fat!9pcf" (no quotes),
and at the root is from: prompt, type "local!#S/sdC0/fs" (again no quotes).
At the user prompt just hit enter to use glenda for now.

If that boots, then you can try re-installing the mbr.
At a prompt, run

	disk/mbr -m /386/mbr /dev/sdC0/data

at a prompt and then reboot without the floppy.  (You may
want to spend some time reading the various intro material
on the screen to familiarize yourself with the window system
first.)

Once you run disk/mbr and reboot, you should see
"MBR..." print out once the BIOS decides to boot from
your hard disk.  If it's not followed by "PBS..." then
you can run

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

to re-install the partition boot sector.  If that one doesn't
work you can try

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

which uses a different BIOS call to access the disk.
(Most BIOSes support either, very old ones support only
the first, but maybe there are more recent ones that
support only the second.)

In the worst case, if none of this helps, you can create
a plan9.ini on the boot floppy with bootfile, bootargs,
mouseport, monitor, and vgasize lines and then just boot
from the floppy.  (I suppose in the very worst case even
the floppy won't help and you'll have to burn a special
boot CD, since we know your machine can boot CDs.)

Russ



  reply	other threads:[~2006-03-01 18:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-01 17:41 Mathieu L.
2006-03-01 18:11 ` Russ Cox [this message]
2006-03-01 21:25   ` Mathieu L.
2006-03-01 21:40     ` Russ Cox
2006-03-01 22:13       ` Mathieu Lonjaret
  -- strict thread matches above, loose matches on Subject: below --
2000-10-23 19:31 [9fans] Booting problem Russ Cox
2000-10-23 19:04 Ish Rattan

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=cbc5ddd42df89866d8b5117a2fcebe65@swtch.com \
    --to=rsc@swtch.com \
    --cc=9fans@cse.psu.edu \
    --cc=lejatorn@gmail.com \
    /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).