
Originally Posted by
bodhi.zazen
Boot a live CD and show us the output of :
Which is your Ubuntu partition ?
Which is your boot partition ?
lets mount your /boot partition and take a look-see
So, the output is:
Code:
Disk /dev/sda: 164.6 GB, 164696555520 bytes
255 heads, 63 sectors/track, 20023 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x367c367b
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5100 40965718+ 7 HPFS/NTFS
/dev/sda2 5101 20023 119868997+ 5 Extended
/dev/sda5 5101 15192 81063958+ 7 HPFS/NTFS
/dev/sda6 15193 19819 37166346 83 Linux
/dev/sda7 19820 20023 1638598+ 82 Linux swap / Solaris
I knew already, that my Ubuntu partition was sda6. But I don't know which my boot partition is. The last time I installed Ubuntu, GRUB was set to install on "/dev/sda" - I presume that means it's on, in GRUB's lingo, "(hd0)", but that's the actual disk, not a partition.
So is my "/boot" not an actual partition? And if it is, how do I mount it?
EDIT: never mind... yes, silly me. There's actually a "*" at the boot... so, "/dev/sda1" it is. (Or GRUB's (hd0,0), right?)
EDIT2: As far as I can tell, "mounting" a partition means "opening" it in Places? There's a boot.ini in there, is it of importance? What do I do?
ADD: The "boot.ini" file contains:
Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
Bookmarks