You are not logged in.
Pages: 1
Hi, i'm trying to do a re install of Arch using the Duke ISO. I don't feel like going out to get more cds so I've attempted to follow this guide: http://wiki2.archlinux.org/index.php/Fa … nux_System
I use grub. It seems pretty straight forward, but when I go to boot, it gives me an error right away "Invalid or unsupported executable format"
Does this mean it doesnt work with the new vmlinuz from the Duke ISO, or have i done something wrong?
Offline
What does your /boot/grub/menu.lst look like?
Offline
title InstallCD
kernel (hd0,3)/isolinux/vmlinuz root=/dev/hda4 BOOTMEDIA=cd
initrd (hd0,3)/isolinux/initrd.img
Offline
I don't want to hijack, but.... I am interested how this will get solved. I just recently installed duke and wanted to use grub it never worked. I think the cd had problems writing to the MBR. I ended up using lilo and it worked just fine.
-scoon
foo...
Offline
when tom5760 asked for /boot/grub/menu.lst
i think he meant from your hard drive not the cd
at the grub prompt edit ( hit "e" ) for each line to make it look like this
root (hd0,3)
kernel /boot/vmlinuz26 root=/dev/sda4 ro
initrd /boot/kernel26.img
that is if root is on 1st drive("0") & 4th partition ("3") cause grub starts counting from 0
if you went with defaults your kernel line should be /dev/sda# not /dev/hda#
Offline
Hmmm. I have ide drives adn found that the installer wanted to name them sda instead of hda. I thought sda was for scsi drives. Is that not the case?
-scoon
foo...
Offline
Hmmm. I have ide drives adn found that the installer wanted to name them sda instead of hda. I thought sda was for scsi drives. Is that not the case?
-scoon
well with arch you can have it either way
but if you go with defaults on install its gonna come out sda
the modules & hooks in /etc/mkinitcpio.conf control the outcome of hda or sda
& if you have multiple interfaced hard drives in your machine (ide scsi sata) it can be a real headache if you dont know what your doing
if you leave modules empty it will be sda
whatever hook gets loaded 1st defines which drive gets sda second hook would get sdb
for more info read this
http://wiki.archlinux.org/index.php/Con … mkinitcpio
Offline
if ur ide drives show up sd instead of hd, you should have boot the installer with the ide-legacy option, and none of your problems would have happend.
as for what i'm working on, i tried lilo to see if it would make a difference, and lilo installed fine for my existing system, but when trying to add the installer partition, it complained that the kernel was too big...??? okay, is this maybe the problem grub was having too somehow? any idea what to do from here anyone?
Offline
foo...
Offline
Pages: 1