mirror of
https://gitlab.com/mecatronyx/opencnc/experiments/opencn-rootfs.git
synced 2026-08-18 08:59:34 +08:00
17 lines
604 B
INI
Executable File
17 lines
604 B
INI
Executable File
menuentry "Try Ubuntu without installing" {
|
|
set gfxpayload=keep
|
|
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=${iso_path} quiet splash ---
|
|
initrd /casper/initrd
|
|
}
|
|
menuentry "Install Ubuntu" {
|
|
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity iso-scan/filename=${iso_path} quiet splash ---
|
|
initrd /casper/initrd
|
|
}
|
|
menuentry "Check disc for defects" {
|
|
linux /casper/vmlinuz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash ---
|
|
initrd /casper/initrd
|
|
}
|
|
menuentry "Test memory" {
|
|
linux16 /install/mt86plus
|
|
}
|