Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: enoch on October 04, 2009, 01:04:06 PM

Title: dual boot Vista and TC
Post by: enoch on October 04, 2009, 01:04:06 PM
has any one successfully set up a dual boot Vista and Tiny Core?
Title: Re: dual boot Vista and TC
Post by: Guy on October 06, 2009, 05:14:07 AM
I don't have Vista on the same computer as Tiny Core, but it is easy.

Set up Grub in Tiny Core.

Add the following to /boot/grub/menu.lst

title   Windows Vista
root   (hd0,0)
savedefault
makeactive
chainloader   +1.

Change (hd0,0) to whatever partition Windows is in.


[removed due to policy violation]/net-install.html

[removed due to policy violation]/grub.html
Title: Re: dual boot Vista and TC
Post by: curaga on October 06, 2009, 05:52:35 AM
Might need "rootnoverify" instead of "root". Can't say for sure, haven't ran Windows in ages.