Dobrý den,
pokoušel sem se nainstalovat Xubuntu 6.06 na iBook PPC g3/300, celá instalace proběhne bez viditelných problémů, až do chvíle, kdy se má nainstalovat zavaděč Yaboot. Kdy se vypíše chybová hláška "failed to install bootloader". Disk sem nechal rozdělit celý automaticky, tak nevím, kde je chyba.
Našel sem ještě jakýsi popis, jak by měl být disk dělen pro Yaboot, ale nepodařilo se mi to přeluštit, tak kdyby tomu někdo rozuměl...
Yaboot is a popular boot loader for "new world" Macintosh PowerPCs.
("New-world" refers to coloured PowerPCs manufactured since 1999.)
Yaboot needs its own boot strap partition that must be at least
800k. So, if you are installing GNU/Linux from scratch, you would do
something like:
(parted) mklabel mac
(parted) print
Disk geometry for /dev/sda: 0.000-6149.882 megabytes
Disk label type: mac
Minor Start End Filesystem Name Flags
1 0.000 0.031 Apple
(parted) mkpart primary hfs 0.032 1
(parted) print
Disk geometry for /dev/hdb: 0.000-6149.882 megabytes
Disk label type: mac
Minor Start End Filesystem Name Flags
1 0.000 0.031 Apple
2 0.031 1.000
(parted) set 2 boot on
(parted) print
Disk geometry for /dev/hdb: 0.000-6149.882 megabytes
Disk label type: mac
Minor Start End Filesystem Name Flags
1 0.000 0.031 Apple
2 0.031 1.000 boot
You don't need to reinstall Yaboot after resizing a partition.
Yaboot is installed with ybin
Za každou radu děkuji.