Bonjour,
J’ai installé Debian 7.8 sur un disque dur externe FireWire branché sur mon Mac mini, et celui-ci fonctionne bien.
J’ai voulu faire de même sur le disque dur interne de ce Mac, mais l’installation du système de base plante (à priori à cause du lecteur DVD qui doit fatiguer)
Comme le partitionnement à fonctionné, j’ai dupliqué chaque partition de mon disque externe sur mon disque interne avec la commande dd.
Je suppose que ces opérations ne sont pas suffisantes, car le fichier yaboot.conf dupliqué ne pointe pas vers le bon disque dur.
Pourriez-vous m’indiquer quelles lignes du fichier sont à corriger, et comment je peux trouver les nouvelles valeurs à mettre dans ce fichier ?
Ci-dessous quelques lignes de commandes pour décrire ma config :
root@debianmini:/home/freddy# uname -a
Linux debianmini 3.2.0-4-powerpc #1 Debian 3.2.65-1+deb7u2 ppc GNU/Linux
root@debianmini:/home/freddy# lspci -nn
0000:00:0b.0 Host bridge [0600]: Apple Inc. UniNorth 2 AGP [106b:0034]
0000:00:10.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RV280 [Radeon 9200] [1002:5962] (rev 01)
0001:10:0b.0 Host bridge [0600]: Apple Inc. UniNorth 2 PCI [106b:0035]
0001:10:17.0 Unassigned class [ff00]: Apple Inc. KeyLargo/Intrepid Mac I/O [106b:003e]
0001:10:18.0 USB controller [0c03]: Apple Inc. KeyLargo/Intrepid USB [106b:003f]
0001:10:19.0 USB controller [0c03]: Apple Inc. KeyLargo/Intrepid USB [106b:003f]
0001:10:1a.0 USB controller [0c03]: Apple Inc. KeyLargo/Intrepid USB [106b:003f]
0001:10:1b.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43)
0001:10:1b.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43)
0001:10:1b.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04)
0002:20:0b.0 Host bridge [0600]: Apple Inc. UniNorth 2 Internal PCI [106b:0036]
0002:20:0d.0 Unassigned class [ff00]: Apple Inc. UniNorth/Intrepid ATA/100 [106b:003b]
0002:20:0e.0 FireWire (IEEE 1394) [0c00]: Apple Inc. UniNorth 2 FireWire [106b:0031] (rev 81)
0002:20:0f.0 Ethernet controller [0200]: Apple Inc. UniNorth 2 GMAC (Sun GEM) [106b:0032] (rev 80)
root@debianmini:/home/freddy# cat /proc/cpuinfo
processor : 0
cpu : 7447A, altivec supported
clock : 1416.666661MHz
revision : 1.2 (pvr 8003 0102)
bogomips : 83.24
timebase : 41620997
platform : PowerMac
model : PowerMac10,1
machine : PowerMac10,1
motherboard : PowerMac10,1 MacRISC3 Power Macintosh
detected as : 287 (Mac mini)
pmac flags : 00000010
L2 cache : 512K unified
pmac-generation : NewWorld
Memory : 1024 MB
root@debianmini:/home/freddy# df -h
Sys. fich. Taille Util. Dispo Uti% Monté sur
rootfs 6,5G 3,8G 2,4G 61% /
udev 10M 0 10M 0% /dev
tmpfs 101M 680K 101M 1% /run
/dev/disk/by-uuid/b40cec8d-f1df-4d03-b8c3-c06b3aa88ad4 6,5G 3,8G 2,4G 61% /
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 792M 224K 792M 1% /run/shm
/dev/sdb5 67G 236M 63G 1% /home
root@debianmini:/home/freddy# fdisk -l
/dev/sda
# type name length base ( size ) system
/dev/sda1 Apple_partition_map Apple 63 @ 1 ( 31.5k) Partition map
/dev/sda2 Apple_Bootstrap untitled 1954 @ 64 (977.0k) NewWorld bootblock
/dev/sda3 Apple_UNIX_SVR2 untitled 13671876 @ 2018 ( 6.5G) Linux native
/dev/sda4 Apple_UNIX_SVR2 swap 6041016 @ 13673894 ( 2.9G) Linux swap
/dev/sda5 Apple_UNIX_SVR2 untitled 141121569 @ 19714910 ( 67.3G) Linux native
/dev/sda6 Apple_Free Extra 1 @ 160836479 ( 0.5k) Free space
Block size=512, Number of Blocks=156301488
DeviceType=0x0, DeviceId=0x0
/dev/sdb
# type name length base ( size ) system
/dev/sdb1 Apple_partition_map Apple 63 @ 1 ( 31.5k) Partition map
/dev/sdb2 Apple_Bootstrap untitled 1954 @ 64 (977.0k) NewWorld bootblock
/dev/sdb3 Apple_UNIX_SVR2 untitled 13671876 @ 2018 ( 6.5G) Linux native
/dev/sdb4 Apple_UNIX_SVR2 swap 6041016 @ 13673894 ( 2.9G) Linux swap
/dev/sdb5 Apple_UNIX_SVR2 untitled 141121569 @ 19714910 ( 67.3G) Linux native
/dev/sdb6 Apple_Free Extra 1 @ 160836479 ( 0.5k) Free space
Block size=512, Number of Blocks=160836480
DeviceType=0x0, DeviceId=0x0
root@debianmini:/home/freddy# cat '/media/bootstrap/yaboot.conf'
## yaboot.conf generated by debian-installer
##
## run: "man yaboot.conf" for details. Do not make changes until you have!!
## see also: /usr/share/doc/yaboot/examples for example configurations.
##
## For a dual-boot menu, add one or more of:
## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
boot="/dev/disk/by-id/ieee1394-0030e000e00069cd:000430:0000-part2"
device=/pci@f4000000/firewire@e/node@0030e000e00069cd/sbp-2/@0
partition=3
root="UUID=b40cec8d-f1df-4d03-b8c3-c06b3aa88ad4"
timeout=50
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot
image=/boot/vmlinux
label=Linux
read-only
initrd=/boot/initrd.img
image=/boot/vmlinux.old
label=old
read-only
initrd=/boot/initrd.img.old