bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: chainloader with definded sector size


From: User
Subject: Re: chainloader with definded sector size
Date: Wed, 04 Aug 2010 20:28:17 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1

 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 stops with errors.
First, it's a "Disk Read Failed in LBA mode", then "Error: bad command
passed to driver", then "Error initializing .ini file", then finally
the error "Error opening freeldr.ini or file not found. You need to
re-install FreeLoader."

At this point GRUB has done its job but FreeLDR is unable to find root
inside an iso file because it simply doesn't support this. Nothing grub
can do about it.
Here is how I proceed:
     grub>  loopback loop (hd0,1)/ReactOS-LiveCD.iso
     grub>  root (loop)
It's root=(loop), root
All this shows clearly that the bootsector in the iso is required for
booting.

Won't make any difference with multiboot command.
Please, could you add a parameter to chainloader so it can load
sectors in a given size?
It could be something like :
     grub>  chainloader --sector-size 2048 (loop)21+1


Thank you in avdance.


Sorry I am not familiar with this sort of bug reporting, I apologize for any error or mistake I have done.

I have tried root = (loop) , but it doesn't change anything at all.

So at this point, I will try to modify the source code, it is apparently my last solution.

Thank you for your help.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]