装了 Ubuntu,又装了 Debian 后,执行sudo update-grub
命令,输出了下面的内容
Generating grub configuration file ... Found background image: /usr/share/images/desktop-base/desktop-grub.png Found linux image: /boot/vmlinuz-6.1.0-20-amd64 Found initrd image: /boot/initrd.img-6.1.0-20-amd64 Found linux image: /boot/vmlinuz-6.1.0-18-amd64 Found initrd image: /boot/initrd.img-6.1.0-18-amd64 Warning: os-prober will be executed to detect other bootable partitions. Its output will be used to detect bootable binaries on them and create new boot entries. Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi Found Kylin V10 SP1 (V10) on /dev/nvme0n1p4 Adding boot menu entry for UEFI Firmware Settings ... done
倒数第三行的Kylin
是我想的那样吗
1 MoTao 2024-04-22 16:10:09 +08:00 Found Kylin V10 SP1 (V10) on /dev/nvme0n1p4 发现了中标麒麟操作系统 V10 SP1 安装在指定的磁盘分区上。这也将会作为一个启动项被添加到 GRUB 菜单中。 |
![]() | 2 EarthChild 2024-04-22 16:17:44 +08:00 你先证明你之前没装过麒麟 |
![]() | 3 mylovesaber 2024-04-22 16:19:03 +08:00 更正一下,中标麒麟内核是 centos7 ,而且系统名称是 neokylin ,v10 sp 系列是银河麒麟,因为是 ubuntu 所以可能是桌面版的,而这玩意是基于 debian 定制的,ubuntu 在搞什么东西这么鬼畜 @MoTao |
4 qingbaihe OP @EarthChild 这怎么证明?我装那玩意干嘛 |
5 u123 2024-04-22 17:19:45 +08:00 |
6 |
![]() | 7 libook 2024-04-23 10:10:52 +08:00 你重启进 Grub 菜单看有几个选项,我每次升级内核自动跑 update-grub 都会打印发现了一大堆各种各样的系统,但我十分怀疑这个输出只是闹着玩的,因为重启进 Grub 菜单就一个系统的常规启动和安全模式启动。 |
![]() | 8 unclemcz 2024-04-23 13:00:27 +08:00 via Android 如 3 楼所说,Kylin V10 SP1 这种命名方式是银河麒麟,银河麒麟只有 toB 的市场,ubuntu 和它也没什么瓜葛。 |
9 viruscamp 2024-04-24 22:24:20 +08:00 你检测下看看, 你的根分区是哪个 $ df -h /dev/nvme0n1p2 1007G 11G 945G 2% / 几个分区 $ sudo fdisk -l /dev/nvme0n1 我看是 os-prober 找的,它只能从 /etc/os-release 里面读到信息 |