ubuntu安装不了时的常备良药
说不定哪天某个内核或 desktop cd 启动不了, 这个列表就有用.
http://www.kernel.org/doc/Documentation ... meters.txt
常见的参数组合有:
noapic nolapic acpi=off pci=noacpi
www.zhishiwu.com
nolapic noapic acpi=off
acpi=off noapic
nohz=off
hpet=disable
idle=poll
acpi=off irqpoll
noapictimer irqpoll
noapic nolapic irqpoll
noapic irqpoll
nolapic irqpoll
apic=off irqpoll
acpi=noirq irqpoll
noapic
pci=routeirq
pci=noacpi
apic=off
nolapic
noacpi
irqpoll
acpi=noirq
noapic acpi=noirq
noapictimer
www.zhishiwu.com
noapic acpi=noirq nolapic
noapic nolapic
pci=biosirq
pci=biosirq irqpoll
noapic irqpoll
noacpi
acpi=off
nolacpi
noapictimer ( x86_64 专用)
nolapic_timer (x86_32 专用)
nosmb nolapic
acpi=debug
apic lapic acpi=debug
noapic nolapic acpi=debug
noapic lapic acpi=debug
noapic nolapic acpi=ht
www.zhishiwu.com
noapic lapic acpi=ht
noapic lapic
framebuffer 参数 :
vga=791
代码:
sudo hwinfo --framebuffer | grep Mode
根据下表,vga791为 1024x768 16bit.
Color depth | 640x480 800x600 1024x768 1280x1024
-----------------+-------------------------------------
256 (8bit)| 769 771 773 775
32000 (15bit)| 784 787 790 793
65000 (16bit)| 785 788 791 794
16.7 Mill.(24bit)| 786 789 792 795
一.光盘启动出现菜单时,按f6键 ,将上面一种参数组合在最后面加上,不行试另一种组合,注意参数之间应有空格
www.zhishiwu.com
二.硬盘启动:
方法1
改menu.list 或grub.cfg,在kernel 开始的行,加在最后面即可。
方法2
在出现启动菜单时按e进行编辑,选择编辑kernel 开始的行,把上面的参数组合加在最后面即可,注意参数之间应有空格。
不行试另一种组合
此方对于因内核不能正常启动而进不了桌面的,疗效显著
强列建议常备此方.