[ros-kernel] updating ROS
Björn Fischer
thebear80 at gmx.net
Wed Jan 21 11:34:15 CET 2004
Björn Fischer wrote:
> Casper Hornstrup wrote:
>
>>> Ok, building freeldr and reactos works fine, also the creation of
>>> the bootcd.
>>> I'm afraid when trying to install from the CD, the setup gives me
>>> the error "Cabinet not found" on the screen where it says "Setup
>>> prepares your computer for copying the ReactOS files."
>>>
>>> Any idea about that?
>>>
>>> Greetings
>>>
>>> Björn
>>>
>>
>>
>> This is usually because a file is supposed to go into a cabinet, but it
>> was not found.
>>
>> Look in the last part of the build output of 'mingw32-make bootcd' for
>> where it fails.
>>
>> Casper
>>
>>
>
> ok, it seems to be the videoprt.sys, that is missing. In fact I dont
> even have a drivers\dd\videoprt folder...
>
> Here's a part of the output of make:
> --------------------------------------------------------
> [...]
> ./tools/rcopy media/nls/l_intl.nls
> C:\ReactOS\reactos/./../bootcd/disk/reactos/l_intl.nls
> ./tools/cabman/cabman /C bootdata/packages/reactos.dff /L
> C:\ReactOS\reactos/./../bootcd/disk/reactos /I
> ReactOS Cabinet Manager - Version 0.9
>
> File does not exist: drivers\dd\videoprt\videoprt.sys.
> ./tools/cabman/cabman /C bootdata/packages/reactos.dff /RC
> C:\ReactOS\reactos/./../bootcd/disk/reactos/reactos.inf /L
> C:\ReactOS\reactos/./../bootcd/disk/reactos /N
> ReactOS Cabinet Manager - Version 0.9
>
> File does not exist: drivers\dd\videoprt\videoprt.sys.
> ./tools/rdel C:\ReactOS\reactos/./../bootcd/disk/reactos/reactos.inf
> ./tools/cdmake/cdmake -v -m -b
> C:\ReactOS\reactos/./../bootcd/disk/../isoboot.bin
> C:\ReactOS\reactos/./../bootcd/disk REACTOS ReactOS.iso
> 1: file C:\ReactOS\reactos/./../bootcd/disk\autorun.inf
> 1: file C:\ReactOS\reactos/./../bootcd/disk\icon.ico
> 1: file C:\ReactOS\reactos/./../bootcd/disk\readme.txt
> 2: directory C:\ReactOS\reactos/./../bootcd/disk\bootdisk\
> [...]
> -----------------------------------------------------------------
Answering to my own message again... I must learn to try first, and then
write the mails...
Ok, I've found the videoprt folder in drivers\video. I changed the path
in bootdata\packages\reactos.dff and then 'mingw32-make bootcd' worked
fine (and I was able to install it too *yippeee*). Do other people have
this problem too? If yes, maybe someone can update the CVS tree? Here's
the diff:
----------------------------------------------------
Index: bootdata/packages/reactos.dff
===================================================================
RCS file: /CVS/ReactOS/reactos/bootdata/packages/reactos.dff,v
retrieving revision 1.19
diff -r1.19 reactos.dff
36c36
< drivers\dd\videoprt\videoprt.sys 2
---
> drivers\video\videoprt\videoprt.sys 2
------------------------------------------------
Greetings
Björn
More information about the Ros-kernel
mailing list