Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

installing debian on dell t320 raid 1

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
droidus
Posts: 7
Joined: 2016-11-09 03:04

installing debian on dell t320 raid 1

#1 Post by droidus »

I am trying to install debian on my t320 with raid1. I get to this step of the installation process, and it fails:
Executing 'grub-install dummy' failed.
This is a fatal error. I tried this step again, and it fails at the same place. The HD(s) make a funny noise (like stalling/stuck on an area) when this process is taking place.

rbh
Posts: 1
Joined: 2021-12-27 09:03

Re: installing debian on dell t320 raid 1

#2 Post by rbh »

I made an Internet search for "grub-install dummy". First link said:

" The error has been seen when the /EFI/ubuntu directory is corrupted (bug 1090829). See comment #25 to fix (get rid of) the corrupted directory -- repeated runs of

Code: Select all

$ sudo dosfsck -r /dev/sda2
(use your EFI partition if not sda2) Then the installer may run successfully."
https://askubuntu.com/questions/318271/ ... mmy-failed
Last edited by rbh on 2022-08-31 21:35, edited 2 times in total.

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: installing debian on dell t320 raid 1

#3 Post by p.H »

Is is hardware RAID, fakeRAID or Linux software RAID (md) ?
If Linux software RAID, did you create a plain (non RAID) FAT EFI partition ?
If you want to set up redundant EFI boot, it is a tricky matter. Redundant legacy/BIOS boot is much easier to achieve.

droidus
Posts: 7
Joined: 2016-11-09 03:04

Re: installing debian on dell t320 raid 1

#4 Post by droidus »

rbh wrote: 2022-08-31 21:32 I made an Internet search for "grub-install dummy". First link said:

" The error has been seen when the /EFI/ubuntu directory is corrupted (bug 1090829). See comment #25 to fix (get rid of) the corrupted directory -- repeated runs of

Code: Select all

$ sudo dosfsck -r /dev/sda2
(use your EFI partition if not sda2) Then the installer may run successfully."
https://askubuntu.com/questions/318271/ ... mmy-failed
I switched to a terminal screen, and attempted to run that command, and it said it could not find the dosfsck command.

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: installing debian on dell t320 raid 1

#5 Post by p.H »

Try "fsck.fat" instead of "dosfsck". Don't do that while the partition is mounted.
While you're in the installer shell you should look for a more detailed error message in /var/log/syslog.

droidus
Posts: 7
Joined: 2016-11-09 03:04

Re: installing debian on dell t320 raid 1

#6 Post by droidus »

Installing for x86_64-efi platform
grub-install: warning: cannot set efi variable Boot0005.
grub-install: warning: _efivarfs_set_variable: writing to fd 10 failed: No space left on device

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: installing debian on dell t320 raid 1

#7 Post by p.H »

Nothing to do with the EFI partition. It's the space in the EFI NVRAM.
If /sys/fs/pstore is mounted (not sure it is available in the installer, then you need to run it within a normal live system), check if it contains any log files you can delete.
Or go back to the installer main menu, change the debconf priority to "low", re-run the GRUB installation and say yes to install in the removable media path.
In the shell, run

Code: Select all

in-target update-grub
and finish the installation.
This way you should be able to boot even though an EFI boot variable could not be created.

droidus
Posts: 7
Joined: 2016-11-09 03:04

Re: installing debian on dell t320 raid 1

#8 Post by droidus »

p.H wrote: 2022-09-01 16:01 Or go back to the installer main menu, change the debconf priority to "low", re-run the GRUB installation and say yes to install in the removable media path.
Where is debconf set? Which step? I don't recall seeing that anywhere in the process.

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: installing debian on dell t320 raid 1

#9 Post by p.H »

In the installer main menu, as I wrote. You get there by selecting "back" on any screen. Maybe it does not have "debconf" in the name, but it has at least "priority".

Note: not needed if you selected "expert install" in the boot menu.

Post Reply