Re: ATAPI-boot floppy emulation

1999-07-22 Thread OKUJI Yoshinori
From: Peter Åstrand [EMAIL PROTECTED] Subject: ATAPI-boot floppy emulation Date: Thu, 22 Jul 1999 10:07:19 +0200 (MET DST) I tried to make a bootable CD-ROM with GRUB. It works only partial: The menu-file is not found, and loading image/chainloading from the virtual floppy fails with "Invalid

Re: ATAPI-boot floppy emulation

1999-07-22 Thread Peter Åstrand
Yes. I can access both the real iso9660-filesystem and the virtual floppy inside the booted GRUB. Oops, I don't mean that. GRUB doesn't have iso9660-support. Yet :-) Thus, I can access the virtual floppy when booted, and the iso-fs from a normal PC. /Peter

Re: ATAPI-boot floppy emulation

1999-07-22 Thread Pavel Roskin
On Thu, 22 Jul 1999, [iso-8859-1] Peter Åstrand wrote: I'll now investigating what is generating the ERR_EXEC_FORMAT, but it's hard when one must make new CDs all the time :-) I've traced down the problem to cmdline.c, line 221: if ... (*((unsigned short *)

Re: ATAPI-boot floppy emulation

1999-07-22 Thread Peter Åstrand
I'm affraid that there is something wrong in the way how stage2 reads floppy disks. Supposedly, a wrong sector was read. I turned on "fstest", and verified with loading from a real floppy. The output was exactly the same. So I think the right sectors are read, but the read fails. By the

Re: ATAPI-boot floppy emulation

1999-07-22 Thread Pavel Roskin
On Thu, 22 Jul 1999, [iso-8859-1] Peter Åstrand wrote: I'm affraid that there is something wrong in the way how stage2 reads floppy disks. Supposedly, a wrong sector was read. I turned on "fstest", and verified with loading from a real floppy. The output was exactly the same. So I think

Re: ATAPI-boot floppy emulation

1999-07-22 Thread OKUJI Yoshinori
From: Peter Åstrand [EMAIL PROTECTED] Subject: Re: ATAPI-boot floppy emulation Date: Thu, 22 Jul 1999 14:14:08 +0200 (MET DST) This works. And all directorylistings works too. I've added quite a lot of debug-printf's, but have failed to find the problem. The bootsector Hmm... Can GRUB

Re: ATAPI-boot floppy emulation

1999-07-22 Thread OKUJI Yoshinori
From: Pavel Roskin [EMAIL PROTECTED] Subject: Re: ATAPI-boot floppy emulation Date: Thu, 22 Jul 1999 14:10:27 +0400 (EEST) Did you use "d" option while installing the loader? The option is not required. His CD-ROM can obviously boot fine. I don't know anything about Easy CD Creator 3.0

Re: ATAPI-boot floppy emulation

1999-07-22 Thread Peter Åstrand
chainloader=(fd0)/bootsect.dos, for example. Try to insert a real floppy disk with the same image. 5% probability of success. This works. When booted from CD, the real floppy becomes fd1, so: chainloader=(fd1)/bootsect.dos works. But actually it seems that the filesystem code is to

Re: ATAPI-boot floppy emulation

1999-07-22 Thread Peter Åstrand
Hmm... Can GRUB access your hard disks correctly? If not, try hard disk emulation instead of floppy disk emulation. If my guess is correct, that should work fine. GRUB can access floppies just fine normally, but not via the emulation. Maybe HD-emulation works, but I have very little

Re: Netboot

1999-07-22 Thread Gordon Matzigkeit
OKUJI Yoshinori writes: OY I've found a quite intereseting project in the URL: OY http://www.han.de/~gero/netboot.html OY Perhaps we should cooperate with the project, because both the OY projects are working on PC bootstrap and are GPLed. I think the main way to collaborate would be to