FG
💻 Software

Making "default saved" work with GRUB2...?

Fresh7 days ago
Mar 15, 202622203 views
Confidence Score0%
0%

Problem

I just installed Moblin Operating System. It's using GRUB2. On my Ubuntu 8.04 GRUB 0.97 was being used in which i was using the default saved option comfortably. I found that with GRUB2 i should not edit /boot/grub/menu.lst directly but I did :) because my Moblin does not contain any /etc/default/g…

Error Output

default=saved
timeout=1
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz
#hiddenmenu
#silent
title Moblin (2.6.31.5-10.1.moblin2-netbook)
        root (h…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Making "default saved" work with GRUB2...?

Low Risk

The correct syntax for enabling in (GRUB 2) is with the lines: and not with the line that the enquirer suggested. After adding the two lines above to , one has to update GRUB's configuration, as a superuser, with the following commands: At least on …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment