Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1354  / 2 Years ago, tue, august 2, 2022, 3:40:28

I'm working on systems that have 10.04.3 installed as an upgrade from 8.04. So these systems have Grub 0.97 installed.



I want to get verbose console output during startup, so I want to eliminate the "quiet" option being passed to the kernel by the generated Grub menu options. I see there's a commented option in the /boot/grub/menu.lst file:



## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash


I know edits to the menu.lst would be lost upon the next 'update-grub'. So where, or what, do I set so that a subsequent 'update-grub' invocation will build the menu.lst file the way I want?



I have some newer systems (10.04 and 12.04 clean installs) that have an /etc/default/grub file, but my Grub 0.97 systems don't have that file. Could I just create it and add



GRUB_CMDLINE_LINUX_DEFAULT=""


to get what I want (no "quiet" arg to the kernels) in menu.lst?


More From » 10.04

 Answers
7

...turns out that for Grub 0.97 (ie Grub legacy) you just edit the config file in place. So I went into '/boot/grub/menu.lst' and changed the



# defoptions=quiet splash


to



# defoptions=splash


and then ran 'update-grub'.



Yes, the 'defoptions' line is a comment in the menu.lst file. After update-grub all my kernel boot options no longer had the 'quiet' argument.


[#32106] Tuesday, August 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
defendle

Total Points: 219
Total Questions: 131
Total Answers: 112

Location: Finland
Member since Sat, Nov 6, 2021
3 Years ago
defendle questions
Mon, May 10, 21, 03:46, 3 Years ago
Mon, Dec 5, 22, 07:16, 1 Year ago
;