[SOLVED] Suse by booting: Want me to fall back to /dev/sda2?
Posted: 20. Jun 2013, 23:04
Hi all,
I convert image from VMDK to VDI. VMDK is booting without any problem. But during booting OpenSuse in VirtualBox I see this error:
I know this error was here mentioned many times but every topic what I found was about bad id-label or UUID. I tried to mount image partition and checked /boot/grub/menu.lst and /etc/fstab too. In both configuration is defined /dev/sda2. Nothing more:
/boot/grub/menu.lst:
/etc/fstab:
Can you advice me how to fix this problem?
Thx,
Waldauf
I convert image from VMDK to VDI. VMDK is booting without any problem. But during booting OpenSuse in VirtualBox I see this error:
Code: Select all
Want me to fall back to /dev/sda2? (Y/n)
/boot/grub/menu.lst:
Code: Select all
# Modified by YaST2. Last modification on Wed Mar 17 11:42:03 EDT 2010
default 2
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,1)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Server 11 - 2.6.27.45-0.1 (pae)
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.45-0.1-pae root=/dev/sda2 resume=/dev/sda1 splash=silent crashkernel=128M-:64M@16M showopts vga=0x314
initrd /boot/initrd-2.6.27.45-0.1-pae
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux Enterprise Server 11 - 2.6.27.45-0.1
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.45-0.1-pae root=/dev/sda2 showopts ide=nodma apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x314
initrd /boot/initrd-2.6.27.45-0.1-pae
###Don't change this comment - YaST2 identifier: Original name: linux###
title Vmi -- SUSE Linux Enterprise Server 11 - 2.6.27.45-0.1
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.45-0.1-vmi root=/dev/sda2 resume=/dev/sda1 splash=silent crashkernel=128M-:64M@16M showopts vga=0x314
initrd /boot/initrd-2.6.27.45-0.1-vmi
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
rootnoverify (fd0)
chainloader +1
/etc/fstab:
Code: Select all
/dev/sda1 swap swap defaults 0 0
/dev/sda2 / ext3 acl,user_xattr 1 1
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
# Beginning of the block added by the VMware software
.host:/ /mnt/hgfs vmhgfs defaults,ttl=5 0 0
# End of the block added by the VMware software
Can you advice me how to fix this problem?
Thx,
Waldauf