On Mon, Mar 18, 2002 at 11:41:14AM -0300, Fernando Fraga e Silva wrote:
> Robert Millan wrote:
>
> > El dl, 18 mar 2002 02:52:36 Fernando Fraga e Silva ha escrit:
> >
> >>
> >> I can try latter because I wouldn't like to upgrade from woody to sid
> >> I'll have to get the package by myself with lftp.
> >
> >
> > Latest version (-6) is now in testing.
>
> Ok , It worked perfectly . Now, I figuring how to create a boot image
> with createdisk.
>
I figured out that the harddisk part is very easy.
have in the configuration file:
bochs-opt boot: a
bochs-opt diskc: file="/opt/plex86/disks/testhd", cyl=160, heads=16, spt=63
bochs-opt floppya: 1_44=/opt/plex86/disks/fd0, status=inserted
-----------------------
cd /opt/plex86/disks
dd if=/dev/zero of=testhd count=32
----------------------
now the virtual harddisk is new
----------------------
boot msdos from floppy (disks/fd0) inside plex86.
if you are ask to put disc/floppy 2 into the drive a: you do
"cat floppy2 >fd0" and continue.
whithin msdos:
fdisk /mbr
fdisk ## partition the harddisk as you want
reboot the machine / plex86
format c: /s
now you have a bootable c: and can continue with:
bochs-opt boot: c
happy computing!
--
mefju