Pages : 1
#1 Le 20/07/2014, à 00:49
- Xzu Rukneg
[résolu] Yaboot et multi-boot linux
Je colle mes notes ici pour en faire de la doc plus tard!
-1/ Yaboot-multiboot-linux
Je galère encore un peut avec yaboot pour le multi-boot linux (peut-être trop habitué a grub?).
J'ai réussi a avoir les deux système qui s'affichent en appuyant sur "tab" au boot, après instalation du deuxième système (lubuntu-14.04):
Faut-il se contenter de ça avec yaboot pour sélectionner son système en multi-boot linux?
(pas terrible, faut taper la commande, j'en connais qui ne vont pas aimer)
Open Firmware (alt+opt+O+F) ne détecte qu'un seul système linux aussi.
Depuis lubuntu12.04, yabootconfig ne détecte pas l'autre système.
Je peut démarrer en ligne commande dans le promp de yaboot en tapant
hd:4,/Boot/vmlinux
Toujours pas térrible.
On peut avoir un truc comme grub où on choisis son système facilement?
[EDIT]: NON!
J'ai lu tout ce que je trouvais sur internet, mais pas réussit à trouver ni un exemple correspondant ni à faire un bon yaboot.conf. Je n'ai pas oublié sudo ybin -v.
/dev/sda3 est mon "Syteme de secour" =lubuntu12.04
/dev/sda4: est mon deuxième système =lubuntu 14.04 LTS
Mon /etc/yaboot.conf actuel ne trouvant pas le deuxième système:
## yaboot.conf generated by the Ubuntu 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/scsi-SATA_FUJITSU_MHT2060_NN94T5315L4C-part2"
device=/pci@f4000000/ata-6@d/@0
partition=3
root="UUID=0551ef88-4bc8-4cf5-a00f-31990a102089"
timeout=50
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot
image=/boot/vmlinux
label=Linux
read-only
initrd=/boot/initrd.img
append="quiet splash"
image=/boot/vmlinux.old
label=old
read-only
initrd=/boot/initrd.img.old
append="quiet splash"
Mon sudo blkid
$ sudo blkid
[sudo] password for coloc_2012:
/dev/sda2: LABEL="bootstrap" TYPE="hfs"
/dev/sda3: LABEL="Syteme de secour" UUID="0551ef88-4bc8-4cf5-a00f-31990a102089" TYPE="ext4"
/dev/sda4: LABEL="Systeme 14.04" UUID="2fbb91f5-c5fd-4ef5-88c3-178526df6450" TYPE="ext4"
/dev/sda5: UUID="84a83ce2-ecb2-4a82-94a8-f4acc8abb7cd" TYPE="swap"
/dev/sda6: LABEL="HOME" UUID="bbaee1d9-c03b-4764-ba75-8e59cf721593" TYPE="ext4"
Mon /etc/yaboot.conf.test1 foireux.
## yaboot.conf generated by yabootconfig 1.0.8+debian2
##
## 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/scsi-SATA_FUJITSU_MHT2060_NN94T5315L4C-part2"
device=/pci@f4000000/ata-6@d/@0
partition=3
root="UUID=0551ef88-4bc8-4cf5-a00f-31990a102089"
timeout=30
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot
image=/boot/vmlinux
label=12.04secours
read-only
initrd=/boot/initrd.img
initrd-size=8192
#Rajout le 19/07/2014 pour avoir enfin le dual boot 12.04/14.04LTS
#Ici donc c'est le LTS
image=hd:4,/boot/vmlinux
label=LubuntuLTS
root=hd:4
append="root=dev/sda4 ro quiet splash"
initrd=/boot/initrd.img
L'entrée "LubuntuLTS" apparaît bien dans le promp, mais ça foire rapidement avec un "FATAL" kernel panic. J'ai du foirer mais je n'y arrive plus.
--------------------------------------------------------------------------------------
SOLUCE:
sudo nano /etc/yaboot.conf
## yaboot.conf generated by the Ubuntu 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/ata-FUJITSU_MHT2060AT_NN94T5315L4C-part2"
device=/pci@f4000000/ata-6@d/@0
partition=4
root="UUID=2fbb91f5-c5fd-4ef5-88c3-178526df6450"
timeout=20
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot
image=/boot/vmlinux
label=L
read-only
initrd=/boot/initrd.img
append="quiet splash image=/boot/vmlinux video=ofonly radeon.agpmode=-1" ##modifié pour pb affichage
image=/boot/vmlinux.old
label=old
read-only
initrd=/boot/initrd.img.old
append="quiet splash"
# This entry automatically added by the Ubuntu installer for an existing
# Linux installation on /dev/sda3.
## Re-adapté à la main!
image=/pci@f4000000/ata-6@d/@0:3,/boot/vmlinux
label=s
root="UUID=0551ef88-4bc8-4cf5-a00f-31990a102089"
append=" ro quiet splash"
initrd=/pci@f4000000/ata-6@d/@0:3,/boot/initrd.img
Dernière modification par Xzu Rukneg (Le 17/08/2014, à 22:21)
Hors ligne
Pages : 1