GRUB Question (was Re: RH 8.0 and Win XP ?? )
Randy Edwards
redwards at golgotha.net
Mon Feb 3 09:24:26 EST 2003
> OK, what is the GRUB equivalent of "linux single" (or "linux 1") at the
> LILO prompt? Actually, what woulb be the GRUB equivalents for any of the
> LILO run-level options?
It's the same idea -- you're just passing parameters to the kernel.
Here's a couple of examples from my /boot/grub/menu.list file:
title Debian GNU/Linux, kernel 2.4.20-k7 (single user mode)
root (hd1,0)
kernel /boot/vmlinuz-2.4.20-k7 root=/dev/hdc1 ro single
initrd /boot/initrd.img-2.4.20-k7
savedefault
boot
or more simply:
title Debian GNU/Linux (Maintenance Mode)
root (hd0,2)
kernel /vmlinuz ro root=/dev/hda3 single maint
--
Regards, | Debian GNU/Linux - http://www.debian.org - More software than
. | *any* distribution, rock solid reliability, quality control,
Randy | seamless upgrades via ftp or CD-ROM, strict filesystem layout,
| adherence to standards, and militantly 100% FREE GNU/Linux!
More information about the gnhlug-discuss
mailing list