• 2 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle


  • The desktop is Cinnamon, I did include it in the original post too, maybe I should make it clearer.

    Laptop is an MSI GS65-Stealth-Thin-8RF

    Other System Info:

    System:
    Kernel: 5.15.0-91-generic x86_64 bits: 64 compiler: gcc v: 11.4.0 Desktop: Cinnamon 5.8.4
    tk: GTK 3.24.33 wm: muffin dm: LightDM Distro: Linux Mint 21.2 Victoria base: Ubuntu 22.04 jammy
    Machine:
    Type: Laptop System: Micro-Star product: GS65 Stealth Thin 8RF v: REV:1.0
    serial: \ Chassis: type: 10 serial: \ Mobo: Micro-Star model: MS-16Q2 v: REV:1.0 serial: \ UEFI: American Megatrends v: E16Q2IMS.112 date: 05/21/2019
    CPU:
    Info: 6-core model: Intel Core i7-8750H bits: 64 type: MT MCP arch: Coffee Lake rev: A cache:
    L1: 384 KiB L2: 1.5 MiB L3: 9 MiB
    Speed (MHz): avg: 941 high: 1025 min/max: 800/4100 cores: 1: 913 2: 875 3: 1025 4: 867 5: 952
    6: 911 7: 979 8: 921 9: 966 10: 994 11: 904 12: 988 bogomips: 52799
    Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
    Graphics:
    Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] vendor: Micro-Star MSI driver: i915
    v: kernel ports: active: eDP-1 empty: DP-1,HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:3e9b
    Device-2: NVIDIA GP104M [GeForce GTX 1070 Mobile] vendor: Micro-Star MSI driver: nvidia
    v: 535.129.03 pcie: speed: 2.5 GT/s lanes: 16 ports: active: none empty: DP-2,HDMI-A-2
    bus-ID: 01:00.0 chip-ID: 10de:1ba1
    Network:
    Device-1: Qualcomm Atheros Killer E2500 Gigabit Ethernet vendor: Micro-Star MSI driver: alx
    v: kernel pcie: speed: 2.5 GT/s lanes: 1 port: 3000 bus-ID: 3d:00.0 chip-ID: 1969:e0b1
    IF: enp61s0 state: down mac: \ Device-2: Intel Wireless-AC 9260 driver: iwlwifi v: kernel pcie: speed: 5 GT/s lanes: 1
    bus-ID: 3e:00.0 chip-ID: 8086:2526
    IF: wlp62s0 state: up mac: \ Bluetooth:
    Device-1: Intel Wireless-AC 9260 Bluetooth Adapter type: USB driver: btusb v: 0.8 bus-ID: 1-14:3
    chip-ID: 8087:0025
    Report: hciconfig ID: hci0 rfk-id: 1 state: up address: \ bt-v: 3.0 lmp-v: 5.1
    sub-v: 100



  • The linux proxy file has this inside it:

    #!/bin/sh
    #THIS IS A GRUB PROXY SCRIPT
    '/etc/grub.d/proxifiedScripts/linux' | /etc/grub.d/bin/grubcfg_proxy "+'SUBMENU' as 'Advanced Options'{+'Advanced options for Ubuntu'/*, +'Advanced options for Ubuntu'/'Ubuntu, with Linux 5.15.0-75-generic'~28ff24c064536ab0cd3a1bad9f456e69~, +'Advanced options for Ubuntu'/'Ubuntu, with Linux 5.15.0-75-generic (recovery mode)'~712228d18fab4e59226cce8b4f0d3d91~, +'Advanced options for Ubuntu'/'Ubuntu, with Linux 5.15.0-73-generic'~f31b2a265d0dfef1fd439595ac77a493~, +'Advanced options for Ubuntu'/'Ubuntu, with Linux 5.15.0-73-generic (recovery mode)'~303762cfd1fb902e0cab98046932d096~, +'Advanced options for Ubuntu'/'Ubuntu, with Linux 5.15.0-72-generic'~b5308959171659a00cb9ad96851ff6a6~, +'Advanced options for Ubuntu'/'Ubuntu, with Linux 5.15.0-72-generic (recovery mode)'~30bf9c9d00d0afd9a6bbd4056b36d94e~, +'Advanced options for Ubuntu'/'Ubuntu, with Linux 5.15.0-56-generic'~a76a35ca20f2ed58db39dc7b60a1f7a6~, +'Advanced options for Ubuntu'/'Ubuntu, with Linux 5.15.0-56-generic (recovery mode)'~7e2e93487d695fdce68a6355544c0cee~}
    -*
    -#text
    -'Ubuntu'~ff8d1852fd072e04e5a89b38002b354a~
    "
    
    

  • What generates is this, so I think it’s from the linux proxy 35:

    ### BEGIN /etc/grub.d/35_linux_proxy ###
    submenu "Advanced Options"{
    menuentry "Ubuntu, with Linux 5.15.0-91-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-91-generic-advanced-9e121508-86c8-407a-803d-9521d13f0be9' {
    		recordfail
    	savedefault
    		load_video
    		gfxmode $linux_gfx_mode
    		insmod gzio
    		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    		insmod part_gpt
    		insmod ext2
    		search --no-floppy --fs-uuid --set=root 9e121508-86c8-407a-803d-9521d13f0be9
    		echo	'Loading Linux 5.15.0-91-generic ...'
    		linux	/boot/vmlinuz-5.15.0-91-generic root=UUID=9e121508-86c8-407a-803d-9521d13f0be9 ro  
    		echo	'Loading initial ramdisk ...'
    		initrd	/boot/initrd.img-5.15.0-91-generic
    }
    
    ...more entries here
    
    

  • it’s not working, also I don’t know why when I went in that line I have a \ now, that wasn’t there before apparently, before $menuentry:

    echo "submenu '$(gettext_printf "Advanced options for %s" "${OS}" | grub_quote)' \$menuentry_id_option 'gnulinux-advanced-$boot_device_id' {"

    (I’ve tried adding it also in front of ${CLASS}, leaving it only were it is, and removing it from both)










  • no vulcanoes aren’t a location with thinner crust, but a place where a bubble of magma is stuck in the crust, because of a hotspot or because of subduction or other reasons. When the pressure is too high, or there are forces that push the magma upwards, it “leaks” some magma, some times violently, some times no, like in Hawaii. An inactive volcano probably has a bubble without enough pressure to release it, and that has no upward forces nor a way of building more pressure.