32bit zu 64bit

Aus Shea Wiki
Zur Navigation springen Zur Suche springen

Cross-Upgrade von Fedora 22 32bit zu 64bit

  • 64bit-Kernel installieren:
rpm -ihv http://ftp.halifax.rwth-aachen.de/fedora/linux/updates/22/x86_64/k/kernel-4.0.6-300.fc22.x86_64.rpm http://ftp.halifax.rwth-aachen.de/fedora/linux/updates/22/x86_64/k/kernel-core-4.0.6-300.fc22.x86_64.rpm http://ftp.halifax.rwth-aachen.de/fedora/linux/updates/22/x86_64/k/kernel-modules-4.0.6-300.fc22.x86_64.rpm


  • Reboot mit x86_64-Kernel
  • Nach dem Reboot ist für dnf $basearch=x86_64
  • Für rpm ist aber noch die Architektur i386, überprüfbar mit
rpm --eval '%{_arch}'
  • Hiermit überschreiben:
echo x86_64-redhat-linux > /etc/rpm/platform


  • Pakete updaten / austauschen:
rpm -Uvh http://mirror2.hs-esslingen.de/fedora/linux/updates/22/x86_64/p/python-librepo-1.7.16-1.fc22.x86_64.rpm http://mirror2.hs-esslingen.de/fedora/linux/updates/22/x86_64/l/librepo-1.7.16-1.fc22.x86_64.rpm http://mirror2.hs-esslingen.de/fedora/linux/releases/22/Everything/x86_64/os/Packages/g/gpgme-1.4.3-5.fc22.x86_64.rpm http://mirror2.hs-esslingen.de/fedora/linux/releases/22/Everything/x86_64/os/Packages/l/libassuan-2.2.0-1.fc22.x86_64.rpm
rpm -Uvh http://mirror2.hs-esslingen.de/fedora/linux/releases/22/Everything/x86_64/os/Packages/p/python-libcomps-0.1.6-14.fc22.x86_64.rpm http://mirror2.hs-esslingen.de/fedora/linux/releases/22/Everything/x86_64/os/Packages/l/libcomps-0.1.6-14.fc22.x86_64.rpm


dnf update
pkgs_devel="$(rpm -qa --queryformat '%{name}\n' | sed -n '/devel/p')"


KategorieWissen