SSD migration boot option problem

Nils Kassube kassube at gmx.net
Mon Feb 25 06:18:49 UTC 2013


Am Montag, 25. Februar 2013, 01:18:32 schrieb lazer100:
> the precise form of the magnetic drive XP boot option is:
> 
> # This entry automatically added by the Debian installer for a
> non-linux OS # on /dev/sdb1
> title           Microsoft Windows XP Home Edition
> root            (hd1,0)
> savedefault
> map             (hd0) (hd1)
> map             (hd1) (hd0)
> chainloader     +1
> 
> >how do I get the SSD Windows XP to appear in the boot options?
> 
> this is sda5, what is the /boot/grub/menu.lst entry for this?

If you have a closer look at the file menu.lst, you should find an 
example for a Windows entry at sda1. I would try this entry, which is 
that example entry but modified for sda5:

title         Windows XP
root          (hd0,4)
makeactive
chainloader   +1

> and where in the list can this go? anywhere?

There is a hint in menu.lst:

# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

If you adhere to that advice, your manual entry should survive upgrades.


Nils




More information about the ubuntu-users mailing list