| Only booting into grub after zypper update Jan 19th 2013, 11:32 Greetings Did a "zypper refresh" followed by "zypper update". Finished successfully (I think), and then rebooted immediately. Now system only boots into grub (version 0.97) and stops with error 15: file not found. Running temporarily on Mint LiveCD. Code:
# cat etc/SuSE-release openSUSE 11.4 (i586) VERSION = 11.4 CODENAME = Celadon mint opensuse_root # Code:
# fdisk -l Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0005095f Device Boot Start End Blocks Id System Disk /dev/sdb: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000c33e1 Device Boot Start End Blocks Id System /dev/sdb1 1 10 71680 83 Linux Partition 1 does not end on cylinder boundary. /dev/sdb2 * 10 1577 12587008 83 Linux Partition 2 does not end on cylinder boundary. /dev/sdb3 1577 1838 2096128 82 Linux swap / Solaris Partition 3 does not end on cylinder boundary. /dev/sdb4 1838 9730 63394904 8e Linux LVM Disk /dev/sdc: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000d461c Device Boot Start End Blocks Id System mint opensuse_root # df -h Filesystem Size Used Avail Use% Mounted on aufs 1007M 692M 315M 69% / none 997M 644K 997M 1% /dev /dev/sr0 4.0G 4.0G 0 100% /cdrom /dev/loop0 642M 642M 0 100% /rofs none 1007M 420K 1006M 1% /dev/shm tmpfs 1007M 116K 1006M 1% /tmp none 1007M 104K 1006M 1% /var/run none 1007M 0 1007M 0% /var/lock /dev/sdb2 12G 9.5G 1.8G 84% /mnt/opensuse_root /dev/sdb1 68M 48M 17M 74% /mnt/opensuse_root/boot mint opensuse_root # Tried to figure out more about grub status on system Code:
mint opensuse_root # chroot /mnt/opensuse_root /bin/bash mint:/> mint:/> grub bash: grub: command not found mint:/> grub2 bash: grub2: command not found mint:/> rpm -qa|grep -i grub grub2-1.98-12.1.i586 mint:/> Code:
mint:/> ls -l /boot total 41910 -rw------- 1 root root 512 Aug 17 2010 backup_mbr lrwxrwxrwx 1 root root 1 Aug 17 2010 boot -> . -rw-r--r-- 1 root root 1236 Feb 21 2011 boot.readme -rw-r--r-- 1 root root 124871 Oct 29 18:20 config-2.6.37.6-24-default -rw-r--r-- 1 root root 122382 Oct 29 18:21 config-2.6.37.6-24-desktop drwxr-xr-x 2 root root 1024 Jan 15 20:02 grub drwxr-xr-x 3 root root 5120 Jul 17 2012 grub2 lrwxrwxrwx 1 root root 26 Jan 10 17:58 initrd -> initrd-2.6.37.6-24-default -rw-r--r-- 1 root root 6631424 Jan 10 17:59 initrd-2.6.37.6-24-default -rw-r--r-- 1 root root 11120640 Jan 10 17:58 initrd-2.6.37.6-24-desktop drwx------ 2 root root 12288 Aug 17 2010 lost+found -rw-r--r-- 1 root root 548352 Jan 10 17:43 message -rw-r--r-- 1 root root 563017 Oct 29 20:03 symtypes-2.6.37.6-24-default.gz -rw-r--r-- 1 root root 558980 Oct 29 19:48 symtypes-2.6.37.6-24-desktop.gz -rw-r--r-- 1 root root 199554 Oct 29 20:01 symvers-2.6.37.6-24-default.gz -rw-r--r-- 1 root root 195437 Oct 29 19:44 symvers-2.6.37.6-24-desktop.gz -rw-r--r-- 1 root root 1635590 Oct 29 19:48 System.map-2.6.37.6-24-default -rw-r--r-- 1 root root 1783245 Oct 29 19:31 System.map-2.6.37.6-24-desktop -rw-r--r-- 1 root root 5127710 Oct 29 20:01 vmlinux-2.6.37.6-24-default.gz -rw-r--r-- 1 root root 5743535 Oct 29 19:44 vmlinux-2.6.37.6-24-desktop.gz lrwxrwxrwx 1 root root 27 Jan 10 17:58 vmlinuz -> vmlinuz-2.6.37.6-24-default -rw-r--r-- 1 root root 4020160 Oct 29 19:48 vmlinuz-2.6.37.6-24-default -rw-r--r-- 1 root root 4512384 Oct 29 19:31 vmlinuz-2.6.37.6-24-desktop mint:/> Any suggestions? | |
No comments:
Post a Comment