Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Boot sur linux non-fb et pas sur le noyau linux

1 réponse
Avatar
Claude
bonjour,

j'ai installé mdk10 sur un vieux PC et je ne peux pas booter sur linux
(dans la fenetre du lilo la barre de progression s'arrete aux 3/4 puis
écran noir). Pas d'autre solution que de rebooter et de lancer le noyau
linux non-fb qui démarre sans pb.

voici le loader :

[root@adagio firefox]# more /etc/lilo.conf
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file

boot=/dev/hda
map=/boot/map
default="linux"
keytable=/boot/fr-latin1.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda7
initrd=/boot/initrd.img
append="devfs=mount acpi=ht resume=/dev/hda6 splash=silent"
vga=788
read-only
other=/dev/hda1
label="windows"
table=/dev/hda
other=/dev/hdb1
label="w98se"
table=/dev/hdb
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
other=/dev/fd0
label="floppy"
unsafe
image=/boot/vmlinuz-2.6.3-4mdk
label="old_linux"
root=/dev/hda7
initrd=/boot/initrd-2.6.3-4mdk.img
append="devfs=mount acpi=ht resume=/dev/hda6"
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda7
initrd=/boot/initrd.img
append="devfs=mount splash=silent acpi=ht resume=/dev/hda6"
read-only
other=/dev/hdb1
label="windows2"
table=/dev/hdb
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
image=/boot/vmlinuz-2.6.3-4mdk
label="old_linux-nonfb"
root=/dev/hda7


les logs du boot de linux :

May 14 19:35:15 adagio exiting on signal 15
May 14 19:37:08 adagio syslogd 1.4.1: restart.
May 14 19:37:08 adagio kernel: klogd 1.4.1, log source = /proc/kmsg started.
May 14 19:37:08 adagio kernel: Inspecting /boot/System.map-2.6.3-4mdk
May 14 19:37:09 adagio partmon: Vérification de l'espace libre sur les
partitions
May 14 21:36:00 adagio rc.sysinit: Setting default font (lat0-16):
succeeded
May 14 21:36:00 adagio rc.sysinit: Mounting proc filesystem succeeded
May 14 21:36:02 adagio rc.sysinit: Montage de sysfs dans /sys succeeded
May 14 21:36:02 adagio devfsd: Started device management daemon v1.3.25
for /dev
May 14 21:36:07 adagio rc.sysinit: Lancement du service DevFs : succeeded
......

et ça bloque ici :

May 14 19:37:43 adagio perl: drakupdate_fstab called with --auto --add
/dev/ide/host0/bus0/target0/lun0/part1
May 14 19:37:50 adagio perl: drakupdate_fstab called with --auto --add
/dev/ide/host0/bus0/target0/lun0/part2
May 14 19:37:57 adagio perl: drakupdate_fstab called with --auto --add
/dev/ide/host0/bus0/target0/lun0/part5
May 14 19:38:04 adagio perl: drakupdate_fstab called with --auto --add
/dev/ide/host0/bus0/target0/lun0/part6
May 14 19:38:12 adagio perl: drakupdate_fstab called with --auto --add
/dev/ide/host0/bus0/target0/lun0/part7
May 14 19:38:19 adagio perl: drakupdate_fstab called with --auto --add
/dev/ide/host0/bus0/target1/lun0/part1

puis, je reboote sur linux non-fb. pas de problème.

je ne sais pas comment resoudre le pb. reconfigurer X ? je ne voudrais
pas casser ma config qui marche avec linux non-fb.

merci de vos conseils

Claude

1 réponse

Avatar
Claude
image=/boot/vmlinuz
label="linux"
root=/dev/hda7
initrd=/boot/initrd.img
append="devfs=mount acpi=ht resume=/dev/hda6 splash=silent"
vgax8
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda7
initrd=/boot/initrd.img
append="devfs=mount splash=silent acpi=ht resume=/dev/hda6"
read-only


pour ceux qui aurait été confrontés à ce pb : le boot sur le noyau linux
est OK. la valeur 788 affectée (par une main invisible) à vga bloque
apparemment le demarrage.

extrait man lilo :

vga=<mode>

normal: select normal 80x25 text mode.

extended (or ext): select 80x50 text mode.

ask: stop and ask for user input (at boot time).

If this variable is omitted, the VGA mode setting contained in
the kernel image is used. (And that is set at compile time using
the SVGA_MODE variable in the kernel Makefile, and can later be
changed with the rdev(8) program.)

crdlt

Claude