Announcement
Collapse
No announcement yet.
KDE Neon Grub Edit
Collapse
This topic is closed.
X
X
-
-
Originally posted by Snowhog View Post"The Konsole is weak with this one!" [Deep breathing]
Do not go to the GUI-side! Embrace the konsole!!
So, I am gradually shifting to the GUI side of the Linus Force ... without a light saber!"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
I don't understand. What has Neon replaced grub with and why? As long as it works, I'm happy. But it does not list systems I have installed on disks other than /dev/sda.
Feature or bug?'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain
- Top
- Bottom
Comment
-
Originally posted by joneall View PostI don't understand. What has Neon replaced grub with and why? As long as it works, I'm happy. But it does not list systems I have installed on disks other than /dev/sda.
Feature or bug?Code:[FONT=monospace][COLOR=#000000]GRUB_THEME=/boot/grub/themes/breeze/theme.txt[/COLOR] #GRUB_GFXMODE=1920x1080 #GRUB_GFXPAYLOAD_LINUX=keep #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vmalloc=512M $vt_handoff" #GRUB_CMDLINE_LINUX_DEFAULT="nvidia.modeset=0" #GRUB_CMDLINE_LINUX=""[/FONT]
Code:[FONT=monospace][COLOR=#000000]# If you change this file, run 'update-grub' afterwards to update[/COLOR] # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration' GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset" GRUB_CMDLINE_LINUX="" # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1" [/FONT]
Last edited by oshunluvr; Mar 01, 2017, 10:22 AM.
- Top
- Bottom
Comment
Comment