OK
first, if you have a working ubuntu install, then even if your computer desnt support boot from usb usb-cdrom,etc
then you need Plop bootmanager
http://www.plop.at/en/bootmanager.html#download
get it and extract it
find a file named "plpbt.bin"
put that in your /boot folder
open a text editor as root
and edit your /boot/grub/grub.cfg
sudo nautilus/or mousepad/or gedit
what desktop are you using?
xubuntu/kubuntu/ or ubuntu?
edit your grub.cfg so add this entry
Code:
menuentry "Plop (on /dev/hda3)" {
set root=(hd0,3)
linux /boot/plpbt.bin
}
also, if it wont boot, says error or something change
Code:
linux /boot/plpbt.bin
to
Code:
linux16 /boot/plpbt.bin
as sometimes grub2 thinks its a floppy?
anyway
OR
on my ubuntu setup I put plpbt.bin in /boot folder
and ran
and it automatically found it for me and added it to grub.cfg
after you put it in boot folder,etc
reboot
plug in usb-cdrom
choose plop from menu
choose usb
choose cdrom
or whatever works
probably usb
Plop works like 99%
after you get that going you can reinstall
Or chroot in and try to fix too
OH: the screen problem is like mine
it freaks out huh?
edit your grub.cfg after doing update-grub and put on the kernel line
so it may look like
Code:
menuentry "CrunchBang, kernel 2.6.28-16-generic (on /dev/hda3)" {
set root=(hd0,3)
linux /boot/vmlinuz-2.6.28-16-generic xforcevesa root=UUID=0e518d1f-5e85-4c0e-8431-fada5694275f ro quiet splash
initrd /boot/initrd.img-2.6.28-16-generic
}
same for 9.10, just put it on kernel line as above