On 10/25/2015 07:43 PM, Andrei Borzenkov wrote:
25.10.2015 21:43, Gustav Degreef пишет:
On 10/25/2015 02:47 PM, Andrei Borzenkov wrote:
ïÔÃÃ’Ã×ÌÅÎà Ó iPhone
25 ÃËÔ. 2015 Ç., × 12:03, Gustav Degreef <gustav97@gmail.com> ÃŽÃÃÉÓÃÃŒ(Ã):
r Hi All,
I'm having trouble booting into a multi-boot setup after installing Leap 42.1 Beta (openSUSE-Leap-42.1-DVD-x86_64-Build0186).
System is a laptop with only 1 hdd. This is the output of fdisk -l:
Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x2e3e2e3e
Device Boot Start End Sectors Size Id Type /dev/sda1 63 125401087 12540 1025 59.8G 7 HPFS/NTFS/exFAT /dev/sda2 * 125401088 288735231 163334144 77.9G 5 Extended /dev/sda3 288735232 480008191 191272960 91.2G 83 Linux /dev/sda4 480008192 488396799 8388608 4G 82 Linux swap/Solrs /dev/sda5 125403136 288735230 163332095 77.9G 83 Linux
Installed: OS 13.1 - sda3, Leap 42 - sda5, win vista - sda1
System now boots into a grub> legacy (0.97) prompt, but there is no menu.
From the prompt I can boot all three systems manually or I can boot into all three systems with a "super grub boot disk". All os's seem to be running ok.
At the grub prompt I tried
grub> find /boot/grub/menu.lst -> (hd0,2) grub> root (hd0,2)I grub> setup (hd0,1) There is no evidence that you actually boot from the second partition. Rather is sounds like grub legacy is installed in MBR and looks for menu.lst which no more exists. In this case above commands do not really change anything.
Before using big hammer it may be useful to understand your situation. Run https://github.com/arvidjaar/bootinfoscript/blob/master/bootinfoscript and make results available somewhere (susepaste.org is a good place).
Nice script. I pasted the results at http://susepaste.org/37581655
Well, you have generic MBR which does boot from active partition (i.e. partition #2 in this case) and this partition does have gru
b legacy that points to menu.lst and menu.lst exists - but does not contain any menu entry which explains why you do not see any on boot. What does this show?
grep '^LOADER_TYPE' /etc/sysconfig/bootloader
on 13.1 ans Leap?
The output is: Leap 42 - LOADER_TYPE="grub2" 13.1 LOADER_TYPE="grub" Prior to installing Leap 42, the master boot loader was grub2 from the 13.1 install. After Leap messed up the boot loader one of the steps I tried was to install grub legacy from the 13.1 install. Is there a way to "recover" the boot sections? From either the 13.1 installation or from the Leap 42? Gustav. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org