Re: i386/pc/chainloader.c fails with syntax like chainloader (hd1, msdos1)+1

2013-06-23 Thread Michael Chang
2013/6/21 Vladimir 'φ-coder/phcoder' Serbinenko : > On 21.06.2013 11:23, Michael Chang wrote: >> Hi, >> >> The i386/pc/chainloader.c hangs when attempting to chainload other >> disk's boot sector (or mbr) with a syntax like this. Say if current >> environment setting root=hd0,msdos2. >> >> $ chai

Re: i386/pc/chainloader.c fails with syntax like chainloader (hd1, msdos1)+1

2013-06-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.06.2013 11:23, Michael Chang wrote: > Hi, > > The i386/pc/chainloader.c hangs when attempting to chainload other > disk's boot sector (or mbr) with a syntax like this. Say if current > environment setting root=hd0,msdos2. > > $ chainloader (hd1,msdos1)+1 > > However doing it this way alw

i386/pc/chainloader.c fails with syntax like chainloader (hd1, msdos1)+1

2013-06-21 Thread Michael Chang
Hi, The i386/pc/chainloader.c hangs when attempting to chainload other disk's boot sector (or mbr) with a syntax like this. Say if current environment setting root=hd0,msdos2. $ chainloader (hd1,msdos1)+1 However doing it this way always works. $ set root=hd1,msdos1 $ chainloader +1 I su