1 2 3 4 5 | /boot sda1 16M Linux native / sda5 1024M Linux native swap sda6 256M Linux swap /var sda7 200M Linux native /tmp sda8 200M Linux native |
1 2 3 4 5 6 7 8 9 10 11 12 13 | boot=/dev/sda #this points to the boot device timeout=300 #if no activity in the specified time, load default image linear prompt Default="Linux2" #Linux1 will be displayed at the prompt Vga=normal #video mode read-only map=/boot/map Install=/boot/boot.b image=/boot/vmlinuz=2.2.14-5.0 #location of boot image Label="Linux2" #label initrd=/boot/initrd-2.2.14-5.0 Root=/dev/sda10 #location of root partition |
1 2 3 4 | image=/boot/vmlinuz=2.2.14-5.0 label="Linux1" initrd=/boot/initrd-2.2.14-5.0 root=/dev/sda5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | boot=/dev/sda timeout=300 linear prompt default="Linux2" vga=normal read-only map=/boot/map install=/boot/boot.b image=/boot/vmlinuz=2.2.14-5.0 label="Linux2" initrd=/boot/initrd-2.2.14-5.0 root=/dev/sda10 image=/boot/vmlinuz=2.2.14-5.0 label="Linux1" initrd=/boot/initrd-2.2.14-5.0 root=/dev/sda5 |
1 2 | Linux2 Linux1 Boot:_ |
1 2 3 4 | image=/boot/vmlinuz=2.2.14-5.0 label="Linux2" initrd=/boot/initrd-2.2.14-5.0 root=/dev/sda10 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | boot=/dev/sda timeout=300 linear prompt default="Linux1" vga=normal read-only map=/boot/map install=/boot/boot.b image=/boot/vmlinuz=2.2.14-5.0 label="Linux1" initrd=/boot/initrd-2.2.14-5.0 root=/dev/sda5 image=/boot/vmlinuz=2.2.14-5.0 label="Linux2" initrd=/boot/initrd-2.2.14-5.0 root=/dev/sda10 |
1 2 3 | LINUX BOOT: Linux1 Linux2 Boot:_ |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |