- Registriert
- 27 Juli 2013
- Beiträge
- 45
Guten Abend,
habe mal vor 3 Tagen beim Upgrade meinen Arch zerschossen, und habe es heute versucht zu repairieren. Habe null Bock alles neu zu installieren und einzurichten.
Auf dem Euch vielleicht bekannten Blog Linux und ich fand ich eine Anleitung, wie man mit einen Linux-Live-System Arch Linux rettet.
Link https://linuxundich.de/gnu-linux/arch-linux-aus-ubuntu-oder-anderen-live-linuxen-retten/
Habe alles gemacht was dort steht, allerdings kam ich bei den letzten Befehl chroot /arch bash nicht weiter.
Kann mir jemand da behilfich sein, und mir verraten wie ich das Problem loese?
Liebe Gruesse
aptosiduser
habe mal vor 3 Tagen beim Upgrade meinen Arch zerschossen, und habe es heute versucht zu repairieren. Habe null Bock alles neu zu installieren und einzurichten.
Auf dem Euch vielleicht bekannten Blog Linux und ich fand ich eine Anleitung, wie man mit einen Linux-Live-System Arch Linux rettet.
Link https://linuxundich.de/gnu-linux/arch-linux-aus-ubuntu-oder-anderen-live-linuxen-retten/
Habe alles gemacht was dort steht, allerdings kam ich bei den letzten Befehl chroot /arch bash nicht weiter.
Kann mir jemand da behilfich sein, und mir verraten wie ich das Problem loese?
Code:
[paclive@pacbang ~]$ su
[root@pacbang paclive]# mkdir /arch
[root@pacbang paclive]# mount /dev/sda1 /arch
[root@pacbang paclive]# mount /dev/sda2 /arch/home
mount: /dev/sda2 is write-protected, mounting read-only
mount: special device /dev/sda2 does not exist
[root@pacbang paclive]# mount -t proc none /arch/proc
[root@pacbang paclive]# mount -t sysfs none /arch/sys
[root@pacbang paclive]# pacman -S bind
resolving dependencies...
looking for conflicting packages...
Packages (1) bind-9.10.3.P4-1
Total Download Size: 0.29 MiB
Total Installed Size: 0.86 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
bind-9.10.3.P4-1-i686 295.9 KiB 1248K/s 00:00 [######################] 100%
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
:: Processing package changes...
(1/1) installing bind [######################] 100%
[root@pacbang paclive]# mount -o bind /dev /arch/dev
[root@pacbang paclive]# mount -o bind /dev/pts /arch/dev/pts
[root@pacbang paclive]# chroot /arch bash
chroot: failed to run command ‘bash’: Exec format error
[root@pacbang paclive]# pacman -S bash
warning: bash-4.3.042-4 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) bash-4.3.042-4
Total Download Size: 1.22 MiB
Total Installed Size: 6.24 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
bash-4.3.042-4-i686 1250.6 KiB 1483K/s 00:01 [######################] 100%
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
:: Processing package changes...
(1/1) reinstalling bash [######################] 100%
[root@pacbang paclive]# chroot /arch bash
chroot: failed to run command ‘bash’: Exec format error
[root@pacbang paclive]#
Liebe Gruesse
aptosiduser