/etc/default/grub: line 4: nodmraid: command not f | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | Code | [In neuem Fenster öffnen] | | [CHECK] [ ! -e /etc/default/grub ] || . /etc/default/grub
/etc/default/grub: line 4: nodmraid: command not found
*** Error: [ ! -e /etc/default/grub ] || . /etc/default/grub |
Did you removed the command nodmraid or what? |
|
|
|
|
|
Re: /etc/default/grub: line 4: nodmraid: command n | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | No, what's the content of your /etc/default/grub? |
|
|
|
|
|
Re: /etc/default/grub: line 4: nodmraid: command n | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | It was this:
Code | [In neuem Fenster öffnen] | |
# GRUB Bootloader
GRUBDEV=
CMDLINE=root=/dev/sda1 resume=/dev/sda3 nodmraid vga=0x317 |
In my menu.lst I use this:
Code | [In neuem Fenster öffnen] | | title paldo testing nodmraid (linux 2.6.21.1-paldo2)
kernel /boot/linux-2.6.21.1-paldo2 root=/dev/sda1 resume=/dev/sda3 nodmraid vga=0x317
initrd /boot/initramfs-2.6.21.1-paldo2
savedefault |
I can boot with that. Now I'm wonder why it comes to this error message. |
|
|
|
|
|
Re: /etc/default/grub: line 4: nodmraid: command n | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | Code | [In neuem Fenster öffnen] | | # GRUB Bootloader
GRUBDEV=
CMDLINE="root=/dev/sda1 resume=/dev/sda3 nodmraid vga=0x317" |
... fixed it ... |
|
|
|
|
|