我正在我的联想Thinkpad中安装Ubuntu13.04 (16位)和Windows 7。我成功地安装了Ubuntu。但是,安装后,它要求我去restart now。我点击了一下。它启动窗口时不显示启动菜单。现在,我该怎么做才能在一开始就得到启动菜单。
以下是我尝试过但没有成功的步骤:
I tried the following commands - sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair && (boot-repair &) 但是,我现在明白了,
dpkg: error: reading package into file '/var/lib/dpkg/available' : Input/output error
E: subprocess /usr/bin/dpkg returned an error code (2)我如何解决这个问题,得到一个启动菜单在开始。
发布于 2014-01-30 03:18:07
如果您无法从活动cd中安装它,我建议您下载一个iso映像文件的启动修复软件,您可以使用yumi或unetbootin将其刻录到cd或usb上。
以下是下载链接,您将在其中获得iso映像:
http://sourceforge.net/projects/boot-repair-cd/files/latest/download
用于制作可引导usb的unetbootin:
http://sourceforge.net/projects/unetbootin/files/latest/download?source=directory
https://askubuntu.com/questions/411455
复制相似问题