anyone have any tips on dualbooting Windows and Ubuntu on separate Hard Drives. Spent some time this evening trying to help someone in the Beginners Team support channel with no luck. Ubuntu is the Primary and Win7 the slave.
this is what we tried in /etc/grub.d/40_custom
Code:
menuentry "Windows7 (loader) (on /dev/sdb1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 286cc2a6397a0f2a
chainloader +1
}
and
Code:
menuentry "Windows7 (loader) (on /dev/sdb1)" {
insmod ntfs
set root=(hd1,1)
search --no-floppy --fs-uuid --set 286cc2a6397a0f2a
chainloader +1
blkid
Code:
/dev/sda5: UUID="0fddf3a4-dd16-4917-8ccd-cdc9be97a119" TYPE="swap"
/dev/sdb1: UUID="30B4A220B4A1E894" TYPE="ntfs"
/dev/sda1: LABEL="Ubuntu 9.10" UUID="4d0dcee9-780e-42a8-be34-e26ad6c3be49" TYPE="ext4"
fdisk
Code:
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xcab10bee
Device Boot Start End Blocks Id System
/dev/sda1 * 1 11661 93666951 83 Linux
/dev/sda2 11662 12161 4016250 5 Extended
/dev/sda5 11662 12161 4016218+ 82 Linux swap / Solaris
Disk /dev/sdb: 30.1 GB, 30060527616 bytes
255 heads, 63 sectors/track, 3654 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1ece1ecd
Device Boot Start End Blocks Id System
/dev/sdb1 1 3655 29352960 7 HPFS/NTFS
please any help would be appreciated.
Bookmarks