Errors when trying to install centos

General support questions
Post Reply
DrunkenPanda2000
Posts: 16
Joined: 2017/05/01 19:21:13

Errors when trying to install centos

Post by DrunkenPanda2000 » 2017/05/01 19:27:54

Ok so i wanted to install the magnificent cent os but i got the following errors.

scsi 0:0:0: Aluaa Not Attached

hid-generic ****:****:****.****: usb_submiturb(ctrl) failed: -1
usbhid3-6:1.2 : Couldn't find an interrupt endpoint.

I made a bootable iso in ubuntu using UnetBootin

owl102
Posts: 413
Joined: 2014/06/10 19:13:41

Re: Errors when trying to install centos

Post by owl102 » 2017/05/01 19:44:58

DrunkenPanda2000 wrote:I made a bootable iso in ubuntu using UnetBootin
This is known for not working. Use dd instead, or as an alternative any known working tool.

Please take a look at: https://wiki.centos.org/HowTos/InstallFromUSBkey
German speaking forum for Fedora and CentOS: https://www.fedoraforum.de/

DrunkenPanda2000
Posts: 16
Joined: 2017/05/01 19:21:13

Re: Errors when trying to install centos

Post by DrunkenPanda2000 » 2017/05/10 18:01:38

Ok after a bit of impatience i now get in to grub.

I think the partition i need too boot from is (hd0,msdos1) not sure tho doesn't msdos refer to windows ?

attachment is from old post

i will try

set root='(hd0,msdos1)'
chainloader +1
boot
Last edited by DrunkenPanda2000 on 2017/05/11 09:20:20, edited 2 times in total.

DrunkenPanda2000
Posts: 16
Joined: 2017/05/01 19:21:13

Re: Errors when trying to install centos

Post by DrunkenPanda2000 » 2017/05/10 21:36:49

Ok so below you can see the errors i get when trying to boot in grub (i get there same errors when trying without +1)

grub> set root='(hd0,msdos1)'
grub> chainloader +1
grub> invalid EFI file path


grub>chainloader /EFI/BOOT/grubx64.efi +1
/EndEntire
file path : /ACPI(a0341d0,0)/PCI(0,14) /USB(11,0)
/HD(1,800,1dcf000,4d8c917600000000,1,1)/File(\EFI\BOOT)/File(grubx64.efi)
/EndEntire
error: cannot load image
Last edited by DrunkenPanda2000 on 2017/05/18 13:22:38, edited 1 time in total.

DrunkenPanda2000
Posts: 16
Joined: 2017/05/01 19:21:13

Re: Errors when trying to install centos

Post by DrunkenPanda2000 » 2017/05/18 12:48:58

So is there no one out there in the void that can help me ?

owl102
Posts: 413
Joined: 2014/06/10 19:13:41

Re: Errors when trying to install centos

Post by owl102 » 2017/05/18 18:52:39

DrunkenPanda2000 wrote:So is there no one out there in the void that can help me ?
I'm confused. Did you get CentOS installed or not? If this is a different problem you should open a new topic.
Ok after a bit of impatience i now get in to grub.
So you got CentOS installed? And what exactly is the problem now? Why do you try to boot CentOS from grub boot prompt? I don't get it.
German speaking forum for Fedora and CentOS: https://www.fedoraforum.de/

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: Errors when trying to install centos

Post by lightman47 » 2017/05/18 22:52:11

Did you actually burn a good image, or did you "force" the known bad unebootin?

It DOES matter. Headaches await if the latter.

DrunkenPanda2000
Posts: 16
Joined: 2017/05/01 19:21:13

Re: Errors when trying to install centos

Post by DrunkenPanda2000 » 2017/05/21 20:16:39

Ok so here is the situation.

Currently installed on PC:
Ubuntu studio

Currently Not installed on PC
CentOs

What i did:
I followed the tutorial here.
https://wiki.centos.org/HowTos/InstallFromUSBkey

THen when i restart my mashine with the usb inserted my pc boots to grub.

Not sure if i am using correct terminology evrywhere.

owl102
Posts: 413
Joined: 2014/06/10 19:13:41

Re: Errors when trying to install centos

Post by owl102 » 2017/05/25 13:12:19

DrunkenPanda2000 wrote:THen when i restart my mashine with the usb inserted my pc boots to grub.
When the USB uses grub, it means you have booted the PC in UEFI mode. So either your UEFI has flaws which seems to be the usual case if your BIOS/UEFI is one of the older ones. As a solution you could try to boot the USB drive in CSM/Legacy mode. (BTW: How is Ubuntu Studio installed, in CSM/Legacy or UEFI mode?)

Another guess is that you have "Secure boot" switched on in your UEFI BIOS. In this case the kernel on the USB drive will not be loaded at all, and so the installation cannot start.
German speaking forum for Fedora and CentOS: https://www.fedoraforum.de/

Post Reply