Mailinglist Archive: opensuse-bugs (13462 mails)
| < Previous | Next > |
[Bug 333753] Installation and upgrade fail on nvidia RAID0+1
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 19 Oct 2007 08:20:15 -0600 (MDT)
- Message-id: <20071019142015.B68E3CC7AD@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=333753#c5
--- Comment #5 from Hannes Reinecke <hare@xxxxxxxxxx> 2007-10-19 08:20:15 MST
---
Okay, this is what you can do:
- Install 10.3 up to the point where the error happens.
- Switch to another console with <CTRL>-<ALT>-<F2>
- Check where the installed system is mounted with 'mount' (should be at /mnt)
- Switch to the installed system with:
mount --bind /dev /mnt/dev
cd /mnt
chroot .
mount /sys
mount /proc
- Edit the mkinitrd script in /lib/mkinitrd/scripts/setup-block.sh
- re-run mkinitrd
- switch from the installed system with:
umount /sys
umount /proc
exit
umount /mnt/dev
- switch back to the installation screen and press 'continue'
Now the system should be able to boot ... hopefully.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #5 from Hannes Reinecke <hare@xxxxxxxxxx> 2007-10-19 08:20:15 MST
---
Okay, this is what you can do:
- Install 10.3 up to the point where the error happens.
- Switch to another console with <CTRL>-<ALT>-<F2>
- Check where the installed system is mounted with 'mount' (should be at /mnt)
- Switch to the installed system with:
mount --bind /dev /mnt/dev
cd /mnt
chroot .
mount /sys
mount /proc
- Edit the mkinitrd script in /lib/mkinitrd/scripts/setup-block.sh
- re-run mkinitrd
- switch from the installed system with:
umount /sys
umount /proc
exit
umount /mnt/dev
- switch back to the installation screen and press 'continue'
Now the system should be able to boot ... hopefully.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |