You are not logged in.

#1 2013-10-20 15:09:41

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

[SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

This happens after yesterdays upgrade on a bios boot system. Booting without menu works properly, however.

Neither symlinking *.c32 nor copying them using

cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux/

did help so far. Even copying all of /usr/lib/syslinux/bios/ as adviced in https://bbs.archlinux.org/viewtopic.php … 1#p1297101 works. Also a reinstall of syslinux did not change this behavior.

The /boot directory belongs to the standard / root partition in this setup so both methods should work.

Last edited by bernarcher (2013-10-21 03:33:07)


To know or not to know ...
... the questions remain forever.

Offline

#2 2013-10-20 19:28:34

robug
Member
Registered: 2010-11-17
Posts: 28

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

Ok, just went through a lot of problems with recent update. Here's the problem:

I updates syslinux from 4.07-1 to 6.02-3 and got a broken boot menu kernel panic.
In 4.07-1 all syslinux modules are symlinked as follows:

chain.c32 -> /usr/lib/syslinux/chain.c32

rest of the modules follow suit
In 6.02-3, however the symlinks look like:

chain.c32 -> /usr/lib/syslinux/bios//chain.c32

And yes, the double slash IS there. I don't know if this is some magic that I'm unaware of.

Here's the relevant fragment of pacman.log.

[2013-10-20 17:39] [PACMAN] Running 'pacman -Syu'
[2013-10-20 17:39] [PACMAN] synchronizing package lists
[2013-10-20 17:39] [PACMAN] starting full system upgrade
[2013-10-20 17:40] [PACMAN] Running 'pacman -Syuw cups-pdf'
[2013-10-20 17:40] [PACMAN] synchronizing package lists
[2013-10-20 17:40] [PACMAN] starting full system upgrade
[2013-10-20 17:53] [PACMAN] Running 'pacman -Su cups-pdf'
[2013-10-20 17:53] [PACMAN] starting full system upgrade
[2013-10-20 17:57] [PACMAN] removed bluez4 (4.101-3)
[2013-10-20 17:57] [PACMAN] removed heirloom-mailx (12.5-3)
[2013-10-20 17:57] [PACMAN] upgraded tzdata (2013d-1 -> 2013g-1)
[2013-10-20 17:57] [ALPM-SCRIPTLET] Generating locales...
[2013-10-20 17:57] [ALPM-SCRIPTLET]   pl_PL.UTF-8... done
[2013-10-20 17:57] [ALPM-SCRIPTLET] Generation complete.
[2013-10-20 17:57] [PACMAN] upgraded glibc (2.18-4 -> 2.18-5)
[2013-10-20 17:57] [PACMAN] upgraded gcc-libs (4.8.1-3 -> 4.8.2-1)
[2013-10-20 17:57] [PACMAN] upgraded db (5.3.21-1 -> 5.3.21-2)
[2013-10-20 17:57] [PACMAN] upgraded pambase (20130113-1 -> 20130928-1)
[2013-10-20 17:57] [PACMAN] upgraded pam (1.1.6-4 -> 1.1.8-1)
[2013-10-20 17:57] [PACMAN] upgraded libcups (1.6.3-1 -> 1.6.4-1)
[2013-10-20 17:57] [PACMAN] upgraded freetype2 (2.5.0.1-1 -> 2.5.0.1-2)
[2013-10-20 17:58] [ALPM-SCRIPTLET] updating font cache... done.
[2013-10-20 17:58] [PACMAN] upgraded fontconfig (2.10.95-1 -> 2.11.0-1)
[2013-10-20 17:58] [PACMAN] upgraded poppler (0.24.1-1 -> 0.24.2-1)
[2013-10-20 17:58] [PACMAN] upgraded qpdf (5.0.0-1 -> 5.0.1-1)
[2013-10-20 17:58] [PACMAN] upgraded cups-filters (1.0.38-1 -> 1.0.40-1)
[2013-10-20 17:58] [PACMAN] upgraded dbus (1.6.14-1 -> 1.6.16-1)
[2013-10-20 17:58] [PACMAN] upgraded libffi (3.0.13-3 -> 3.0.13-4)
[2013-10-20 17:58] [PACMAN] upgraded glib2 (2.36.4-1 -> 2.38.0-1)
[2013-10-20 17:58] [PACMAN] upgraded kbd (2.0.0-1 -> 2.0.0-2)
[2013-10-20 17:58] [ALPM] warning: directory permissions differ on /var/log/journal/
filesystem: 755  package: 2755
[2013-10-20 17:58] [PACMAN] upgraded systemd (207-3 -> 208-1)
[2013-10-20 17:58] [ALPM] warning: /etc/cups/cupsd.conf installed as /etc/cups/cupsd.conf.pacnew
[2013-10-20 17:58] [PACMAN] upgraded cups (1.6.3-1 -> 1.6.4-1)
[2013-10-20 17:58] [ALPM-SCRIPTLET] -------------------------------------------------
[2013-10-20 17:58] [ALPM-SCRIPTLET] To use cups-pdf, restart cups and visit the cups
[2013-10-20 17:58] [ALPM-SCRIPTLET] web interface at http://localhost:631/
[2013-10-20 17:58] [ALPM-SCRIPTLET] 
[2013-10-20 17:58] [ALPM-SCRIPTLET] You can now add a "Virtual Printer (PDF Printer)"
[2013-10-20 17:58] [ALPM-SCRIPTLET] and use the Postscript/Generic postscript color
[2013-10-20 17:58] [ALPM-SCRIPTLET] printer driver.
[2013-10-20 17:58] [ALPM-SCRIPTLET] 
[2013-10-20 17:58] [ALPM-SCRIPTLET] Note that cups-pdf has a configuration
[2013-10-20 17:58] [ALPM-SCRIPTLET] file in /etc/cups. The default location for
[2013-10-20 17:58] [ALPM-SCRIPTLET] pdf output is /var/spool/cups-pdf/$username.
[2013-10-20 17:58] [ALPM-SCRIPTLET] -------------------------------------------------
[2013-10-20 17:58] [PACMAN] installed cups-pdf (2.6.1-2)
[2013-10-20 17:58] [PACMAN] upgraded accountsservice (0.6.34-2 -> 0.6.35-1)
[2013-10-20 17:58] [PACMAN] upgraded atk (2.8.0-1 -> 2.10.0-1)
[2013-10-20 17:58] [PACMAN] upgraded gdk-pixbuf2 (2.28.2-1 -> 2.30.0-1)
[2013-10-20 17:58] [PACMAN] upgraded gtk-update-icon-cache (2.24.20-1 -> 2.24.22-1)
[2013-10-20 17:58] [PACMAN] upgraded harfbuzz (0.9.19-1 -> 0.9.22-1)
[2013-10-20 17:58] [PACMAN] upgraded pango (1.34.1-1 -> 1.36.0-1)
[2013-10-20 17:58] [PACMAN] upgraded at-spi2-core (2.8.0-1 -> 2.10.1-1)
[2013-10-20 17:58] [PACMAN] upgraded at-spi2-atk (2.8.1-1 -> 2.10.0-1)
[2013-10-20 17:58] [PACMAN] upgraded wayland (1.2.1-1 -> 1.3.0-1)
[2013-10-20 17:58] [PACMAN] upgraded gtk3 (3.8.4-1 -> 3.10.2-1)
[2013-10-20 17:58] [PACMAN] upgraded librsvg (1:2.37.0-1 -> 1:2.40.0-1)
[2013-10-20 17:58] [PACMAN] upgraded gconf (3.2.6-2 -> 3.2.6-3)
[2013-10-20 17:58] [PACMAN] upgraded dconf (0.16.1-1 -> 0.18.0-1)
[2013-10-20 17:58] [ALPM-SCRIPTLET] 
[2013-10-20 17:58] [ALPM-SCRIPTLET] (gconftool-2:8338): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
[2013-10-20 17:58] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[2013-10-20 17:58] [ALPM-SCRIPTLET] 
[2013-10-20 17:58] [ALPM-SCRIPTLET] (gconftool-2:8346): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
[2013-10-20 17:58] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[2013-10-20 17:58] [PACMAN] upgraded aisleriot (3.8.0-1 -> 3.10.1-1)
[2013-10-20 17:58] [PACMAN] upgraded gdl (3.8.1-1 -> 3.10.0-1)
[2013-10-20 17:58] [PACMAN] upgraded libanjuta (3.8.4-1 -> 3.10.0-1)
[2013-10-20 17:58] [PACMAN] upgraded vte-common (0.34.7-1 -> 0.34.9-1)
[2013-10-20 17:58] [PACMAN] upgraded vte3 (0.34.7-1 -> 0.34.9-1)
[2013-10-20 17:58] [PACMAN] upgraded sqlite (3.8.0.2-1 -> 3.8.1-1)
[2013-10-20 17:58] [PACMAN] upgraded ca-certificates (20130610-1 -> 20130906-1)
[2013-10-20 17:58] [PACMAN] upgraded gsettings-desktop-schemas (3.8.2-1 -> 3.10.1-1)
[2013-10-20 17:58] [PACMAN] upgraded glib-networking (2.36.2-1 -> 2.38.1-1)
[2013-10-20 17:58] [PACMAN] upgraded libsoup (2.42.2-1 -> 2.44.1-1)
[2013-10-20 17:58] [PACMAN] upgraded gstreamer (1.0.10-1 -> 1.2.0-1)
[2013-10-20 17:58] [PACMAN] upgraded gst-plugins-base-libs (1.0.10-1 -> 1.2.0-1)
[2013-10-20 17:58] [PACMAN] upgraded libsecret (0.15-2 -> 0.16-1)
[2013-10-20 17:58] [PACMAN] upgraded icu (51.2-1 -> 52.1-1)
[2013-10-20 17:58] [PACMAN] upgraded harfbuzz-icu (0.9.19-1 -> 0.9.22-1)
[2013-10-20 17:58] [PACMAN] upgraded webkitgtk (2.0.4-1 -> 2.2.0-2)
[2013-10-20 17:59] [PACMAN] upgraded devhelp (3.8.2-2 -> 3.10.0-1)
[2013-10-20 17:59] [PACMAN] upgraded desktop-file-utils (0.21-1 -> 0.22-1)
[2013-10-20 17:59] [PACMAN] upgraded glade (3.15.0-1 -> 3.16.0-1)
[2013-10-20 17:59] [PACMAN] upgraded file (5.14-1 -> 5.15-1)
[2013-10-20 17:59] [PACMAN] upgraded serf (1.3.0-1 -> 1.3.1-2)
[2013-10-20 17:59] [PACMAN] upgraded subversion (1.8.1-2 -> 1.8.3-1)
[2013-10-20 17:59] [PACMAN] upgraded neon (0.29.6-4 -> 0.30.0-1)
[2013-10-20 17:59] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.3-1 -> 3.10.1-1)
[2013-10-20 17:59] [PACMAN] upgraded gnome-icon-theme (3.8.3-1 -> 3.10.0-1)
[2013-10-20 17:59] [PACMAN] upgraded vala (0.20.1-1 -> 0.22.0-1)
[2013-10-20 17:59] [PACMAN] upgraded anjuta (3.8.4-1 -> 3.10.0-1)
[2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Dodawanie kluczy z archlinux.gpg...
[2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: potrzeba 3 marginalnych, 1 pełnych, model zaufania PGP
[2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 0 poprawnych:   1 podpisanych:   5 zaufanie: 0-,0q,0n,0m,0f,1u
[2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 1 poprawnych:   5 podpisanych:  66 zaufanie: 0-,0q,0n,5m,0f,0u
[2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 2 poprawnych:  66 podpisanych:   3 zaufanie: 66-,0q,0n,0m,0f,0u
[2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: następne sprawdzanie bazy odbędzie się 2014-01-22
[2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2013-10-20 17:59] [ALPM-SCRIPTLET]   -> Klucz lokalnie podpisany 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2013-10-20 17:59] [ALPM-SCRIPTLET]   -> Klucz lokalnie podpisany 684148BB25B49E986A4944C55184252D824B18E8...
[2013-10-20 17:59] [ALPM-SCRIPTLET]   -> Klucz lokalnie podpisany 44D4A033AC140143927397D47EFD567D4C7EA887...
[2013-10-20 17:59] [ALPM-SCRIPTLET]   -> Klucz lokalnie podpisany 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2013-10-20 17:59] [ALPM-SCRIPTLET]   -> Klucz lokalnie podpisany AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2013-10-20 17:59] [ALPM-SCRIPTLET]   -> Wyłączanie klucza BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
[2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Aktualizacja zaufanej bazy danych...
[2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: następne sprawdzanie bazy odbędzie się 2014-01-22
[2013-10-20 17:59] [PACMAN] upgraded archlinux-keyring (20130818-1 -> 20130926-1)
[2013-10-20 17:59] [PACMAN] upgraded baobab (3.8.2-1 -> 3.10.1-1)
[2013-10-20 17:59] [PACMAN] upgraded boost-libs (1.54.0-3 -> 1.54.0-4)
[2013-10-20 17:59] [PACMAN] upgraded v4l-utils (0.9.5-2 -> 1.0.0-2)
[2013-10-20 17:59] [PACMAN] upgraded gst-plugins-good (1.0.10-1 -> 1.2.0-1)
[2013-10-20 17:59] [PACMAN] upgraded libarchive (3.1.2-2 -> 3.1.2-3)
[2013-10-20 17:59] [PACMAN] upgraded totem-plparser (3.4.5-1 -> 3.10.0-2)
[2013-10-20 17:59] [PACMAN] upgraded libtracker-sparql (0.16.2-1 -> 0.16.2-3)
[2013-10-20 17:59] [PACMAN] upgraded libnotify (0.7.5-1 -> 0.7.6-1)
[2013-10-20 17:59] [PACMAN] upgraded brasero (3.8.0-2 -> 3.8.0-3)
[2013-10-20 17:59] [PACMAN] upgraded cython (0.19.1-2 -> 0.19.2-1)
[2013-10-20 17:59] [PACMAN] upgraded brltty (4.5-4 -> 4.5-5)
[2013-10-20 17:59] [PACMAN] upgraded cantarell-fonts (0.0.14-1 -> 0.0.15-1)
[2013-10-20 17:59] [PACMAN] upgraded cdparanoia (10.2-4 -> 10.2-5)
[2013-10-20 17:59] [PACMAN] upgraded libltdl (2.4.2-10 -> 2.4.2-11)
[2013-10-20 17:59] [PACMAN] upgraded mpg123 (1.15.4-1 -> 1.16.0-1)
[2013-10-20 17:59] [PACMAN] installed libsrtp (15.1c9bd90-1)
[2013-10-20 17:59] [PACMAN] upgraded gst-plugins-bad (1.0.10-1 -> 1.2.0-1)
[2013-10-20 17:59] [PACMAN] upgraded gst-plugins-base (1.0.10-1 -> 1.2.0-1)
[2013-10-20 17:59] [PACMAN] upgraded libdrm (2.4.46-2 -> 2.4.47-1)
[2013-10-20 17:59] [PACMAN] upgraded cogl (1.14.0-5 -> 1.16.0-2)
[2013-10-20 17:59] [PACMAN] upgraded elfutils (0.155-1 -> 0.156-1)
[2013-10-20 17:59] [PACMAN] upgraded mesa (9.2.0-2 -> 9.2.2-1)
[2013-10-20 17:59] [PACMAN] upgraded json-glib (0.16.0-1 -> 0.16.2-1)
[2013-10-20 17:59] [PACMAN] installed libevdev (0.4-2)
[2013-10-20 17:59] [PACMAN] upgraded clutter (1.14.4-3 -> 1.16.0-1)
[2013-10-20 17:59] [PACMAN] upgraded clutter-gst (2.0.6-1 -> 2.0.8-1)
[2013-10-20 17:59] [PACMAN] upgraded clutter-gtk (1.4.4-3 -> 1.4.4-4)
[2013-10-20 17:59] [PACMAN] upgraded xkeyboard-config (2.9-2 -> 2.10.1-1)
[2013-10-20 17:59] [PACMAN] upgraded gnome-desktop (1:3.8.4-1 -> 1:3.10.1-1)
[2013-10-20 17:59] [PACMAN] upgraded nautilus-sendto (3.8.0-2 -> 3.8.1-1)
[2013-10-20 17:59] [PACMAN] upgraded cheese (3.8.3-1 -> 3.10.1-1)
[2013-10-20 17:59] [PACMAN] upgraded gmp (5.1.2-1 -> 5.1.3-1)
[2013-10-20 18:00] [PACMAN] upgraded cloog (0.18.0-2 -> 0.18.1-1)
[2013-10-20 18:00] [PACMAN] upgraded device-mapper (2.02.100-1 -> 2.02.103-1)
[2013-10-20 18:00] [PACMAN] upgraded popt (1.16-6 -> 1.16-7)
[2013-10-20 18:00] [PACMAN] upgraded cryptsetup (1.6.2-1 -> 1.6.2-2)
[2013-10-20 18:00] [PACMAN] upgraded dialog (1.2_20130902-1 -> 1.2_20131001-1)
[2013-10-20 18:00] [PACMAN] upgraded dosbox (0.74-5 -> 0.74-6)
[2013-10-20 18:00] [PACMAN] upgraded libgee (0.10.4-1 -> 0.12.0-1)
[2013-10-20 18:00] [PACMAN] upgraded gcr (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:00] [PACMAN] upgraded gnome-online-accounts (3.8.3-1 -> 3.10.1-2)
[2013-10-20 18:00] [PACMAN] upgraded nspr (4.10-2 -> 4.10.1-1)
[2013-10-20 18:00] [PACMAN] upgraded nss (3.15.1-1 -> 3.15.2-1)
[2013-10-20 18:00] [PACMAN] upgraded libgweather (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:00] [PACMAN] upgraded evolution-data-server (3.8.5-1 -> 3.10.1-1)
[2013-10-20 18:00] [PACMAN] installed zeitgeist (0.9.14-1)
[2013-10-20 18:00] [PACMAN] upgraded folks (0.9.2-1 -> 0.9.5-1)
[2013-10-20 18:00] [PACMAN] installed geoclue2 (1.99.4-1)
[2013-10-20 18:00] [PACMAN] installed geocode-glib (3.10.0-1)
[2013-10-20 18:00] [PACMAN] installed libchamplain (0.12.5-2)
[2013-10-20 18:00] [PACMAN] upgraded empathy (3.8.4-1 -> 3.10.1-1)
[2013-10-20 18:00] [PACMAN] upgraded python2-mako (0.8.1-2 -> 0.9.0-1)
[2013-10-20 18:00] [PACMAN] upgraded gobject-introspection (1.36.0-1 -> 1.38.0-1)
[2013-10-20 18:00] [PACMAN] upgraded libpeas (1.8.1-1 -> 1.9.0-1)
[2013-10-20 18:00] [PACMAN] upgraded eog (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:00] [PACMAN] upgraded gnome-themes-standard (3.8.4-1 -> 3.10.0-1)
[2013-10-20 18:00] [PACMAN] upgraded epiphany (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:00] [PACMAN] upgraded poppler-glib (0.24.1-1 -> 0.24.2-1)
[2013-10-20 18:00] [PACMAN] upgraded evince (3.8.3-1 -> 3.10.0-2)
[2013-10-20 18:00] [PACMAN] upgraded evolution (3.8.5-1 -> 3.10.1-1)
[2013-10-20 18:00] [PACMAN] upgraded fakeroot (1.19-1 -> 1.20-1)
[2013-10-20 18:00] [PACMAN] upgraded ffmpeg (1:2.0.1-1 -> 1:2.0.2-2)
[2013-10-20 18:00] [PACMAN] upgraded p7zip (9.20.1-7 -> 9.20.1-8)
[2013-10-20 18:01] [PACMAN] upgraded file-roller (3.8.4-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded five-or-more (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded four-in-a-row (3.8.1-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded gcc (4.8.1-3 -> 4.8.2-1)
[2013-10-20 18:01] [PACMAN] upgraded gdbm (1.10-1 -> 1.10-2)
[2013-10-20 18:01] [PACMAN] upgraded gjs (1.36.1-2 -> 1.38.1-1)
[2013-10-20 18:01] [PACMAN] installed bluez (5.9-1)
[2013-10-20 18:01] [PACMAN] upgraded gnome-bluetooth (3.8.1-2 -> 3.10.0-1)
[2013-10-20 18:01] [PACMAN] upgraded gnome-menus (3.8.0-2 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded upower (0.9.20-2 -> 0.9.22-1)
[2013-10-20 18:01] [PACMAN] upgraded gnome-session (3.8.4-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded gtk2 (2.24.20-1 -> 2.24.22-1)
[2013-10-20 18:01] [PACMAN] upgraded pygobject-devel (3.8.3-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded python2-gobject (3.8.3-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded ibus (1.5.3-2 -> 1.5.4-1)
[2013-10-20 18:01] [PACMAN] upgraded gnome-settings-daemon (3.8.5-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded libgdm (3.8.4-1 -> 3.10.0.1-1)
[2013-10-20 18:01] [PACMAN] upgraded mutter (3.8.4-1 -> 3.10.1.1-1)
[2013-10-20 18:01] [PACMAN] installed mutter-wayland (3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded networkmanager (0.9.8.2-1 -> 0.9.8.8-1)
[2013-10-20 18:01] [PACMAN] upgraded network-manager-applet (0.9.8.2-1 -> 0.9.8.4-2)
[2013-10-20 18:01] [PACMAN] upgraded gnome-shell (3.8.4-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded xorg-server-common (1.14.3-1 -> 1.14.3-2)
[2013-10-20 18:01] [PACMAN] upgraded mtdev (1.1.3-1 -> 1.1.4-1)
[2013-10-20 18:01] [PACMAN] upgraded xf86-input-evdev (2.8.1-1 -> 2.8.2-1)
[2013-10-20 18:01] [PACMAN] upgraded xorg-server (1.14.3-1 -> 1.14.3-2)
[2013-10-20 18:01] [PACMAN] upgraded gdm (3.8.4-1 -> 3.10.0.1-1)
[2013-10-20 18:01] [PACMAN] upgraded gtksourceview3 (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded python-cairo (1.10.0-2 -> 1.10.0-3)
[2013-10-20 18:01] [PACMAN] upgraded python-gobject (3.8.3-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded gedit (3.8.3-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] installed libspiro (20071029-3)
[2013-10-20 18:01] [PACMAN] upgraded gegl (0.2.0-9 -> 0.2.0-10)
[2013-10-20 18:01] [PACMAN] upgraded glibmm (2.36.2-1 -> 2.38.0-1)
[2013-10-20 18:01] [PACMAN] upgraded gnome-backgrounds (3.8.1-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded gnome-calculator (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded gnome-chess (3.8.4-1 -> 3.10.1.1-1)
[2013-10-20 18:01] [PACMAN] upgraded gnome-clocks (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded mash (0.2.0-2 -> 0.2.0-3)
[2013-10-20 18:01] [PACMAN] upgraded gnome-color-manager (3.8.3-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded gnome-contacts (3.8.3-1 -> 3.10.1-1)
[2013-10-20 18:01] [PACMAN] upgraded libwbclient (4.0.9-1 -> 4.1.0-1)
[2013-10-20 18:01] [PACMAN] upgraded talloc (2.0.8-1 -> 2.0.8-2)
[2013-10-20 18:02] [PACMAN] upgraded smbclient (4.0.9-1 -> 4.1.0-1)
[2013-10-20 18:02] [PACMAN] installed libgnomekbd (3.6.0-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-control-center (3.8.5-1 -> 3.10.1-1)
[2013-10-20 18:02] [PACMAN] upgraded yelp-xsl (3.8.1-1 -> 3.10.1-1)
[2013-10-20 18:02] [PACMAN] upgraded yelp (3.8.1-1 -> 3.10.1-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-devel-docs (3.8.1-1 -> 3.10.1-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-dictionary (3.8.0-1 -> 3.10.0-1)
[2013-10-20 18:02] [PACMAN] upgraded udisks2 (2.1.1-1 -> 2.1.1-3)
[2013-10-20 18:02] [PACMAN] upgraded gnome-disk-utility (3.8.2-1 -> 3.10.0-1)
[2013-10-20 18:02] [PACMAN] upgraded tracker (0.16.2-1 -> 0.16.2-3)
[2013-10-20 18:02] [PACMAN] upgraded grilo (0.2.6-1 -> 0.2.7-1)
[2013-10-20 18:02] [PACMAN] installed gnome-online-miners (3.10.0-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-documents (3.8.4-1 -> 3.10.0-2)
[2013-10-20 18:02] [PACMAN] upgraded gnome-font-viewer (3.8.0-1 -> 3.10.0-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-getting-started-docs (3.8.3-1 -> 3.10.1-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-keyring (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-klotski (3.8.2-1 -> 3.10.0-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-mahjongg (3.8.0-1 -> 3.10.1-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-mines (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-nibbles (3.8.0-1 -> 3.10.1-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-photos (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-robots (3.8.1-1 -> 3.10.0-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-screenshot (3.8.3-1 -> 3.10.0-1)
[2013-10-20 18:02] [PACMAN] upgraded gnome-shell-extensions (3.8.4-1 -> 3.10.1-1)
[2013-10-20 18:03] [PACMAN] upgraded gnome-sudoku (3.8.1-1 -> 3.10.1-1)
[2013-10-20 18:03] [PACMAN] upgraded gnome-system-log (3.8.1-1 -> 3.9.90-1)
[2013-10-20 18:03] [PACMAN] upgraded gtkmm3 (3.8.1-1 -> 3.10.0-1)
[2013-10-20 18:03] [PACMAN] upgraded gnome-system-monitor (3.8.2.1-1 -> 3.10.1-1)
[2013-10-20 18:03] [PACMAN] upgraded gnome-terminal (3.8.4-1 -> 3.10.1-1)
[2013-10-20 18:03] [PACMAN] upgraded gnome-tetravex (3.8.1-1 -> 3.10.1-1)
[2013-10-20 18:03] [PACMAN] upgraded gnome-user-docs (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:03] [PACMAN] upgraded gnome-user-share (3.8.3-1 -> 3.10.0-1)
[2013-10-20 18:03] [PACMAN] upgraded gnome-weather (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:03] [PACMAN] upgraded gnupg (2.0.21-1 -> 2.0.22-1)
[2013-10-20 18:03] [PACMAN] installed python-bsddb (6.0.0-2)
[2013-10-20 18:03] [PACMAN] upgraded gramps (2:4.0.1-3 -> 2:4.0.1-5)
[2013-10-20 18:03] [PACMAN] upgraded graphviz (2.32.0-2 -> 2.34.0-1)
[2013-10-20 18:03] [PACMAN] upgraded grilo-plugins (0.2.9-1 -> 0.2.9-2)
[2013-10-20 18:03] [PACMAN] upgraded gssdp (0.14.4-1 -> 0.14.5-1)
[2013-10-20 18:03] [PACMAN] upgraded gucharmap (3.8.2-2 -> 3.10.0-1)
[2013-10-20 18:03] [PACMAN] upgraded gupnp (0.20.5-1 -> 0.20.7-1)
[2013-10-20 18:03] [PACMAN] upgraded gupnp-av (0.12.2-1 -> 0.12.3-1)
[2013-10-20 18:03] [PACMAN] upgraded gvfs (1.16.3-2 -> 1.18.2-1)
[2013-10-20 18:03] [PACMAN] installed s-nail (14.4.4-1)
[2013-10-20 18:03] [PACMAN] upgraded iagno (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:03] [PACMAN] upgraded imagemagick (6.8.6.9-1 -> 6.8.7.1-1)
[2013-10-20 18:03] [PACMAN] upgraded inkscape (0.48.4-10 -> 0.48.4-11)
[2013-10-20 18:03] [PACMAN] upgraded jre7-openjdk-headless (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
[2013-10-20 18:04] [PACMAN] upgraded jre7-openjdk (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
[2013-10-20 18:04] [PACMAN] upgraded jdk7-openjdk (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
[2013-10-20 18:04] [PACMAN] upgraded qt4 (4.8.5-2 -> 4.8.5-3)
[2013-10-20 18:04] [PACMAN] upgraded soprano (2.9.3-1 -> 2.9.4-1)
[2013-10-20 18:04] [PACMAN] upgraded qtwebkit (2.3.2-1 -> 2.3.3-1)
[2013-10-20 18:04] [PACMAN] upgraded kdelibs (4.11.1-1 -> 4.11.2-1)
[2013-10-20 18:04] [PACMAN] upgraded lib32-acl (2.2.52-1 -> 2.2.52-2)
[2013-10-20 18:04] [ALPM-SCRIPTLET] updating font cache... done.
[2013-10-20 18:04] [PACMAN] upgraded lib32-fontconfig (2.10.95-1.1 -> 2.11.0-1)
[2013-10-20 18:04] [PACMAN] upgraded lib32-glibc (2.18-4 -> 2.18-5)
[2013-10-20 18:04] [PACMAN] upgraded lib32-gcc-libs (4.8.1-3 -> 4.8.2-1)
[2013-10-20 18:04] [PACMAN] upgraded lib32-libcups (1.6.3-1 -> 1.6.4-1)
[2013-10-20 18:04] [PACMAN] upgraded libgnome-keyring (3.8.0-1 -> 3.10.1-1)
[2013-10-20 18:04] [PACMAN] upgraded libmariadbclient (5.5.32-2 -> 5.5.33.a-1)
[2013-10-20 18:04] [PACMAN] installed openal (1.15.1-1)
[2013-10-20 18:04] [PACMAN] upgraded libmikmod (3.2.0-1 -> 3.3.3-1)
[2013-10-20 18:04] [PACMAN] upgraded libnautilus-extension (3.8.2-1 -> 3.10.0-1)
[2013-10-20 18:04] [PACMAN] installed lua51 (5.1.5-3)
[2013-10-20 18:04] [PACMAN] installed lua51-socket (2.0.2-5)
[2013-10-20 18:04] [PACMAN] installed lua51-bitop (1.0.2-2)
[2013-10-20 18:04] [PACMAN] installed lua51-expat (1.2.0-4)
[2013-10-20 18:04] [PACMAN] upgraded libquvi-scripts (0.4.16-1 -> 0.9.20131012-1)
[2013-10-20 18:04] [PACMAN] upgraded libquvi (0.4.1-2 -> 0.9.3-1)
[2013-10-20 18:04] [PACMAN] upgraded libreoffice-pl (4.1.1-1 -> 4.1.2-2)
[2013-10-20 18:04] [PACMAN] upgraded libreoffice-common (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:04] [PACMAN] upgraded libreoffice-base (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:04] [PACMAN] upgraded libreoffice-calc (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:04] [PACMAN] upgraded libreoffice-draw (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:04] [PACMAN] upgraded libreoffice-gnome (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:04] [PACMAN] upgraded libreoffice-impress (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:04] [PACMAN] upgraded libreoffice-kde4 (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:04] [PACMAN] upgraded libreoffice-math (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:04] [PACMAN] upgraded postgresql-libs (9.2.4-2 -> 9.3.1-3)
[2013-10-20 18:04] [PACMAN] upgraded libreoffice-postgresql-connector (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:04] [PACMAN] upgraded make (3.82-6 -> 4.0-1)
[2013-10-20 18:05] [PACMAN] upgraded libreoffice-sdk (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:05] [PACMAN] upgraded libreoffice-sdk-doc (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:05] [PACMAN] upgraded libreoffice-writer (4.1.1-2 -> 4.1.2-2)
[2013-10-20 18:05] [PACMAN] upgraded libsasl (2.1.26-4 -> 2.1.26-6)
[2013-10-20 18:05] [PACMAN] upgraded tar (1.26-4 -> 1.27-1)
[2013-10-20 18:05] [PACMAN] upgraded libtool (2.4.2-10 -> 2.4.2-11)
[2013-10-20 18:05] [PACMAN] upgraded lightsoff (3.8.0-1 -> 3.10.1-1)
[2013-10-20 18:05] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
[2013-10-20 18:05] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Image generation successful
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2013-10-20 18:05] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
[2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Image generation successful
[2013-10-20 18:05] [PACMAN] upgraded linux (3.11.1-1 -> 3.11.6-1)
[2013-10-20 18:05] [PACMAN] upgraded lirc-utils (1:0.9.0-60 -> 1:0.9.0-64)
[2013-10-20 18:05] [PACMAN] upgraded logrotate (3.8.6-1 -> 3.8.7-1)
[2013-10-20 18:05] [PACMAN] upgraded lvm2 (2.02.100-1 -> 2.02.103-1)
[2013-10-20 18:05] [PACMAN] upgraded m4 (1.4.16-3 -> 1.4.17-1)
[2013-10-20 18:05] [PACMAN] upgraded man-pages (3.53-1 -> 3.54-1)
[2013-10-20 18:05] [PACMAN] upgraded mousetweaks (3.8.0-2 -> 3.10.0-1)
[2013-10-20 18:05] [PACMAN] upgraded mpfr (3.1.2-1 -> 3.1.2.p3-1)
[2013-10-20 18:05] [PACMAN] upgraded nautilus (3.8.2-1 -> 3.10.0-1)
[2013-10-20 18:05] [PACMAN] upgraded nvidia (325.15-7 -> 325.15-10)
[2013-10-20 18:05] [PACMAN] upgraded python-atspi (2.8.0-1 -> 2.10.0-1)
[2013-10-20 18:05] [PACMAN] upgraded orca (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:05] [PACMAN] upgraded p11-kit (0.18.4-1 -> 0.20.1-1)
[2013-10-20 18:05] [PACMAN] upgraded perl-lwp-mediatypes (6.02-1 -> 6.02-2)
[2013-10-20 18:05] [PACMAN] upgraded perl-http-daemon (6.01-1 -> 6.01-2)
[2013-10-20 18:05] [PACMAN] upgraded perl-www-robotrules (6.02-1 -> 6.02-2)
[2013-10-20 18:05] [PACMAN] upgraded python2-atspi (2.8.0-1 -> 2.10.0-1)
[2013-10-20 18:05] [PACMAN] upgraded quadrapassel (3.8.2-1 -> 3.10.0-1)
[2013-10-20 18:05] [PACMAN] upgraded raptor (2.0.10-2 -> 2.0.10-3)
[2013-10-20 18:05] [PACMAN] upgraded rtkit (0.11-2 -> 0.11-4)
[2013-10-20 18:06] [PACMAN] upgraded rygel (0.18.4-1 -> 0.20.1-1)
[2013-10-20 18:06] [PACMAN] upgraded sane (1.0.23-7 -> 1.0.24-2)
[2013-10-20 18:06] [PACMAN] upgraded seahorse (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:06] [PACMAN] upgraded sudo (1.8.7-1 -> 1.8.8-1)
[2013-10-20 18:06] [PACMAN] upgraded sushi (3.8.1-1 -> 3.10.0-1)
[2013-10-20 18:06] [PACMAN] upgraded swell-foop (3.8.2-1 -> 3.10.1-1)
[2013-10-20 18:06] [ALPM] warning: /boot/syslinux/syslinux.cfg installed as /boot/syslinux/syslinux.cfg.pacnew
[2013-10-20 18:06] [ALPM-SCRIPTLET] Syslinux BIOS update successful
[2013-10-20 18:06] [ALPM-SCRIPTLET] If you used syslinux-install_update to install syslinux:
[2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If you want to use syslinux with menu and all modules please rerun
[2013-10-20 18:06] [ALPM-SCRIPTLET] ==>   # /usr/bin/syslinux-install_update -i -a -m
[2013-10-20 18:06] [ALPM-SCRIPTLET] 
[2013-10-20 18:06] [ALPM-SCRIPTLET] If you manually installed syslinux:
[2013-10-20 18:06] [ALPM-SCRIPTLET] ==> Please copy or symlink all .c32 modules to your /boot/syslinux directory.
[2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If (/ and /boot on seperate fs):
[2013-10-20 18:06] [ALPM-SCRIPTLET] ==>   # cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux
[2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If (/ and /boot on same fs):
[2013-10-20 18:06] [ALPM-SCRIPTLET] ==>   # ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux
[2013-10-20 18:06] [PACMAN] upgraded syslinux (4.07-1 -> 6.02-3)
[2013-10-20 18:06] [PACMAN] upgraded systemd-sysvcompat (207-3 -> 208-1)
[2013-10-20 18:06] [PACMAN] upgraded tali (3.8.1-1 -> 3.10.0-1)
[2013-10-20 18:06] [PACMAN] upgraded texinfo (5.1-1 -> 5.2-1)
[2013-10-20 18:06] [PACMAN] upgraded totem (3.8.2-2 -> 3.10.1-1)
[2013-10-20 18:06] [PACMAN] upgraded unrar (1:4.2.4-1 -> 1:5.0.12-1)
[2013-10-20 18:06] [PACMAN] installed celt0.5.1 (0.5.1.3-2)
[2013-10-20 18:06] [PACMAN] installed libaio (0.3.109-6)
[2013-10-20 18:06] [PACMAN] installed libiscsi (1.7.0-2)
[2013-10-20 18:06] [ALPM-SCRIPTLET] vde config files should be placed in /etc/vde, sample files are provided.
[2013-10-20 18:06] [ALPM-SCRIPTLET] iptables and dhcpd sample files have been installed to '/usr/share/vde2'.
[2013-10-20 18:06] [ALPM-SCRIPTLET] Merge those examples, if needed to the according config files.
[2013-10-20 18:06] [PACMAN] installed vde2 (2.3.2-4)
[2013-10-20 18:06] [PACMAN] installed libcacard (1.6.1-1)
[2013-10-20 18:06] [PACMAN] installed usbredir (0.6-3)
[2013-10-20 18:06] [PACMAN] installed spice-gtk3 (0.21-2)
[2013-10-20 18:06] [PACMAN] upgraded vinagre (3.8.3-1 -> 3.10.1-1)
[2013-10-20 18:06] [PACMAN] upgraded vino (3.8.1-1 -> 3.10.1-1)
[2013-10-20 18:06] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
[2013-10-20 18:06] [PACMAN] upgraded virtualbox-host-modules (4.2.18-3 -> 4.2.18-7)
[2013-10-20 18:06] [PACMAN] upgraded virtualbox (4.2.18-1 -> 4.2.18-2)
[2013-10-20 18:06] [PACMAN] upgraded wget (1.14-2 -> 1.14-3)
[2013-10-20 18:06] [PACMAN] upgraded wine (1.7.2-1 -> 1.7.4-1)

I managed to downgrade the whole system, so it works now.

I tried to reproduce this on a virtual machine, but with no success.
Maybe someone can give me a little insight on this.

This is all, have a nice day.

Offline

#3 2013-10-20 19:45:14

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

Merge bump and move..


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2013-10-20 22:55:14

whoop
Member
Registered: 2009-05-28
Posts: 101

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

Same problem here, nothing seems to solve this problem, unless I am overlooking something... Better to stick with  4.07-1 for now?

Offline

#5 2013-10-20 23:10:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

I have syslinux 6.02-3, but I'm using [testing] and it's OK here.

Offline

#6 2013-10-20 23:14:38

whoop
Member
Registered: 2009-05-28
Posts: 101

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

karol wrote:

I have syslinux 6.02-3, but I'm using [testing] and it's OK here.

Did you update your /boot/syslinux/ directory? This because the latest version seems to work without updating it...

Offline

#7 2013-10-20 23:17:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

whoop wrote:
karol wrote:

I have syslinux 6.02-3, but I'm using [testing] and it's OK here.

Did you update your /boot/syslinux/ directory? This because the latest version seems to work without updating it...

Not sure what you mean. I simply ran 'pacman -Syu' and this happened:

...
[2013-10-20 20:55] [PACMAN] upgraded sqlite (3.8.0.2-1 -> 3.8.1-1)
[2013-10-20 20:55] [ALPM-SCRIPTLET] Syslinux BIOS update successful
[2013-10-20 20:55] [PACMAN] upgraded syslinux (6.02-2 -> 6.02-3)
[2013-10-20 20:55] [PACMAN] upgraded v4l-utils (1.0.0-1 -> 1.0.0-2)
[2013-10-20 20:55] [PACMAN] upgraded xz (5.0.5-1 -> 5.0.5-2)

The computer still boots and seem to be OK.

Offline

#8 2013-10-20 23:21:45

whoop
Member
Registered: 2009-05-28
Posts: 101

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

karol wrote:
whoop wrote:
karol wrote:

I have syslinux 6.02-3, but I'm using [testing] and it's OK here.

Did you update your /boot/syslinux/ directory? This because the latest version seems to work without updating it...

Not sure what you mean. I simply ran 'pacman -Syu' and this happened:

...
[2013-10-20 20:55] [PACMAN] upgraded sqlite (3.8.0.2-1 -> 3.8.1-1)
[2013-10-20 20:55] [ALPM-SCRIPTLET] Syslinux BIOS update successful
[2013-10-20 20:55] [PACMAN] upgraded syslinux (6.02-2 -> 6.02-3)
[2013-10-20 20:55] [PACMAN] upgraded v4l-utils (1.0.0-1 -> 1.0.0-2)
[2013-10-20 20:55] [PACMAN] upgraded xz (5.0.5-1 -> 5.0.5-2)

The computer still boots and seem to be OK.

I was referring to:

 If you used syslinux-install_update to install syslinux:
If you want to use syslinux with menu and all modules please rerun
# /usr/bin/syslinux-install_update -i -a -m
 
If you manually installed syslinux:
Please copy or symlink all .c32 modules to your /boot/syslinux directory.
If (/ and /boot on seperate fs):
# cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux
If (/ and /boot on same fs):
# ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux

In my case (cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux) causes breakage... Not running any of the commands listed above is not "really" updating syslinux.

Offline

#9 2013-10-20 23:27:05

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

https://projects.archlinux.org/svntogit … s/syslinux
/boot/syslinux/SYSLINUX_AUTOUPDATE exists, so I assume '/usr/bin/syslinux-install_update -s' is run and that's what '[ALPM-SCRIPTLET] Syslinux BIOS update successful' means.

Offline

#10 2013-10-20 23:42:15

whoop
Member
Registered: 2009-05-28
Posts: 101

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

karol wrote:

https://projects.archlinux.org/svntogit … s/syslinux
/boot/syslinux/SYSLINUX_AUTOUPDATE exists, so I assume '/usr/bin/syslinux-install_update -s' is run and that's what '[ALPM-SCRIPTLET] Syslinux BIOS update successful' means.

Perhaps this is only the case with testing enabled?

Offline

#11 2013-10-21 01:23:24

yanom
Member
Registered: 2013-06-30
Posts: 36

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

my arch currently can't boot because of this. I can access the system using arch-chroot while booted into the arch livecd, like you do during installation.

Is there a way for me to fix this (fixing the symlinks maybe) from within the arch-chroot? I don't use [testing] and I don't want to have to hold packages back, that gets messy.

Offline

#12 2013-10-21 01:46:25

idrum4316
Member
From: Florida
Registered: 2013-05-13
Posts: 3

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

yanom wrote:

my arch currently can't boot because of this. I can access the system using arch-chroot while booted into the arch livecd, like you do during installation.

Is there a way for me to fix this (fixing the symlinks maybe) from within the arch-chroot? I don't use [testing] and I don't want to have to hold packages back, that gets messy.


I have the same issue. I can chroot in from a live USB arch, but I can't figure out how to solve the issue. I tried deleting all of the symbolic links in /boot/syslinux/ and I re-linked them, but that didn't do anything. I still get stuck in a loop at the syslinux boot menu.

Offline

#13 2013-10-21 01:52:13

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

Such message "menu.c32: not a COM32R image" comes from old ldlinux.sys (syslinux-4.0x), in other words, you update all *.c32 files but not the core bootloader (ldlinux.sys), run extlinux to update it.

Offline

#14 2013-10-21 03:32:37

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

There was obviously no /boot/syslinux/SYSLINUX_AUTOUPDATE present so the bootloader was not autmatically updated. Running

syslinux-install_update -u

did fix the issue.

Just to clarify: Has the /boot/syslinux/SYSLINUX_AUTOUPDATE to be put there manually?

Marking this thread SOLVED.


To know or not to know ...
... the questions remain forever.

Offline

#15 2013-10-21 12:56:28

roobre
Member
From: Spain
Registered: 2010-10-10
Posts: 34

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

Hi there.
I have Archlinux installed on my laptops since about a year ago, dual-booting windows with syslinux.
This morning I did a `pacman -Syu`, and installed the last syslinux update. Later on, I powered off my PC, and now syslinux can't load any OS.

I have tried reinstalling syslinux, linux kernel, running mkinitcpio, syslinux-install_update, and even fsck. I got nothing.
My PC just reboots when I select any of my syslinux entries (but HDT and so on).

Do you guys have any hint out there? I'm out of clues, and really frustrated :\
Thanks in advance, and regards.

BTW, I append here the output of lsblk, fdisk, and syslinux.cfg:
lsblk: http://pastebin.com/MFiWZX5f
fdisk -l: http://pastebin.com/NT8fxrRi
syslinux.conf http://pastebin.com/QuGfpY86

Last edited by roobre (2013-10-21 13:32:30)

Offline

#16 2013-10-21 16:15:16

satanselbow
Member
Registered: 2011-06-15
Posts: 538

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

Simple question - and certainly not meant as flippant...

Did you run

# syslinux-install_update -i -a -m

with those specific flags as advised in the update notes afterwards? If not - it would probably help. You may still need to manually correct the generated syslinux.cfg wink

This will will ensure the updated mbr.bin is installed correctly.

Offline

#17 2013-10-21 16:26:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

Merging with the exisiting thread: please search before posting..


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#18 2013-10-21 16:29:11

roobre
Member
From: Spain
Registered: 2010-10-10
Posts: 34

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

satanselbow wrote:

Simple question - and certainly not meant as flippant...

Did you run

# syslinux-install_update -i -a -m

with those specific flags as advised in the update notes afterwards? If not - it would probably help. You may still need to manually correct the generated syslinux.cfg wink

This will will ensure the updated mbr.bin is installed correctly.

Yes. I ran -iam and also -s, and -u.

Certainly, I don't think I'm having the same issue up there. I get no error messages. Just reboots.
And to clarify more: I completely deleted /boot, and reinstalled kernel and syslinux from the repos. Nothing.

Regards.

Last edited by roobre (2013-10-21 16:32:15)

Offline

#19 2013-10-21 16:46:33

skeerly
Member
From: Canada
Registered: 2012-01-14
Posts: 20

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

I had the same problem with a dual boot machine after the 6.02 update. Nothing worked. This message appeared on the Wiki the same day:

Syslinux (as of version 6.02) cannot access files from partitions other than its own. See http://bugzilla.syslinux.org/show_bug.cgi?id=33 for more info.

I fixed it by switching to grub. It was the only solution I could find.

Offline

#20 2013-10-21 20:06:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

I've just updated my other computer and it all went OK. I'm not using [testing] on it and I'm using BIOS. syslinux boots as usual after running syslinux-install_update.

Offline

#21 2013-10-22 02:19:37

idrum4316
Member
From: Florida
Registered: 2013-05-13
Posts: 3

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

I'm having the same problem as you, roobre. I even wiped my hard drive and did a reinstall using the latest image. The issue is still there. If I pick any of my syslinux entries, I get:

Loading ../vmlinuz-linux... ok
Loading ../initramfs-linux.img... ok

and then it reboots.

Last edited by idrum4316 (2013-10-22 02:32:10)

Offline

#22 2013-10-23 13:11:09

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

Since syslinux fails to boot if there is a version mismatch between /boot/syslinux/*.c32 modules and /boot/syslinux/ldlinux.sys (or hidden/embedded ldlinux.sys in btrfs), symlinking *.c32 is not a good idea. Also since syslinux modules depend on one another similar to dynamic library loading, it is better to copy all the *.c32 modules to /boot/syslinux. I have uploaded an updated syslinux-install_update script at https://gist.github.com/the-ridikulus-rat/5940114. I have also sent a mail to the devs requesting a pkg update with the updated script.

EDIT: More explanation at https://bbs.archlinux.org/viewtopic.php … 9#p1344629

Last edited by the.ridikulus.rat (2013-11-08 09:25:00)

Offline

Board footer

Powered by FluxBB