Re: chainloader with definded sector size

2010-08-05 Thread User
Le 04/08/2010 19:31, Vladimir 'φ-coder/phcoder' Serbinenko a écrit : On 08/04/2010 08:25 PM, User wrote: Thank you for your reply. keep the list CC'ed I tried to use multiboot as you have mentionned (yet I didn't know that command since it's not documented) ... setupfree.sys was loaded but

Re: chainloader with definded sector size

2010-08-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08/04/2010 09:28 PM, User wrote: > Le 04/08/2010 19:31, Vladimir 'φ-coder/phcoder' Serbinenko a écrit : >> On 08/04/2010 08:25 PM, User wrote: >>> Thank you for your reply. >>> >> keep the list CC'ed >>> I tried to use multiboot as you have mentionned (yet I didn't know >>> that command since

Re: chainloader with definded sector size

2010-08-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08/04/2010 08:25 PM, User wrote: > Thank you for your reply. > keep the list CC'ed > I tried to use multiboot as you have mentionned (yet I didn't know > that command since it's not documented) ... setupfree.sys was loaded > but stops with errors. > First, it's a "Disk Read Failed in LBA mode",

Re: chainloader with definded sector size

2010-08-04 Thread User
Thank you for your reply. I tried to use multiboot as you have mentionned (yet I didn't know that command since it's not documented) ... setupfree.sys was loaded but stops with errors. First, it's a "Disk Read Failed in LBA mode", then "Error: bad command passed to driver", then "Error initia

Re: chainloader with definded sector size

2010-08-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08/04/2010 04:13 PM, User wrote: > Hello, > > I want to boot ReactOs-LiveCD using an iso with grub2. Knowing that > the boot sector is located at the offset 0xA800 (43008. ), and is 2048 > bytes length. > I see no reason to support such obscure interface considering that freeldr.sys can be load

chainloader with definded sector size

2010-08-04 Thread User
Hello, I want to boot ReactOs-LiveCD using an iso with grub2. Knowing that the boot sector is located at the offset 0xA800 (43008. ), and is 2048 bytes length. I do it this way: grub> loopback loop (hd0,1)/ReactOS-LiveCD.iso grub> chainloader 84+4//43008 / 512 = 84 e