SuSE* Linux Enterprise Server Unable to Boot After Basic Installation
During SuSE* Linux Enterprise Server installation, if a USB floppy drive is used to load mass storage driver, SuSE* Linux Enterprise Server may not able to boot after basic installation.
The following message appears:
resume device /dev/sdb1 not found (ignoring)
waiting for device /dev/sdb2 to appear..............................not found -- exiting to /bin/sh
$
At $ prompt, type the following command to mount file system on mass storage:
mount /dev/sda2 /tmp
- Edit the grub menu list file to change all entries with sdb to sda:
/tmp/bin/vi /tmp/boot/grub/menu.lst
- Next edit the fstab file to change all entries with sdb to sda and remove lines with floppy:
/tmp/bin/vi /tmp/etc/fstab
- Press Ctrl Alt Del to reboot the server. SuSE* Linux should be able to find root file system and continue installation.