安裝 PuppyLinux 會停用我的 Ubuntu 安裝

安裝 PuppyLinux 會停用我的 Ubuntu 安裝

我在我的這台筆記型電腦上使用 Lubuntu 已經有一段時間了。為了安裝 Lubuntu,我必須使用該--forcepae命令。那是我的處理器有 PAE 支持,但必須強制啟動。以下是hardware-info有關我的處理器的輸出。

-Processor-
Name      : Intel(R) Pentium(R) M processor 1.80GHz
Family, model, stepping      : 6, 13, 6 (Pentium III/Pentium III Xeon/Celeron)
Vendor      : Intel
-Configuration-
Cache Size      : 2048kb
Frequency      : 1800.00MHz
BogoMIPS      : 3590.92
Byte Order      : Little Endian
-Features-
FDIV Bug      : no
HLT Bug      : no
F00F Bug      : no
Coma Bug      : no
Has FPU      : yes
-Cache-
Cache information not available
-Capabilities-
fpu      : Floating Point Unit
vme      : Virtual 86 Mode Extension
de      : Debug Extensions - I/O breakpoints
pse      : Page Size Extensions (4MB pages)
tsc      : Time Stamp Counter and RDTSC instruction
msr      : Model Specific Registers
pae      : Physical Address Extensions
mce      : Machine Check Architeture
cx8      : CMPXCHG8 instruction
sep      : Fast System Call (SYSENTER/SYSEXIT)
mtrr      : Memory Type Range Registers
pge      : Page Global Enable
mca      : Machine Check Architecture
cmov      : Conditional Move instruction
clflush      : Cache Line Flush instruction
dts      : Debug Store
acpi      : Thermal Monitor and Software Controlled Clock
mmx      : MMX technology
fxsr      : FXSAVE and FXRSTOR instructions
sse      : SSE instructions
sse2      : SSE2 (WNI) instructions
ss      : Self Snoop
tm      : Thermal Monitor
pbe      : Pending Break Enable
bts      : Branch Trace Store
est      : Enhanced SpeedStep
tm2      : Thermal Monitor 2 

現在我想在同一個系統上安裝 puppylinux 並雙重引導。我下載了 puppylinux 的 PAE 版本,但載入失敗,提示我沒有 PAE 支援。所以我下載並安裝了 noPAE 版本,它按預期運行,安裝 puppylinux 後,我運行 GRUB4DOS,以便它檢測我的其他 Ubuntu 安裝,並且我可以雙重啟動。

問題是,當我在啟動時從 grub4dos 畫面中選擇 Ubuntu 15.04 時,我收到一條訊息:PAE 已停用或不存在,我應該安裝適合我的系統的版本。

當Ubuntu使用forcepae安裝時,為什麼在安裝puppy的noPAE後它被停用了?我不能兩個都保留嗎?還是我被迫只選一個?

PS我安裝了這個版本的PuppyLinux:http://bkhome.org/news/?viewDetailed=00097

答案1

是的,我設法解決了這個問題。我使用forcepae標誌從Ubuntu Live CD啟動(我相信它在我的處理器上啟用了pae)。然後我安裝並執行啟動修復,它修復了 GRUB 並檢測到了小狗。

所以現在我可以使用這兩種安裝。

相關內容