9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@closedmind.org
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Help: Manually set Plan 9 as Win 9x boot option?
Date: Mon,  5 Nov 2001 08:18:55 -0500	[thread overview]
Message-ID: <20011105131858.713B1199B5@mail.cse.psu.edu> (raw)

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

Yes, here's some examples:

% cat /n/c:/autoexec.bat:

@ECHO OFF
GOTO %config%

:plan9
C:\PLAN9\LD.COM sdC0!dos!plan9/9load
GOTO end

:dos
GOTO end

:windows
C:\WINDOWS\COMMAND\DOSKEY.COM

SET Path=C:\PROGRA~1\THINKPAD\UTILIT~1;

REM The following line creates the hibernation file.
if not exist C:\save2dsk.bin C:\PROGRA~1\THINKPAD\UTILIT~1\phdisk /c /f <C:\PROGRA~1\THINKPAD\UTILIT~1\yes

Rem The following line is no longer needed.  It may be deleted.
If Exist C:\MFGBOOTI.REG   C:\WINDOWS\REGEDIT C:\MFGBOOTI.REG
win

:end

% cat /n/c:/config.sys
[menu]
MENUITEM=plan9, Plan 9
MENUITEM=windows, Windows 98
MENUITEM=dos, DOS

[dos]

[plan9]

[windows]

[common]

Also, you need to have the two lines
	Logo=0
	BootGUI=0
in c:\msdos.sys (it's hidden and read-only so you have to change the
attributes).

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

From: Matt Senecal <msenecal@logicon.com>
To: 9fans@cse.psu.edu
Subject: [9fans] Help: Manually set Plan 9 as Win 9x boot option?
Date: Mon, 5 Nov 2001 10:21:16 GMT
Message-ID: <50ecc828.0111022056.782b3e0@posting.google.com>

Is there any way to manually setup Plan 9 as a Win9x boot option?

The primary drive on my system is an Ultra-100 DMA drive, and requires
a special card (by Promise Technology) to run on this system. The Plan
9 installer cannot see this drive. Plan 9 was installed on an older
IDE drive, the primary slave, which is plugged into the primary IDE
bus. I tried setting Plan 9 as a win9x boot option, but the installer
couldn't see my boot drive, so that didn't work. Is there any way I
can set this up manually? I tried creating a boot disk, but it didn't
work, either.

This is my second Plan 9 system, and I'm hoping to network the two
together.

             reply	other threads:[~2001-11-05 13:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-05 13:18 presotto [this message]
2001-11-05 17:36 ` Matt Senecal
  -- strict thread matches above, loose matches on Subject: below --
2001-11-05 10:21 Matt Senecal

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=20011105131858.713B1199B5@mail.cse.psu.edu \
    --to=presotto@closedmind.org \
    --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).