[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Chainloading isolinux.bin
From: |
Andrei Borzenkov |
Subject: |
Re: Chainloading isolinux.bin |
Date: |
Wed, 3 Feb 2016 17:39:19 +0300 |
On Wed, Feb 3, 2016 at 5:29 PM, 4javier <address@hidden> wrote:
> You're right. My fault thinking that "chainloader" command would have ran
> directly the chained bootloader with no need of "boot" command. Anyway, I
> just tried, and shell just shows a blinking cursor on a new line, doing
> nothing.
>
Well ... chainloader command loads single sector. El Torito boot image
can be of arbitrary (withing some limits) length. As soon as
isolinux.bin exceeds 512 bytes, it's going to fail.
Second problem is whether isolinux.bin was built for specific memory
address and for which one (this information is present in El Torito
boot catalog and is missing here of course).
Third consideration is, block size on CD is 2048 bytes which does not
match what you have on HDD (either 512 or 4096). It will likely make
it impossible for isolinux.bin to read anything.
>
> 2016-02-03 14:51 GMT+01:00 Andrei Borzenkov <address@hidden>:
>>
>> On Wed, Feb 3, 2016 at 3:20 PM, 4javier <address@hidden> wrote:
>> > chainloader /isolinux/isolinux.bin
>> >
>> > I always get Error: Invalid Signature.
>> > If I try to force chainloading, it just get back to the prompt.
>> >
>>
>> Every loader command in grub just "get back to prompt". You need to
>> use "boot" command to actually jump to loaded code (but I doubt it
>> will work).
>
>
- Chainloading isolinux.bin, 4javier, 2016/02/03
- Re: Chainloading isolinux.bin, Andrei Borzenkov, 2016/02/03
- Re: Chainloading isolinux.bin, 4javier, 2016/02/03
- Re: Chainloading isolinux.bin,
Andrei Borzenkov <=
- Re: Chainloading isolinux.bin, 4javier, 2016/02/03
- Message not available
- Re: Chainloading isolinux.bin, 4javier, 2016/02/03
- Re: Chainloading isolinux.bin, Andrei Borzenkov, 2016/02/04
- Re: Chainloading isolinux.bin, Jordan Uggla, 2016/02/08
- Re: Chainloading isolinux.bin, 4javier, 2016/02/08