grimdeath
September 3rd, 2005, 10:31 PM
Hi, first post here!
just to let you know ive searched over MANY post trying to get an idea of what ive done wrong with my boot loaders. I think it has to do with the way i installed not the order:
my two drives are:
Master = 80gb w/kubuntu
Slave = 120gb w/WinXPpro(which i installed first)
when installing kubuntu i didnt see any options directly for grub to setup my boot choices or anything like that, but grub is installed and works, only catch is windows doesnt show up, i see the following:
linux amd64 default
linux amd64 recorvery
linux amd64
linux memtest+86
i tried editing my menu.lst file for grub to look like this:
...(deleted comments)...
## ## End Default Options ##
title Ubuntu, kernel 2.6.10-5-amd64-generic Default
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 ro console=tty0 quiet splash
initrd /boot/initrd.img
savedefault
boot
title Ubuntu, kernel 2.6.10-5-amd64-generic Default (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 ro console=tty0 single
initrd /boot/initrd.img
savedefault
boot
title Ubuntu, kernel 2.6.10-5-amd64-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-5-amd64-generic root=/dev/hda1 ro console=tty0 quiet splash
initrd /boot/initrd.img-2.6.10-5-amd64-generic
savedefault
boot
title Ubuntu, kernel 2.6.10-5-amd64-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-5-amd64-generic root=/dev/hda1 ro console=tty0 single
initrd /boot/initrd.img-2.6.10-5-amd64-generic
savedefault
boot
title Ubuntu, kernel memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
savedefault
boot
title windowsXP
root (hd1,0)
makeactive
chainloader +1
savedefault
### END DEBIAN AUTOMAGIC KERNELS LIST
did i set that correctly for windows xp(entered manually with gedit) because i know for sure that windows is hard drive 2, and the only partition on the drive...here what fdisk - l says:
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 9356 75152038+ 83 Linux
/dev/hda2 9357 9729 2996122+ 5 Extended
/dev/hda5 9357 9729 2996091 82 Linux swap / Solaris
Disk /dev/hdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 14592 117210208+ 7 HPFS/NTFS
please dont point me towards other topics just tell me if i did something overall wrong or if i just need to change a couple things!!
THANKS SOOOO MUCH if you can help me get this working!!
btw, just on the side, is there a 32bit version of kubunta that will work with my amd64 system? seeing as ive found that flash and java and a few things like that dont seem to work with the i86_64 version
again THANKS!
just to let you know ive searched over MANY post trying to get an idea of what ive done wrong with my boot loaders. I think it has to do with the way i installed not the order:
my two drives are:
Master = 80gb w/kubuntu
Slave = 120gb w/WinXPpro(which i installed first)
when installing kubuntu i didnt see any options directly for grub to setup my boot choices or anything like that, but grub is installed and works, only catch is windows doesnt show up, i see the following:
linux amd64 default
linux amd64 recorvery
linux amd64
linux memtest+86
i tried editing my menu.lst file for grub to look like this:
...(deleted comments)...
## ## End Default Options ##
title Ubuntu, kernel 2.6.10-5-amd64-generic Default
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 ro console=tty0 quiet splash
initrd /boot/initrd.img
savedefault
boot
title Ubuntu, kernel 2.6.10-5-amd64-generic Default (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 ro console=tty0 single
initrd /boot/initrd.img
savedefault
boot
title Ubuntu, kernel 2.6.10-5-amd64-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-5-amd64-generic root=/dev/hda1 ro console=tty0 quiet splash
initrd /boot/initrd.img-2.6.10-5-amd64-generic
savedefault
boot
title Ubuntu, kernel 2.6.10-5-amd64-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-5-amd64-generic root=/dev/hda1 ro console=tty0 single
initrd /boot/initrd.img-2.6.10-5-amd64-generic
savedefault
boot
title Ubuntu, kernel memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
savedefault
boot
title windowsXP
root (hd1,0)
makeactive
chainloader +1
savedefault
### END DEBIAN AUTOMAGIC KERNELS LIST
did i set that correctly for windows xp(entered manually with gedit) because i know for sure that windows is hard drive 2, and the only partition on the drive...here what fdisk - l says:
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 9356 75152038+ 83 Linux
/dev/hda2 9357 9729 2996122+ 5 Extended
/dev/hda5 9357 9729 2996091 82 Linux swap / Solaris
Disk /dev/hdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 14592 117210208+ 7 HPFS/NTFS
please dont point me towards other topics just tell me if i did something overall wrong or if i just need to change a couple things!!
THANKS SOOOO MUCH if you can help me get this working!!
btw, just on the side, is there a 32bit version of kubunta that will work with my amd64 system? seeing as ive found that flash and java and a few things like that dont seem to work with the i86_64 version
again THANKS!