|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - OpenSUSE Beta Questions specific to OpenSUSE Linux Beta releases
(Questions that apply to both beta and release versions should be posted in the appropriate SUSE Help forums) |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I can't boot my laptop. It shows grub, I select suse11 and it displays
Quote:
|
|
|||
|
Quote:
I have the same problem after today's updates the system will not boot anymore. I have booted a live-cd, mounted the harddisk and accessed it with a chroot. What I noticed is that the symlink "initrd" in /boot points to a nonexistent file "initrd-2.6.25-......" (initrd --> initrd-2.6.25-.....). I have reinstalled the package "kernel-default" with zypper, but still did not get the new initrd matching the new kernel. So it seems that the latest kernel updates are borked. stefan |
|
|||
|
Quote:
|
|
|||
|
Quote:
when a correct kernel gets out this would be all that is needed to fix it: Code:
1) boot live-cd
2) open terminal
3) sudo su -
4) mkdir /mnt/disk
4) mount /dev/{device_of_your_harddisk} /mnt/disk (for most {device_of_your_harddisk} would be /dev/sdaX where X is the partition of your root disk, in my case /dev/sda1)
5) chroot /mnt/disk
6) zypper remove kernel-default
7) zypper install kernel-default
voila!
stefan |
|
|||
|
Quote:
That is a good tip.. Guess you could also do this booting with the beta3 cd and revert back to the old kernel that is on the cd. Saves having to wait till the next factory kernel gets placed. If you guys get that setup would be good to post what you did seeing I think more will have this issue. Cheers, Wj |
|
|||
|
Quote:
stefan |
|
|||
|
Quote:
https://bugzilla.novell.com/show_bug.cgi?id=392198 ... I need to reply to the "need info". |
|
|||
|
Quote:
it is more like this one, for me at least: https://bugzilla.novell.com/show_bug.cgi?id=389177 a mere Code:
sudo mkinitrd stefan |
|
|||
|
Quote:
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|