Re: Creating partitions

2010-04-23 Thread Helge Fredriksen
Hmm, which live cd has grub installed as a command? I cannot seem to find it on the gparted live CD. Helge 2010/4/12 Tim Eberhardt > Hello Helge! > > First you should flag the NTFS partition as bootable. Next try to reinstall > grub to the mbr using the grub shell. > e.g.: > > # grub --no-flop

Re: Creating partitions

2010-04-12 Thread Helge Fredriksen
Hello again! I've been reading a bit more on GRUB, and it seems like I have overseen a stage in the bootstrap process. I thought that the bootable entry in the partition table gave control directly to whatever bootloader was located in the partition pointed to, BUT, it seems there is an intermedia

Re: Creating partitions

2010-04-12 Thread Tim Eberhardt
Hello Helge! First you should flag the NTFS partition as bootable. Next try to reinstall grub to the mbr using the grub shell. e.g.: # grub --no-floppy grub> root (hd0,0) grub> setup (hd0) grub> quit If grub is starting correctly and you get an error after selecting your linux to boot, there i