I've got a wierd startup-problem.
I had three HD-disks and one DVD in the following order:
pri master - Maxtor - Windows XP
pri slave - WD - PCLOS 2009
sec master - DVD
sec slave - Seagate - PCLos2010
In the Grub menu I had entries to all three OS'es but the PCLos2009 disk crashed, and I removed it.
After that I have changed in the grub menu and deleted that entry. But I might have done something else as well, because there are problems booting both the Windows and the remaining PCLOS OS.
Starting Windows problem:
If I start windows directly from BIOS it works well. But not from Grub: This is the message I get after choosing "windows" at the grub-menu:
root (hd1,0)
filesystem unknown. partition type 0x7
map (0x82) (0x80)
map (0x80) (0x82)
makeactive
chainloader +1
ett diskfel uppstod. (transl. a disk error occured)
Press ctrl+alt+del for reboot.
And if I choose Linux from the Grub menu , it starts up correctly, but I have to wait one minute extra during boot because...
loading IDE generic module...
waiting for sdc5 to appear
waiting for sda1 to appear
(timeout 1 minute)
Windows XP partition appears in PCLinuxOS as sda1 and root "/" appears as sdb5. I don't know why the system looks for sdc5 and I don't know why it doesn't find sda1?
Configuration:
/boot/grub/device.map:(hd0) /dev/sda
(hd1) /dev/sdb/boot/grub/menu.lst:timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0
title linux
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=38388736-15b8-49f7-9b0b-5312b58d8c50 resume=UUID=4b9da18a-3aa8-4f04-9bce-469e9961a4bb splash=silent vga=788
initrd (hd0,4)/boot/initrd.img
title linux-nonfb
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=38388736-15b8-49f7-9b0b-5312b58d8c50 resume=UUID=4b9da18a-3aa8-4f04-9bce-469e9961a4bb
initrd (hd0,4)/boot/initrd.img
title failsafe
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=38388736-15b8-49f7-9b0b-5312b58d8c50 failsafe
initrd (hd0,4)/boot/initrd.img
title windows
root (hd1,0)
map (0x82) (0x80)
map (0x80) (0x82)
makeactive
chainloader +1
/etc/fstab# Entry for /dev/sdb5 : Linux root
UUID=38388736-15b8-49f7-9b0b-5312b58d8c50 / ext4 relatime 1 1
none /dev/pts devpts defaults 0 0
# Entry for /dev/sdb6 : Linux home
UUID=640f76b5-5c72-4dee-a2b6-5eb9b1409ce5 /home ext4 relatime 1 2
# Entry for /dev/sda1 : Win XP
UUID=B074BA0574B9CDFA /mnt/winXP ntfs-3g user,umask=000 0 0
# Entry for /dev/sda5 : windata
UUID=51FDE27748FF62D3 /mnt/windata ntfs-3g user,umask=000 0 0
# Entry for /dev/sda6 : data
UUID=4c5380f7-e164-461a-b3f2-a161512422e4 /mnt/data ext3 user 1 2
none /proc proc defaults 0 0
# Entry for /dev/sdc1 : media?
#UUID=4b9da18a-3aa8-4f04-9bce-469e9961a4bb swap swap defaults 0 0