Re: Call for testing
Dinar Valeev <[email protected]>
| Newsgroups | gmane.linux.suse.ppc |
|---|---|
| Message-ID | <CADqALGQkPRjfvWtv+Q4pgTtGZ6wiMRawEmzRC=pfz39v8MhXPA@mail.gmail.com> |
On Mon, Oct 8, 2012 at 2:35 PM, Alexander Graf <[email protected]> wrote: > > On 08.10.2012, at 10:10, Alexander Graf wrote: > >> Some more seems to be broken. Yaboot doesn't get the machine up yet :). Invalid device - hrm. > > Simple problem, simple solution. Yaboot can't handle ext4, so I reinstalled with ext3. That one yaboot can read. > > Now someone should probably go ahead and tell lilo that yaboot can't read ext4 and that it instead should copy kernel+initrd over to the HFS helper partition :). We have can_yaboot_read funtion, which checks if yaboot is capable to read such fs. [[ "$fs" == @(ext2|ext3|msdos|vfat|reiserfs|iso9660|xfs) ]] || return 1; ext4 case handled in the same way, as root on lvm handled. At least under PowerVM vfat partition is created, so we can load the initrd and then a kernel from anywhere we want. > > Alex > -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]