Hello,
Quote:
Originally Posted by micmast
That is just weird :)
It's not just weird. It's the weirdest......... ;)
Quote:
Originally Posted by micmast
If you could somehow track the error of GRUB that would be nice.
I dont know what is problem with installation of GRUB. But this is what happened at SLAX terminal:
- root@slax:~# grub-install /dev/hdd
-
/dev/hdd: Not found or not a block device.
-
root@slax:~#
-
I am ready to track this problem but I need guidance for what to do next.
Quote:
Originally Posted by micmast
After you installed winXP does the bootloader work for winXP? If so, it might be easier to start your Linux with the Windows Bootloader.
Yes....XP bootloader worked.
Quote:
Originally Posted by micmast
If you want to use your windows bootloader:
Boot a LiveCD
Type in a terminal: dd if=/dev/<device with /boot> of=/tmp/linux.bin bs=512 count=1
Copy the linux.bin over to your windows partition
Boot WindowsXP
Modify boot.ini (on your C:): C:\<path_to_linux.bin>="Your Xubuntu"
Reboot
Ok...I did as you advised. The output on SLAX terminal is:
- root@slax:~# dd if=/dev/hdd6 of=/tmp/linux.bin bs=512 count=1
-
1+0 records in
-
1+0 records out
-
512 bytes (512 B) copied, 4.0966e-05 s, 12.5 MB/s
-
root@slax:~#
Then I copied the linux.bin to E:\ (as my XP is installed on E:\Windows) inside SLAX and then I rebooted to XP.
I edited boot.ini and added the following at the End of file:
- E:\linux.bin="Your Xubuntu on e"
When I rebooted and selected "Your Xubuntu on e" in XP bootloader, the screen went black for 1 or 2 seconds and came back to XP bootloader screen.
That's it.....And I am still not able to log on to my Xubuntu installation.
So I'm expecting more help here......
Thanks......
AmbrNewlearner