POV-Ray : Newsgroups : povray.windows : Multiboot help : Re: Multiboot help Server Time
2 Jul 2024 23:06:54 EDT (-0400)
  Re: Multiboot help  
From: Ron Parker
Date: 22 Jul 2002 15:17:40
Message: <slrnajomin.77n.ron.parker@fwi.com>
On Mon, 22 Jul 2002 20:15:59 +0300, Peter Popov wrote:
> [boot loader]
> timeout=30
> default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
> [operating systems]
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP" /fastdetect
> multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="98" /fastdetect /win95

The "name" part of the 98 partition is in NT format, so the bootloader 
thinks it wants to load an NT of some kind.  Here's my boot.ini, by 
contrast (quoted so my newsreader won't complain about the long lines):

> [boot loader]
> timeout=30
> default=multi(0)disk(0)rdisk(2)partition(1)\WINDOWS
> [operating systems]
> multi(0)disk(0)rdisk(2)partition(1)\WINDOWS="Microsoft Windows XP Professional"
/fastdetect
> multi(0)disk(0)rdisk(2)partition(1)\WINDOWS="Microsoft Windows XP Professional
Debug" /fastdetect /debugport=com1 /baudrate=115200
> multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microsoft Windows 2000 Professional"
/fastdetect /noguiboot
> C:\="Microsoft Windows 98"

Note that the DOS-based OS (98) is specified using DOS semantics (C:\)

Unforunately, you're likely to find that 98 just won't boot off of D: .  The
bootloader has the C:\ hardcoded in it in several places.

-- 
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbf 1}hollow interior{media{emission 3-T}}}#end 
Z(-x-x.2x)camera{location z*-10rotate x*90normal{bumps.02scale.05}}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.