snitz2
January 12th, 2015, 03:39 PM
I have 2 HDDS.
1: SSD 240GB on which Windows 7 is installed
2: HDD 1TB for storage that I shrinked and created a separate 100GB partition from with swap.
I installed BackBox 4 on the 100GB parition while leaving the SSD and windows intact.
I installed BB's bootloader on Windows 7 recovery partition (I don't know if that was the correct choice)
Now on the boot menu, I get "Windows 7" option but when I select it, it just reloads the boot menu and asks me to choose again.
It won't let me into Windows.
/dev/sda4/: BackBox 4
/dev/sda3/: Swap
/dev/sda2/ Storage
-
/dev/sdb1/: Windows
I edit grub.cfg and replaced
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows -
With /dev/sdb1/ and ran --sudo update-grub and restarted.
Still the same error.
I also tried adjusting the "hd0" to whatever number my HD has.
I tried from 0 to 3, none worked.
menuentry 'Windows 7 (loader) (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-0886FE9886FE858A' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0886FE9886FE858A
else
search --no-floppy --fs-uuid --set=root 0886FE9886FE858A
fi
parttool ${root} hidden-
chainloader +1
}
On windows partition it says "hd0.msdos1" while on the rest it says "msdos4"
Is it somehow related?
1: SSD 240GB on which Windows 7 is installed
2: HDD 1TB for storage that I shrinked and created a separate 100GB partition from with swap.
I installed BackBox 4 on the 100GB parition while leaving the SSD and windows intact.
I installed BB's bootloader on Windows 7 recovery partition (I don't know if that was the correct choice)
Now on the boot menu, I get "Windows 7" option but when I select it, it just reloads the boot menu and asks me to choose again.
It won't let me into Windows.
/dev/sda4/: BackBox 4
/dev/sda3/: Swap
/dev/sda2/ Storage
-
/dev/sdb1/: Windows
I edit grub.cfg and replaced
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows -
With /dev/sdb1/ and ran --sudo update-grub and restarted.
Still the same error.
I also tried adjusting the "hd0" to whatever number my HD has.
I tried from 0 to 3, none worked.
menuentry 'Windows 7 (loader) (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-0886FE9886FE858A' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0886FE9886FE858A
else
search --no-floppy --fs-uuid --set=root 0886FE9886FE858A
fi
parttool ${root} hidden-
chainloader +1
}
On windows partition it says "hd0.msdos1" while on the rest it says "msdos4"
Is it somehow related?