나타나는 에러 메세지
" The file just loaded does not appear to be executable."?
boolblk: can't find the boot program
program terminated
Type help for more information
Booting From CD-ROM Repair a Bad Boot Block
1.ok boot cdrom -sw
2. # cd /usr/platform/`uname -i`/lib/fs/ufs
solaris 2.4나 그이전버젼일경우
# installboot /usr/lib/fs/ufs/bootblk /dev/rdsk/c0t0d0s0
3. # installboot bootblk /dev/rdsk/c0t0d0s0 -> boot block을
booting disk에 install
4. # halt
5. ok boot
Replacing the Kernel Unix File
1. ok boot cdrom -sw
2. # mount /dev/dsk/c0t0d0s0 /a
3. # cp /kernel/unix /a/kernel/unix (or /kernel/genunix)
4. # halt
5. ok boot
Using vi Single-User Mode from the CD-ROM Files
1. ok boot cdrom -sw
2. # mount /dev/dsk/c0t0d0s0 /a -> 여기서 /dev/dsk/c0t0d0s0는
booting disk
3. # TERM=sun; export TERM
4. # vi /a/etc/vfstab -> 잘못입력된 entry를 수정
5. # reboot
" The file just loaded does not appear to be executable."?
boolblk: can't find the boot program
program terminated
Type help for more information
Booting From CD-ROM Repair a Bad Boot Block
1.ok boot cdrom -sw
2. # cd /usr/platform/`uname -i`/lib/fs/ufs
solaris 2.4나 그이전버젼일경우
# installboot /usr/lib/fs/ufs/bootblk /dev/rdsk/c0t0d0s0
3. # installboot bootblk /dev/rdsk/c0t0d0s0 -> boot block을
booting disk에 install
4. # halt
5. ok boot
Replacing the Kernel Unix File
1. ok boot cdrom -sw
2. # mount /dev/dsk/c0t0d0s0 /a
3. # cp /kernel/unix /a/kernel/unix (or /kernel/genunix)
4. # halt
5. ok boot
Using vi Single-User Mode from the CD-ROM Files
1. ok boot cdrom -sw
2. # mount /dev/dsk/c0t0d0s0 /a -> 여기서 /dev/dsk/c0t0d0s0는
booting disk
3. # TERM=sun; export TERM
4. # vi /a/etc/vfstab -> 잘못입력된 entry를 수정
5. # reboot