我有一台旧的 HP 笔记本电脑,我想在上面安装 Lubuntu(之前它装的是 Win 7)。我从 USB 启动,安装了 Lubuntu,但当我尝试从笔记本电脑硬盘启动时,出现了以下错误:
non system disk or disk error
错误。有人遇到过类似的问题吗?如果是,您知道如何解决吗?
答案1
使用 fdsik 我发现没有可启动分区,因此我执行以下操作:
fdisk /dev/sda
命令(m 获取帮助):m
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)
Command (m for help): a
我只有一个分区,所以它自动设置为那个分区。之后一切都正常了。