i wanted to redo the frugal install
deleted partition and i couldnt do it again
__{{emoticon}}__
it seems i cant install grub
if i go to control center - grub repair
root partition - >sda1
select where to install grub -> sda , master boot record of disk
i get:
architecture of the host system does not match the selected root partition.
to restore grub for sda1 you will need to run grub-repair from a
cannot system.
can someone explain to me what is happening?
direct me to a detailed explanation of grub install
edit:
tried instructions from here
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.av8n.com/computer/htm/grub-reinstall.htm"
linktext was:"http://www.av8n.com/computer/htm/grub-reinstall.htm"
====================================
but i get this
root@antiX1:/home/demo# mkdir /x
root@antiX1:/home/demo# partition=/dev/sda1 ; drive=/dev/sda
root@antiX1:/home/demo# echo $partition
/dev/sda1
root@antiX1:/home/demo# grub-install --root-directory=/x $drive
grub-probe: error: /live/aufs is not a block device.
2nd edit:
managed to isntall grub to hdd by going into the grub prompt
root (hd0,0)
setup (hd0)
now i reformated and it doesent work, it says
grub> setup (hd0)
Checking if"/boot/grub/stage1" exists... no
Checking if"/grub/stage1" exists... no
Error 15: File not found
3rd edit:
i think i finally nailed it
first you have to generate the files needed for grub
Code: Select all
mkdir /x
mount /dev/sda1 /x
partition=/dev/sda1 drive=/dev/sda
grub-install --root-directory=/x $drive
this last command takes alot, and doesent really finish , after 10minutes, but the files are there
then you have to install grub to the mbr
type"grub" and wait again close to 10 minutes to load then
does anyone have any idea how to make these commands faster? some switches or something
4th edit:
i have identified the reason of the delay, it was probably the floppy controller and some stuff i disabled in bios
and now the grub and grub-install work instantly
__{{emoticon}}__
i set it up again, in about 7 min , didnt rush