我根据此链接更改了我的macbook上的引导顺序。
但是..。现在我在启动Mac OS X Yosemite时遇到了问题。我收到错误消息:找不到错误文件‘/mach_kernel’。等如何修复它?
提前感谢!
附言:问题可能不在grub.cfg中
这是grub.cfg:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /et
我用的是ubuntu 18.10。在过去,我可能做了一个改变,让我的蓝牙不启动启动,但我不记得的变化。现在,我想把它恢复到正常状态,但我找不到办法。每次我启动我的系统,蓝牙图标都没有出现。当我从应用程序启动它时,它说守护进程没有运行等等。我检查了"blueetoth/main.conf“,但是"AutoEnable=true”存在。如果我做了
sudo service bluetooth start
它工作,但当我重新启动我的计算机,问题又回来了。
编辑:
sudo rfkill unblock bluetooth
这也解决不了问题。
在今天的更新之后,2011年11月22日,Ubuntu选项从我的双分区GRUB11.10中消失。
一些fdisk -l:
Device Boot System
/dev/sda1 * HPFS/NTFS/exFAT
/dev/sda2 Extended
/dev/sda5 Linux
/dev/sda6 Linux swap / Solaris
Device Boot ID System
/dev/sdb1 * c W95 FAT32 (LBA)
我还运行了这个:
grub-probe -t device /boo
我在两个分离的物理SSD上安装了Windows 10和Linux,启动时看不到;我可以通过手动更改BIOS中的加载优先级来加载windows或Gnu/Linux。我试图更改窗口设置。特别是我没有选中“打开快速启动”选项。
Control Panel -> System and Security -> Power Options -> Chose what the power buttons do
我已经使用命令从Gnu/Linux重新安装了grub:
sudo grub-install /dev/sda1
此外,我还尝试使用命令GRUB_HIDDEN_TIMEOUT更改/et
几个月来,我一直使用Ubuntu18.04进行全磁盘加密、lvm分区和加密引导,没有任何问题,现在我突然无法使用grub启动。
当我在我的计算机上启动时,会显示最小的grub,并且我能够用这个手动过程启动:
set prefix=/efi/ubuntu/
insmod luks
cryptomount (hdx,gpty)
set root=(lvm/system-root)/
linux (lvm/system-boot)/vmlinuz-[...]
initrd (lvm/system-boot)/initrd-[...]
insmod normal
normal
boot
启动后,在/e