Mailinglist Archive: opensuse (1495 mails)
| < Previous | Next > |
Re: [opensuse] My first real problem with 11.1 - PANIC early exception.
- From: "Carlos E. R." <robin.listas@xxxxxxxxxxxxxx>
- Date: Wed, 1 Apr 2009 14:36:56 +0200 (CEST)
- Message-id: <alpine.LSU.2.00.0904011425100.5673@xxxxxxxxxxxxxxxx>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wednesday, 2009-04-01 at 12:20 +0200, Per Jessen wrote:
Wild, wild, idea:
Install 11.0 in another partition (aux install); it could be a minimal text
install, or one with xfce, no gnome, no kde (faster and smaller).
Install 11.0 also on your main partition (main); don't let it do the
updates, we will not use it. No need to install X yet.
Boot the Aux system, mount the "main" partition, chroot it:
mount /main/
mount --bind /proc /main/proc
mount --bind /sys /main/sys
mount --bind /dev /main/dev
#cp -f /etc/resolv.conf /main/etc/resolv.conf
chroot /main/ /bin/bash --login
export PS1=$'\\[\E[1m\E[31m\\]NOT_\\h:\\w # \\[\E(B\E[m\\]'
echo "export PBL_SKIP_BOOT_TEST=1"
# http://en.opensuse.org/Libzypp/Failover
export ZYPP_ARIA2C=1
cd
Now, change the repositories of the "main" part to those of 11.1, and run a "zypper dup" on it, inside the chroot. The kernel running is that of 11.0, so it will not crash. After the dup ends, you need to install whatever kernel you know works, perhaps the one of the SLES or factory.
Then try booting it.
Good luck!
(the above is the procedure I use to update my "factory" test partition)
- -- Cheers,
Carlos E. R.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAknTX+oACgkQtTMYHG2NR9XxfACdFyqdXoXHCEnKDfh7i8Z35F6I
U6kAnii4tBZKILHG9h7BphYiTlkRC+Zc
=OXx1
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Hash: SHA1
On Wednesday, 2009-04-01 at 12:20 +0200, Per Jessen wrote:
Therefore - when the kernel that is installed doesn't boot, how do I get
to complete the installation? (apart from using 11.0 instead).
Wild, wild, idea:
Install 11.0 in another partition (aux install); it could be a minimal text
install, or one with xfce, no gnome, no kde (faster and smaller).
Install 11.0 also on your main partition (main); don't let it do the
updates, we will not use it. No need to install X yet.
Boot the Aux system, mount the "main" partition, chroot it:
mount /main/
mount --bind /proc /main/proc
mount --bind /sys /main/sys
mount --bind /dev /main/dev
#cp -f /etc/resolv.conf /main/etc/resolv.conf
chroot /main/ /bin/bash --login
export PS1=$'\\[\E[1m\E[31m\\]NOT_\\h:\\w # \\[\E(B\E[m\\]'
echo "export PBL_SKIP_BOOT_TEST=1"
# http://en.opensuse.org/Libzypp/Failover
export ZYPP_ARIA2C=1
cd
Now, change the repositories of the "main" part to those of 11.1, and run a "zypper dup" on it, inside the chroot. The kernel running is that of 11.0, so it will not crash. After the dup ends, you need to install whatever kernel you know works, perhaps the one of the SLES or factory.
Then try booting it.
Good luck!
(the above is the procedure I use to update my "factory" test partition)
- -- Cheers,
Carlos E. R.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAknTX+oACgkQtTMYHG2NR9XxfACdFyqdXoXHCEnKDfh7i8Z35F6I
U6kAnii4tBZKILHG9h7BphYiTlkRC+Zc
=OXx1
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |