Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ennectech@Alixia ~]$ cat /dos/MENU.LST
- # This is a sample menu.lst file. You should make some changes to it.
- # The old install method of booting via the
- stage-files has been removed.
- # Please install GRLDR boot strap code to MBR with the bootlace.com
- # utility under DOS/Win9x or Linux
- color blue/green yellow/red white/magenta white/magenta
- timeout 10
- default /default
- title Boot MSDOS
- fallback 4
- find --set-root /io.sys
- chainloader /io.sys
- savedefault
- title LINUX-42
- fallback 2
- root (hd0,1)
- #setvbe 1024x768x32
- kernel /boot/vmlinuz-4.2-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x0318 i8042.nomux=1
- initrd /boot/initramfs-4.2-x86_64-fallback.img
- savedefault
- title LINUX-41
- fallback 3
- root (hd0,1)
- #setvbe 1024x768x32
- kernel /boot/vmlinuz-4.1-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x0318 #processor.ignore_ppc=1
- initrd /boot/initramfs-4.1-x86_64-fallback.img
- savedefault
- title LINUX-40
- fallback 4
- root (hd0,1)
- #setvbe 1024x768x32
- kernel /boot/vmlinuz-4.0-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x0318 #processor.ignore_ppc=1
- initrd /boot/initramfs-4.0-x86_64-fallback.img
- savedefault
- title LINUX-319
- fallback 5
- root (hd0,1)
- kernel /boot/vmlinuz-3.19-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x0318 #processor.ignore_ppc=1
- initrd /boot/initramfs-3.19-x86_64-fallback.img
- savedefault
- title LINUX-318
- root (hd0,1)
- fallback 6
- kernel /boot/vmlinuz-3.18-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x318 #processor.ignore_ppc=1
- initrd /boot/initramfs-3.18-x86_64-fallback.img
- savedefault
- title LINUX-316
- root (hd0,1)
- kernel /boot/vmlinuz-3.16-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x318 #processor.ignore_ppc=1
- initrd /boot/initramfs-3.16-x86_64-fallback.img
- savedefault
- title commandline
- commandline
- title floppy (fd0)
- chainloader (fd0)+1
- rootnoverify (fd0)
- title back to dos
- quit
- title reboot
- reboot
- title halt
- halt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement