3
1
I'm using Debian 6.0.6 Squeeze at the moment, I installed it over Windows XP.
It's just one hard drive where I first installed Windows XP and than used some Windows tool to make partition where I later installed Debian
Now, I can easily boot in Debian but there is no sign of Windows. I tried few things recommended on line, but still I couldn't get it working
I tried os-prober
, tried to edit grub.cfg
(I managed to add Windows XP to menu but this is just empty link, when I enter nothing happens (blank screen), where should it link to?)
also this, after fdisk -l:
Disk /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c0014
Device Boot Start End Blocks Id System
/dev/sda1 2 4663 37447484+ f W95 Ext'd (LBA)
/dev/sda2 4664 4864 1614532+ 82 Linux swap / Solaris
/dev/sda5 2 2032 16313976 7 HPFS/NTFS
/dev/sda6 2033 4663 21133476 83 Linux
update-grub
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-2.6.32-5-686
Found initrd image: /boot/initrd.img-2.6.32-5-686
done
Looking for Bootloader isn't quite what you're looking for, eh? – Ariane – 2013-01-13T00:14:28.797
i'm not sure, do you mean tweaking bios? maybe I need to link to some file which windows uses to boot, don't know – zarkoz – 2013-01-13T00:16:19.127
1You need to create a chainloader entry. – Tamara Wijsman – 2013-01-13T00:23:44.720
@TomWijsman,
update-grub
should take care of that. – terdon – 2013-01-13T01:05:43.070