Hello guys...
Lately I've been tampering with gfx-grub... learning gfx THE HARD WAY because right now, i can't boot permanently, even with kubuntu install CD's
First of all, let me explain the situation. Here's my computer specifications:
- IBM Thinkpad T22 Laptop
- Kubuntu 8.10 Intrepid Ibex kernel release 7 with KDE 4.1
- KDE 4.2 Nightly (when I'm installing this, apt-get updates to kernel release 11)
I followed this link to install gfx-grub in my system, but i sensed something wrong while doing it, so i canceled it and i tried to restore the previous grub.
What I've done, referring to link above:
After I restart my computer, GRUB won't load at all, message "Error 2" appears.
Then I tried to boot using the 8.10 install CD (hoping that i can alter the /boot/grub/ files), but when I chose the live cd option, the CD fails to load, showing the only message "no setup signature found."
Now I'm really confused, what went wrong? and how to fix this?
Any replies will be much appreciated. Thanks guys
Lately I've been tampering with gfx-grub... learning gfx THE HARD WAY because right now, i can't boot permanently, even with kubuntu install CD's
First of all, let me explain the situation. Here's my computer specifications:
- IBM Thinkpad T22 Laptop
- Kubuntu 8.10 Intrepid Ibex kernel release 7 with KDE 4.1
- KDE 4.2 Nightly (when I'm installing this, apt-get updates to kernel release 11)
I followed this link to install gfx-grub in my system, but i sensed something wrong while doing it, so i canceled it and i tried to restore the previous grub.
What I've done, referring to link above:
- uninstall grub (sudo apt-get remove grub)
- installed gfx-grub using dpkg
- edit my /boot/grub/menu.lst, only adding one line "gfxmenu /boot/grub/message.kubuntu"
- sudo grub, and typed "find /boot/grub/stage1" ---> This is when I realized that something's wrong, because it shows "error: file not found"
- contemplating, changed my mind and tried to re-install grub:
- sudo apt-get install grub (this automatically removes the gfx-grub)
- sudo grub, and typed "find /boot/grub/stage1" (did it again), and the result is hd0,3
- still in grub, typed root (hd0,3) and setup (hd0)
- sudo grub-install /dev/sda3
After I restart my computer, GRUB won't load at all, message "Error 2" appears.
Then I tried to boot using the 8.10 install CD (hoping that i can alter the /boot/grub/ files), but when I chose the live cd option, the CD fails to load, showing the only message "no setup signature found."
Now I'm really confused, what went wrong? and how to fix this?
Any replies will be much appreciated. Thanks guys
Comment