我有一台华硕Q400A笔记本电脑,预装Windows 8。我还安装了Windows 7和Ubuntu12.04。Windows 7是主要操作系统;Windows 8和Ubuntu12.04与其并行运行。
我想尝试13.04,所以我下载了iso.img文件并将其刻录到CD中。当我运行CD时,它说:
安全启动未启用!
有人能解释一下这意味着什么以及如何解决吗?
另外,我已经为Ubuntu提供了分区(I)。如何在磁盘分区上安装新的Ubuntu版本?
我看到的只有750 of;它没有提到我所拥有的任何分区。
这是bootinfoscript的输出:
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Windows is installed in the MBR of /dev/sda.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /Windows/System32/winload.exe /wubildr /wubildr.mbr
sda3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Windows/System32/winload.exe /wubildr
sda4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: According to the info in the boot sector, sda5 starts
at sector 2048.
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
/dev/sda2 206,848 1,044,482,047 1,044,275,200 7 NTFS / exFAT / HPFS
/dev/sda3 1,044,482,048 1,260,343,295 215,861,248 7 NTFS / exFAT / HPFS
/dev/sda4 1,260,343,296 1,465,145,343 204,802,048 f W95 Extended (LBA)
/dev/sda5 1,260,345,344 1,465,145,343 204,800,000 7 NTFS / exFAT / HPFS
GUID Partition Table detected, but does not seem to be used.
Partition Start Sector End Sector # of Sectors System
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 AAC60DEFC60DBC97 ntfs System Reserved
/dev/sda2 A2523D25523D0019 ntfs
/dev/sda3 5A9C3F189C3EEDDF ntfs
/dev/sda5 205CC68A5CC659E4 ntfs New Volume
/dev/sr0 iso9660 Ubuntu 13.04 amd64
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sr0 /cdrom iso9660 (ro,noatime)
=============================== StdErr Messages: ===============================
No volume groups found发布于 2013-05-18 15:17:59
消息“安全引导未启用”意味着计算机上未启用安全启动功能。Secure是一个旨在防止某些类型的恶意软件在操作系统启动前运行的特性。
关键是,您看到的消息不是错误消息,也不是错误的诊断信息。在屏幕上出现了纯粹的信息消息之后,您的问题就出现了。GRUB很可能会在您的计算机上崩溃,因为生成消息(shim)的程序随后会立即启动GRUB。但是,考虑到您已经在计算机上安装了Windows 7,您是否应该在EFI模式下安装Ubuntu (考虑到安全启动消息,这就是您现在启动Ubuntu的方式)还不完全清楚。因此,我建议您首先启动Linux紧急磁盘(类似于分魔术),运行启动信息脚本,并发布一个链接到它生成的RESULTS.txt文件。这将告诉我们您当前的配置,这将帮助我们提供一个不涉及假设和猜测的解决方案。
编辑/新信息:您的Boot脚本输出表明您的Windows安装明显处于BIOS/CSM/旧式模式。因此,您不应该尝试以EFI模式安装Linux。我不知道为什么当您尝试在该模式下引导它时,安装程序会挂起,但如果幸运的话,当您尝试BIOS模式引导时,问题会得到解决。
您可以通过使用固件的引导管理器来实现这一点,您通常可以在打开计算机时按下一个函数键来访问它。(不幸的是,哪个函数键是完全不标准化的。检查您的文档或寻找屏幕上的提示符,它可能只会在一两秒钟内保持可见。如果你能找到这个菜单,如果幸运的话,你会看到你的光驱的两个条目,其中一个将包括字符串"EFI“或"UEFI”,而另一个则不会。选择非EFI条目,在BIOS/CSM/旧式模式下启动Ubuntu安装程序。
如果找不到引导管理器菜单,或者无法在BIOS/CSM/旧式模式下引导磁盘,请尝试下载Ubuntu安装程序的Mac版本。具有讽刺意味的是,该版本缺乏EFI支持,因此可能会更好地满足您的需求。
发布于 2013-10-03 20:57:32
我有一个华硕q400a。按住F2,您就可以进入BIOS设置。这里有安全启动、CSM、UEFI等的设置
https://askubuntu.com/questions/297114
复制相似问题