Chrooting Into The Base System; Final Configuration Steps - Sony PS3 Repair Manual

Hide thumbs Also See for PS3:
Table of Contents

Advertisement

Gentoo
180 days, whichever comes first.
livecd ~ # mkswap /dev/sda2
Setting up swapspace version 1, size = 1735389 kB
no label, UUID=56270620-3485-4396-b65b-269517a5451c
livecd / # swapon /dev/sda2
livecd / # mount /dev/sda1 /mnt/gentoo/
Installing base system, mounting procfs and /dev + Readying
for chroot
livecd / # cd /mnt/gentoo
livecd gentoo / # wget
970-ps3_32ul.tar.bz2
(If already downloaded in advance, copy the file to /mnt/gentoo now)
livecd gentoo / # tar -xjpf stage4-970-ps3_32ul.tar.bz2
livecd gentoo / # mount -t proc none /mnt/gentoo/proc
livecd gentoo / # mount -o bind /dev /mnt/gentoo/dev
livecd gentoo / # cp /etc/resolv.conf /mnt/gentoo/etc

Chrooting into the base system

livecd gentoo / # chroot /mnt/gentoo/ /bin/bash
livecd / # export PS1="(chroot) $PS1"
(chroot) livecd / # env-update && source /etc/profile
--- 'profiles/arch.list' is empty or not available. Empty portage tree?
>>> Regenerating /etc/ld.so.cache...
(chroot) livecd / # emerge --sync (Skip this step if your PS3 is not connected
to the internet.)
This will take some time. Go and make yourself a cup of coffee :)
livecd / # export PS1="(chroot) $PS1"

Final configuration steps

Setting timezone:
(chroot) livecd / ls /usr/share/zoneinfo
(Suppose you want to use GMT)
(chroot) livecd / cp /usr/share/zoneinfo/GMT /etc/localtime
Configuring kboot:
(chroot) livecd / # e2label /dev/sda1 /
(chroot) livecd / # cd /etc
(chroot) livecd etc / # cp kboot.conf.example kboot.conf
(chroot) livecd etc / # nano -w kboot.conf
kboot.conf
#
The following is an example kboot configuration file.
#
to suit your needs before attempting to reboot your system or
#
you may be unable to boot the new install.
#
default: the default kernel label to boot should the user not make
Use tune2fs -c or -i to override.
http://gentoo.osuosl.org/experimental/ppc64/stages/stage4-
www.sharatronica.com
Edit it

Advertisement

Table of Contents
loading

Table of Contents